Search

You searched for the word(s):
Showing page 2 of 3 (23 total posts) < 1 second(s)
  • Re: EditorView() CuteSoft 5.2

    &nbsp; Thanks Adam, It worked. &nbsp; I used it as following &nbsp; Changing the Editor to HML Mode&nbsp;: _set_ActiveTab(OBJ_Editor1, 'Code') &nbsp; Changing the Editor to&nbsp;Normal Mode&nbsp;: _set_ActiveTab(OBJ_Editor1, 'Edit') &nbsp; Changing the Editor to&nbsp;Preview Mode&nbsp;: _set_ActiveTab(OBJ_Editor1, ...
    Posted to Cute Editor for ASP (Forum) by m245 on December 18, 2006
  • EditorView() CuteSoft 5.2

    We just upgraded to CuteSoft for ASP 5.2 from 4.2 and have some issue with the Javascript function EditorView(), Is this function still supported in 5.2 or is there other methods to change the Editor's mode from Normal to HTML or Preview using JavaScript.&nbsp; Please help! &nbsp; Thanks
    Posted to Cute Editor for ASP (Forum) by m245 on December 18, 2006
  • OnBlur event

    Does the&nbsp;OnBlur event works with the cuteEditor ASP? if so, can you please provide me with a sample code on how it can be called/used.&nbsp; Thanks.
    Posted to Cute Editor for ASP (Forum) by m245 on December 6, 2005
  • Class doesnot support automation

    Can someone tell me what this means ''Class doesnot support automation''.&nbsp; I seams it is related to WinIE.JS.&nbsp; How can it be fixed?.&nbsp; Thanks in advance.
    Posted to Cute Editor for ASP (Forum) by m245 on December 6, 2005
  • Re: Slow load of editor

    Thank you for your reply.&nbsp; We have done just that, we have remove some if the toolbar icon, but it is still slow loading up.&nbsp; Is there a way to open the editor in a preview&nbsp;mode initially and then after the editor&nbsp;has performed the draw() then change it to Normal mode?.&nbsp; I am hoping this will speed up the initial draw of ...
    Posted to Cute Editor for ASP (Forum) by m245 on November 16, 2005
  • Re: Slow load of editor

    I have the same issue.&nbsp; Is there an answer to this question.&nbsp; I am also using the latest ASP version of&nbsp; CuteEditor.&nbsp; Please let me know at your ealiest convenient.
    Posted to Cute Editor for ASP (Forum) by m245 on November 14, 2005
  • Re: Adding a stripHTML function and counting characters

    Adam, &nbsp; Can you provide a sample code for the OnBlur event instead of the onKeyPress?.&nbsp; I have similar problem geting the OnBlur to work, and the onKeyPress is not an acceptable solution.&nbsp; Thanks in advance.
    Posted to Cute Editor for ASP (Forum) by m245 on November 10, 2005
  • Re: How to make CuteEditor Invisible (hidden) using JavaScript

    I figured it out.&nbsp; To fix this problem, I first&nbsp;set the Editor to preview mode this will remove all the editor's toolbars, then set the visibility to hidden using a&nbsp; Javascript function to be called with Onclick event&nbsp;&nbsp;EditorView(Editor1,2) &nbsp; Editor1.visibility='hidden'&nbsp; &nbsp; &nbsp; &nbsp;
    Posted to Cute Editor for ASP (Forum) by m245 on November 9, 2005
  • How to make CuteEditor Invisible (hidden) using JavaScript

    &nbsp; I am trying to make the cute editor visible / invisible using javascript as follow: &nbsp; obj_Editor1.visibility='hidden'&nbsp; it works OK except that the toolbar dropdown menus such as Css Class, Size, Images, etc. allways stay visible.&nbsp; &nbsp; How can I make the dropdown toolbar items&nbsp;within the cuteEditor ...
    Posted to Cute Editor for ASP (Forum) by m245 on November 8, 2005
  • Re: How to get the text content of the Cute Editor using Javascipt

    Is there a Javascript fuction that provides the Text content of the Cute Editor instead of the Html format?&nbsp; Thanks
    Posted to Cute Editor for ASP (Forum) by m245 on November 7, 2005