Search

You searched for the word(s): document
Showing page 234 of 325 (3,244 total posts) < 1 second(s)
  • Invalid at the top level of document.

    Hi All,                   I'm getting ''Invalid at the top level of document'' warning message when using cute editor in a smartpart in SharePoint 2007.   Thanks, Shiva.
    Posted to Cute Editor for .NET (Forum) by shivasyfni on August 5, 2009
  • Re: How can i detect changed text in CE on the clientside?

    Hi I'm building a CMS, currently with the demo version of your editor as the core of the app.   I'm having trouble with the above example, I can detect a click on the toolbar but not within the document. I can add the click event to the editor itself but editor1.GetDocument() doesn't return an object for me and so I can't add the event to ...
    Posted to Cute Editor for .NET (Forum) by Luminousc on November 13, 2008
  • Re: Editor remove/hide my javascript

    It didn’t work and I also trying to use other script just to display current date it not working too. Example: <script> var mydate=new Date()var year=mydate.getYear()if (year < 1000)year+=1900var day=mydate.getDay()var month=mydate.getMonth()var daym=mydate.getDate()if (daym<10)daym=''0''+daymvar dayarray=new ...
    Posted to Cute Editor for ASP (Forum) by vlad-G on July 11, 2006
  • Re: Pasting MS Word, loses format, changes font ?

    Hi Yes i tried that, and came to the same conclusion. I get a better look in the editor if i dont clean the code. What is odd is that the original word document is Arial, it appears in the editor as arial ( i have set the default font to arial for the editor, as per instructions somewhere on this forum.) But when i render it out as MS ...
    Posted to Cute Editor for .NET (Forum) by jameswhittaker on June 30, 2005
  • Re: How can i detect changed text in CE on the clientside?

    Adam - I can't seem to capture the key value in the event.  I have included a code snipet below.  Can you tell me where I am going wrong?  I tried window.event too - but no go. function quickEnter(evt) {   var key = (evt) ? evt.which : event.keyCode;   alert(key); } function body_onLoad() {   var myMessage ...
    Posted to Cute Editor for .NET (Forum) by LOGIKonline on February 22, 2005
  • Re: Loading a PDF document

    This feature is not supported.
    Posted to Cute Editor for .NET (Forum) by Adam on December 8, 2009
  • Re: EditorOnPaste questions

    It still aint perfect across all browsers... I'm now using PasteText and in FireFox it will make it plaintext, dropping the P tags. In other browsers however PasteText seems to be working well! Please help me out here! (tests were done in your example link) and with a simple 3 line example from a word document!
    Posted to Cute Editor for PHP (Forum) by rubendevries on February 4, 2010
  • Re: Cut and Paste on Firefox 3.5 cuts off part of Word doc

    I have emailed you a sample document which has this problem (so it only happens to some documents).  As I have mentioned before it only happens on FF3.5.   If you need me to resend the sample doc file I will be more than glad to do so. Thanks,Oleg
    Posted to Cute Editor for .NET (Forum) by OlegS on October 20, 2009
  • Cant get basic SetHTML to work

    Hi, I am trying to use Javascript to set the contents of the editor using: <script language=''Javascript'' type=''text/javascript''> var editor1 = document.getElementById('CE_Editor1_ID'); editor1.setHTML('Hello World'); </script> Nothing happens, I must be missing something ...
    Posted to Cute Editor for PHP (Forum) by splendidbob on September 26, 2008
  • Re: CuteEditor ASP 6.0 is not working in IE 11

    Hi Chris! I see , The image uploader is showing error like permission denied. Actually it is showing under dialouge directory When option dialouge to upload file/media/document.   We saw that it is redendering now. So, we would like to know when this image uploader issue will be cleared. Or if there is any configuration part which we ...
    Posted to Cute Editor for ASP (Forum) by Webworld on October 29, 2013