Search

You searched for the word(s): javascript
Showing page 219 of 408 (4,076 total posts) < 1 second(s)
  • MaxHTMLLength

    Hi,   Can I access MaxHTMLLength property of the CuteEditor from javascript. If so can you please provide me a sample code.   Also how the javascript alert about the MaxHTMLLength generated. Is it from server side? Does it comes only when the page is submitted? Can't we make use of it when typing in the characters in the ...
    Posted to Cute Editor for .NET (Forum) by shyamal.bhowmik on June 6, 2007
  • How to dynamically add text to Editor?

    I would like to dynamically add text to my editor using a button that sits elsewhere on my page (not a button in my editor toolbar). Clicking the button runs some javascript that will insert text. Here is a simplified version of my javascript, which doesn't work:   function setBioText() {  //Editor1 is the ID of the ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on March 22, 2007
  • Using ExecCommand with custom commands

    Is it possible to use the javascript ExecCommand to cause a postback with a command other than one of the predefined commands?   I have created a new command button SaveAndExit that causes a postback. I did this by simply adding it to the .config file. This works as expected, but I now want to call this custom command using ExecCommand ...
    Posted to Cute Editor for .NET (Forum) by ColinTurner on February 23, 2007
  • Re: Error Messege

    I can do without it for right now, but for future reference I would need to know.____BOF____<%@LANGUAGE=''JAVASCRIPT''%><!-- #include file = ''CuteEditor_Files/include_CuteEditor.asp'' --><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for ASP (Forum) by Eivo on January 3, 2007
  • Re: Call to Paste, PasteText and Pasteword insert action name, not content

    You should use PasteHTML   PasteHTML() This method is used for pasting the specified HTML into a range within a editor document. If anything is selected, the selection is replaced with the new HTML and text. Example: // get the cute editor instancevar editor1 = ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 28, 2006
  • Problem with Enterprise License

    HelloWe just bought the Enterprise license but when we copied it to the BIN folder we could not use the messenger anymore.We developed and tested using the demo license and everything worked fine but now with the official license, when the messenger loads, a javascript alert appears and there's no way to close it, it just keeps popping up and the ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by kzny on December 14, 2006
  • Error pasting from ExecCommand

    Your example at:   http://cutesoft.net/example/JavaScript-API.aspx   Open Word and load and copy a document that has some images then select 'pasteword'' from the dropdown at http://cutesoft.net/example/JavaScript-API.aspx then click [ExecCommand].   It inserts ''This is a test'' and doesn't paste the Word content. It ...
    Posted to Cute Editor for .NET (Forum) by fredd on November 30, 2006
  • Insert Scripts ..

    Is it possible to write a script command like the following   <script type=''text/javascript'' src=''user/media/audio/ply2.js''></script>   Using the pastHTML function or something alike ?   I've tried to insert the above script within the codes section of the common.config file.   example .. ...
    Posted to Cute Editor for ASP (Forum) by Pete W. on September 28, 2006
  • Re: HTML Pasted got updated in Cute Editor

    smitaswaika,   Can you explain this issue in more details?   If you mean CutEditor automatically remove the javaScript and you want to keep javaScript in your code, please set EnableStripScriptTags to false.   Editor.EnableStripScriptTags Property Specifies whether to remove inject script before write the string into the ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 23, 2006
  • Unable to run Batch with Masterpage

      Hi everybody... using the free (lastest) version of DotNetGallery and I would be happy to purchase a copy if we can get this resolved.     Essentially, the product works perfectly under a simple test page, however when I integrate it into my actual website (which includes a .NET 2.0 masterpage), it generates a Javascript ...
    Posted to ASP.Net Image Gallery (Forum) by encoad on July 11, 2006