Search

You searched for the word(s):
< 1 second(s)
  • Preview Mode

    I have a page with an editor on it, works great, user can enter in notes, etc. &nbsp; I have another page, where someone can only read the notes entered on the 1st page.&nbsp; I want this editor to only appear in Preview Mode. &nbsp; How can I set the mode to Preview Mode?&nbsp; I've tried using SetActiveTab &amp; _set_Active_tab and neither ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 15, 2007
  • Re: Interesting problem with java api

    IE 6 &nbsp; Are you sure it returns identical values?&nbsp; Did you leave the alert boxes in the code that test the values?
    Posted to Cute Editor for ASP (Forum) by DanC on June 11, 2007
  • Interesting problem with java api

    I have 2 editors on a form.&nbsp; The 1st is normally hiddeen from the user.&nbsp; It's inside a span tag with style=''display:none''.&nbsp; It is used to hold the value of the editor prior to a user making changes to it.&nbsp; If the user makes changes to the displayed editor, the new content is placed into the hidden editor (so I can detect ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 11, 2007
  • Re: Javascript setHTML() won't set editor to a null value

    This was a doozy to figure out.&nbsp; I finally ripped out all my client side script and the minimal config worked.&nbsp; So I started placing my script back in, one function at a time.&nbsp; I had a custom button on the toolbar.&nbsp; ANd I guess regardless of the configuration, you call CuteEditor_OnCommand &nbsp; The problem was that my ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 7, 2007
  • Re: Javascript setHTML() won't set editor to a null value

    I'm using Version 6, my boss just bought it a few weeks ago. &nbsp; OK, So the sample worked.&nbsp; So then I started taking out anything that wasn't part of the code for the sample.&nbsp; When I removed my custom config file, setHTML() worked.&nbsp; Odd though that it did.&nbsp; Not sure why.&nbsp; I'm used to using the disabled items string ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 7, 2007
  • Javascript setHTML() won't set editor to a null value

    I have an editor on a form created server side with the following code: &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommentEditor.ID = ''TaskCodeComment'' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommentEditor.Text = sCurrentComment &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommentEditor.FilesPath = ''ce/CuteEditor_Files'' &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for ASP (Forum) by DanC on June 6, 2007