Search

You searched for the word(s):
< 1 second(s)
  • Session time-out error. How to avoid it?

    When the editor is open for awhile and is idle, when I attempt to use the editor again I get this error: &nbsp;''The area you are attempting to access is forbidden.''&nbsp; &nbsp;I dug through the CuteEditor code and found out that it's a session time-out error. How do I avoid it, or override it or extend the length of time it takes before it ...
    Posted to Cute Editor for PHP (Forum) by davinci0428 on April 3, 2009
  • Re: Is there a way I can save and restore the cursor position?

    Thanks for the quick reply Adam.&nbsp;As you know, PasteHTML() places the content at the cursor location, or overwrites any selected content. I was hoping to use the CuteEditor_OnChange event to execute a custom HTML filter when any content changed, and do it on the fly while the user is typing. This means I need to get the entire HTML and filter ...
    Posted to Cute Editor for PHP (Forum) by davinci0428 on April 3, 2009
  • Is there a way I can save and restore the cursor position?

    I'd like to be able to read the HTML content into a buffer, modify the HTML, then put it back&nbsp;in the editor&nbsp;AND have the cursor at the same place, or as close as possible to where it was before the HTML changes were made. My problem is when I use the setHTML()&nbsp;method it always places the cursor at the end of the editor content. How ...
    Posted to Cute Editor for PHP (Forum) by davinci0428 on April 2, 2009
  • Re: function CuteEditor_OnChange(editor)

    Stevemenjivar: If you put this code and when de ''Cute Editor'' is loaded after that try to write and will see what I say. The equal Time that takes to show that takes to tansfer a variable (appoximately 4 seconds) &nbsp; &nbsp; &lt;script type=''text/javascript'' &gt;&nbsp;&nbsp; &nbsp; &nbsp; function ...
    Posted to Cute Editor for PHP (Forum) by davinci0428 on March 7, 2009