Search

You searched for the word(s): document
Showing page 169 of 325 (3,244 total posts) < 1 second(s)
  • Re: Get Plain Text in Javascript

    Hi Ken,   Thank you, That works great .   Instead of placing an extra div on the page itself , is there any downside to substituting with this inside the function?   Use var plainText = document.createElement(''plainText''); in place of var plainText = ...
    Posted to Cute Editor for .NET (Forum) by FLJoe on August 3, 2011
  • Pasta from WORD

    Hi, we have a problem in our application using the Past from a Word Document. When we past an entire Word document, and try to change some format at the text, randomly we receive a javascript error, ''Este comando no es compatible'', ''Command is not compatible'' Is this issue known?   Best Regards AenSoft
    Posted to Cute Editor for .NET (Forum) by AenSoft on December 3, 2009
  • Re: How to create a new HTML document with cuteeditor?

    Thanks Adam I got that   My english is not very well,please don't mind if I made some mistakesI really appreciate your help.    
    Posted to Cute Editor for .NET (Forum) by thinkpages on January 18, 2007
  • Re: Could not get the cute editor instance

    Hi Adam,   Thanks for your reply.   I changed    var editor = document.getElementById('<%=Editor1.ClientID%>');   to    var editor=window.dialogArguments;   It seems to work fine now!   Does that mean''var editor = document.getElementById('<%=Editor1.ClientID%>');'' will ...
    Posted to Cute Editor for .NET (Forum) by ayw123 on August 18, 2006
  • Re: Language not supported for Image/Document Editor "Uploading" and more...

    J.Bauer,   We will fix those translation issues in the next release.    
    Posted to Cute Editor for .NET (Forum) by Adam on February 28, 2006
  • Re: RTF To HTML

    I am sorry, I should have been more specific. My html code got converted into the rtf I pasted, I lost all my text boxes, text etc. That is the issue. What I am trying to do is convert html code so it can be ''exported'' as a word document. I thought that I could use the Convertor.RTF.HTML2RTF to convert my html saved from the cute editor into rtf ...
    Posted to Cute Editor for .NET (Forum) by AMarino on February 15, 2006
  • Re: How to sppedup work of CuteEditor?

    http://cutesoft.net/example/EditableRegions.htm - working speed of this example more faster then real editor  http://richtextbox.com/test/ - this working the same as http://cutesoft.net/example/general.aspx   I can send you example of document that I try to paste  and then edit, or isert right here.
    Posted to Cute Editor for .NET (Forum) by Tormentor on November 4, 2009
  • Customize the right click menu

    Second request... some custimization questions:   1. is there a way i can customize the mouse-right click menu and also how do I detect the editor/document element the user has clicked/selected when they enter the mouse-right click menu?   2. How can I add more fonts to the 'Default Font 'drop down?
    Posted to Cute Editor for PHP (Forum) by ibizard on June 24, 2009
  • Re: CuteEditor 6.0 for ASP Javascript error obj_Editor1 is not an object

    // get the cute editor instance. In the following example, we assume your editor ID is : Editor1   var editor1 = document.getElementById('CE_Editor1_ID');    //Get the editor content var editdoc=editor1.GetDocument();   alert(getObjInnerText(editdoc.body));   function getObjInnerText (obj) ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 30, 2007
  • Using button to insert HTML at cursor location

    Why is the text/html inserted at the top of the document? I would like it to be inserted at the location of the cursor. Here is my code, please help!   editor.CustomAddons = ''<span title=''''Custom Addons'''' class=''''button'''' onclick=''''_Format(obj_Doc_QotText,'insertHTML','html code');'''' type=''''btn'''' border=''''0''''> ...
    Posted to Cute Editor for ASP (Forum) by Fremmers on December 13, 2005