Search

You searched for the word(s): javascript
Showing page 242 of 408 (4,076 total posts) < 1 second(s)
  • Re: remove link

    HI, goh6613 ,   Try   <script type=''text/javascript''> function CuteEditor_FilterHTML(editor,code) { var sHTML; sHTML=code.replace(/(<a[^\>]*\>)([\s\S]*)(\<\/a\>)/i, ''$2'');   editor.setHTML(sHTML); return code; } function CuteEditor_FilterCode(editor,code) { var ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on September 24, 2009
  • Detecting if a there is a license file

    Hi, I have copied the license file AjaxUploader.lic in a sub-folder ''AjaxUploader'' of my web application, and written the following key in the web.config: <add key=''AjaxUploaderLicense'' value=''AjaxUploader/AjaxUploader.lic'' /> and it works well.   Now, if I delete the license file, I get an unhandled javascript exception ...
    Posted to Ajax Uploader (Forum) by pierre on September 17, 2009
  • Re: queue table question

    Hi,   You can also check this document :   http://ajaxuploader.com/document/scr/create-custom-queue-table.htm   The queue table is client state.   After the file uploaded , the page will postback to server and fire the FileUploaded event.   You can use MS-Ajax or other Ajax tool to submit the data via ...
    Posted to Ajax Uploader (Forum) by cutechat on September 1, 2009
  • Firefox 3.5/CuteMessenger Content Type/Mime Type Issue

    Hi there-We've just finished integrating Version 5.0 into our site but I've noticed that Firefox 3.5 users are having problems with:Displaying online usersReceiving messagesSending messagesIf you open up Firefox's Error Console, the error ''no element found'' caused by CuteChat/ChatAjax.ashx is shown. I did a quick google and came up with this ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by vexbit on August 6, 2009
  • Re: Personalizing color display

    Danielle,   The Colors Panel of Cute Editor by default displays a predefined set of colors. You can easily modify this default set by inserting a piece of Javascript code into the page. You can easily modify this default set by creating your own color array. <script> CuteEditorColorArray = new ...
    Posted to Cute Editor for PHP (Forum) by Adam on July 7, 2009
  • Export to PDF

    Hello,   We were initially using Crystal Reports to generate a PDF with the content created by CE [CE content would be saved to MS SQL Server] but ran into issues when generating a PDF from Crystal due to the limitation of it's HTML interpretation.   My question is, can CE take in input from the editor and export it to a PDF ...
    Posted to Cute Editor for PHP (Forum) by adobepro on June 22, 2009
  • Re: Session variables

    Hi,   This has not entirely cured everything.   If I have a page with a ''ImageGalleryByBrowsing'' such as :-    <div onclick=''callGetImage()''>CLICK TO GET IMAGE</div>    <form name=''changeImage'' action='''' method=''post''>    <input id=''imageName'' ...
    Posted to Cute Editor for PHP (Forum) by Glenn on April 24, 2009
  • Re: Total progress (of all files)

    Hi,   This is a sample for total progress ...
    Posted to Ajax Uploader (Forum) by cutechat on April 20, 2009
  • Issue with ver 6.0 (firefox paste popup issue) and IE Slowness

    On firefox when we paste in text from a word document, we get a popup box to paste in the word (when we paste the text into the popup box it looks fine), but once we press the insert button we lose a lot of the spacing in the text. This doesn’t happen with IE7 just on firefox and possibly on safari as well.    On IE7 there seem to ...
    Posted to Cute Editor for ASP (Forum) by princeo on April 16, 2009
  • How to customize the color picker?

    Hi Adam,   At first thank you very much. I tried this solution but it does not work as exspected.   Where do I have to implement the javascript? I copied it onto the ASPX-page on which the cute editor control is registered and used. Here I placed the code above as well below the control. I also tried to place the ...
    Posted to Cute Editor for .NET (Forum) by mbr on March 26, 2009