Browse by Tags

All Tags » cuteeditor » asp
Showing page 1 of 2 (11 total posts)
  • CE As Image Selector Not Retrive Relative Path

    I am using CE as Image Selector.   Set to Editor.URLType = ''SiteRelative''   But ImageSelector not retrive Relative Path to textbox.   Following demo page have some problem: http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp   P.S.: The Image in Editor object with relative ...
    Posted to Cute Editor for ASP (Forum) by sedatkumcu on May 13, 2009
  • Culture and files management issue

    Using Classical ASP version 6 (5 2007)   I had set up an editor, configured and tested paths for files (images, media...) management and everything worked fine. Then I set the property CustomCulture = ''it-IT'' and the editor was (partially, I've to find the time to complete that work) translated but now everyone of the buttons used ...
    Posted to Cute Editor for ASP (Forum) by nicola-grassionline on September 4, 2008
  • Breaks when pasting HTML with embedded form tags

    I need to be able to paste in large chunks of HTML that has embedded open and close form tags already in it.  I am ok with them being stripped out in some way, but I have yet to figure out how to do this, even with Javascript, because the form gets totally screwed up the moment the form tags get in there.  PLEASE ...
    Posted to Cute Editor for ASP (Forum) by svillemain on July 3, 2007
  • 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
  • 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
1 2 Next >