Search

You searched for the word(s): javascript
Showing page 68 of 408 (4,076 total posts) < 1 second(s)
  • Re: Full Screen Mode in 5.1 deletes custom JavaScript

     Adam wrote: TommyBoy,   It's strange.   Can you reproduce the problems in the following link?   http://cutesoft.net/example/EnableStripScriptTags.aspx       Hello Adam,   Here is what I am talking about; i inserted the code below in the aspx file you mentioned. After switching ...
    Posted to Cute Editor for .NET (Forum) by becko on December 9, 2005
  • Re: Full Screen Mode in 5.1 deletes custom JavaScript

    not only in full screen mode. it's enough to paste some javascript code made by dreamweaver in the html side of the cute editor and switch it to normalview, then it's gone. switching back to html view, the code it's not there any more...   but you are right, adam, in the link you gave, i inserted some scripts and they were preserved. still, ...
    Posted to Cute Editor for .NET (Forum) by becko on December 5, 2005
  • Re: URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit

    Solution 1:   <input type=Submit value='Submit' onclick=''document.theForm.submit();''>    Solution 2:   <input type=Button value='Submit' onclick=''obj_Editor1.SyncToHidden();document.theForm.submit();''>  Solution 3:   <input type=Button value='Submit' ...
    Posted to Cute Editor for ASP (Forum) by Adam on September 28, 2005
  • Re: JavaScript error during upload

    Stephan ,   I don't know why the DeleteAllAttachment not work on your app.   for the cancel button, you can set   uploader.CancelButton.CssClass=''HideButton''; and use css to hide it:   .HideButton {     display:none!important; }   Regards, Terry  
    Posted to Ajax Uploader (Forum) by cutechat on April 14, 2009
  • Editor remove/hide my javascript

    I have a library of scripts for users to reference in the console. When they copy the JavaScript to the editor and submit script works on front end of the website. When you open that record JavaScript disappears from the editor but it still on  front end of the website. Example: <script language=''JavaScript''>SCRIPT_NAME ...
    Posted to Cute Editor for ASP (Forum) by vlad-G on July 10, 2006
  • Re: javascript error

    Terry, AdamThanks for taking your time to help me on this problem I'm getting this error after inputting the instructions you sent also the cute editor this is contained within is a user control    Server Error in '/CandidateEmail' Application. EditorSetting not foundDescription: An unhandled exception occurred during the ...
    Posted to Cute Editor for .NET (Forum) by pr1smiley on December 7, 2004
  • Re: Dialogs sometimes give javascript error

    Hi Eric, It happens intermittent. Here a more detailed error description. Error: chk_Fullscreen is undefined Source: http://4cms01.eshgro.nl/CEditor6/Dialogs/Load.ashx?type=dialogscript&file=Dialog_InsertFlash.js   Maybe this will ring a bell, if not let me know and i'll give you a testenvironment   Thanks!
    Posted to Cute Editor for .NET (Forum) by SaferSephy on June 18, 2010
  • Re: How to get the filename at client side using javascript

    HI jai101084, You can get the file name in API CuteWebUI_AjaxUploader_OnSelect  Please refer to http://www.ajaxuploader.com/document/scr/JavaScript-API.htm  Regards, Ken 
    Posted to FAQ (Forum) by Kenneth on March 12, 2012
  • Re: Javascript API

    [email protected],   Thanks for the nice comments about Cute Editor and suggestions.   Yes, we will provide a more detailed JavaScript API document in the future release.      
    Posted to Cute Editor for .NET (Forum) by Adam on April 28, 2006
  • Re: Javascript - How can I retrive the Character count?

    Please use the following method to extract the html code from editor. Then get the count of this string.   getHTML() This method is used for retrieving the content of CuteEditor as HTML. Example: // get the cute editor instance var editor1 = document.getElementById('CE_Editor1_ID'); // retrieving the content of Cute Editor ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 9, 2009
« First ... < Previous 66 67 68 69 70 Next > ... Last »