Browse by Tags

All Tags » cuteeditor
Showing page 3 of 3 (30 total posts)
  • Insert document - listing takes forever

    Hello, I have a folder with over 800 documents and it takes more than 1min to load in the Downloadable Files-window. Is this normal?   thanks, Hakon
    Posted to Cute Editor for ASP (Forum) by haksolli on June 5, 2007
  • Performance Issue when Typing and Pasting

    We are using version 6. There is an extreme lag when ever we type or paste information from the clipboard. I don't know what other information you guys need.
    Posted to Cute Editor for ASP (Forum) by Car Research on May 30, 2007
  • Cute Editor and Sntiz

    Has anyone worked out how to integrate CuteEditor ASP with the Snitz forums ?   I would love to replace the editor, but don't want to re-invent the wheel.   Thanks
    Posted to Cute Editor for ASP (Forum) by MartynK on May 16, 2007
  • Re: No More JavaScript API in 6.0??

    i've been using a popup window to populate my content in the textarea of the Editor.  So you can use the <%=editor.ClientID%>, but it doesn't help you if you're trying to access the CuteEditor from another page (or popup window).  So  you can still use the javascript API, but instead of using :   var editor1 = ...
    Posted to Cute Editor for ASP (Forum) by lbklatzkin on May 15, 2007
  • Undefined - is mostly all I get.

    My Editor now just comes up with the word ''undefined'' in the text area.   Here's my current best guess.   My configuration:    Dim editor1   Set editor1 = New CuteEditor   editor1.ID = ''Description''   editor1.Text = sDescription   editor1.FilesPath ...
    Posted to Cute Editor for ASP (Forum) by jdmaynard on March 31, 2007
  • Disable Normal, HTML and Preview buttons

    Hello.  I am currently in the process of evaluating version 5.2 of the Cute Editor.  The application that we are hoping to integrate your product with does not need the view options offered at the bottom of the window (Normal, HTML & Preview).  I would like normal view to be active at all times and I do not want the users to be ...
    Posted to Cute Editor for ASP (Forum) by MaximumK on March 28, 2007
  • Enabling External Style Sheet

    I'm using version 5.2 and have the following code for rendering CuteEditor:    Dim editor Set editor = New CuteEditor 'Create a new editor class object editor.ID = ''Editor1'' 'Set the ID of this editor class editor.Text = strNotes 'Set the initial HTML value of editor control editor.ImageGalleryPath = ...
    Posted to Cute Editor for ASP (Forum) by Anonymous on January 31, 2007
  • Re: Error Messege

    I tried the <script> tag to try and run that part as VB but I get errors this way also. Here is what I have...<script src=''CuteEditor_Files/include_CuteEditor.asp'' language=''vbscript'' runat=''server''><%Dim editorSet editor = New CuteEditoreditor.ID = ''Story''editor.Text = ''Hello World''editor.Width = ...
    Posted to Cute Editor for ASP (Forum) by Eivo on January 9, 2007
  • Check if the Editor is empty using javascript

    Hi, I need a javascript function that will check if the editor has been left empty? 1. How do you do this? 2. Please supply example code appreciate this, Gary
    Posted to Cute Editor for ASP (Forum) by gbminnock on November 29, 2006
  • Integrate CuteEditor with Netspell:- cannot register dll?

    Hi i am trying to get Netspell to work with CuteEDITOR. When I try to register the dll on the server I get the following error: f:\bin\Netspell.SpellChecker.dll was loaded, but the DllRegisterServer entry point was not found. This file can not be registered. Any and all help appreciated Gary
    Posted to Cute Editor for ASP (Forum) by gbminnock on November 20, 2006