Search

You searched for the word(s): editor1
Showing page 38 of 42 (415 total posts) < 1 second(s)
  • Re: Paste from Word - Quotes issue

    so now apparently times new roman 12 pt font normal quotes are ''special.''   i fixed it by adding:  editor_text = request.form(''Editor1'')  editor_text = replace(editor_text,''“'','''''''')  editor_text = replace(editor_text,''”'','''''''')  editor_text = ...
    Posted to Cute Editor for ASP (Forum) by lbklatzkin on July 24, 2007
  • Re: Insert Scripts ..

    Pete,   Please try the following code:   I assume your editor ID is Editor1.   obj_Editor1.PasteHTML('&nbsp;<script type=''text/javascript'' src=''user/media/audio/ply2.js''></script>')        
    Posted to Cute Editor for ASP (Forum) by Adam on September 28, 2006
  • Re: save(editor1)

    The save method has been removed in the version 4.x and 5.x.    
    Posted to Cute Editor for ASP (Forum) by Adam on January 23, 2006
  • Re: CuteEditor doesn't load in Firefox 5.0

    Hi ChristopherHoven, We are investigating this issue. Once issue is resolved, I will keep you posted. Sorry for your inconvenience. For now, please try style visibility, like below. <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html> <head>     <title>ASP Editor ...
    Posted to Cute Editor for ASP (Forum) by Kenneth on November 8, 2011
  • DataBase relation

    I recently purchased the “cute_editor”.   I am experiencing some problems regarding displaying content from the database in the editor. I am able to display my content in an Iframe using  : <iframe src=''<%=srcURL%>'' id=''message'' width=''100%'' height=''402'' marginwidth=''1'' marginheight=''0'' ...
    Posted to Cute Editor for ASP (Forum) by necross on January 15, 2007
  • editorOnPaste does not trigger anything...

    On version 5 of CuteEditor for ASP I put:    Set editor = New CuteEditor      editor.ID = ''Editor1''   editor.Text = ''Type here''   editor.FilesPath = ''CuteEditor_Files''   editor.EditorBodyStyle = ''table { font:normal 12px arial; ...
    Posted to Cute Editor for ASP (Forum) by speedynt on February 9, 2006
  • Problem with inserting data in to data base through Java Script Code

    Hi   I have some problem with inserting data to the database thrugh data script code   for getting data from the editor through ASP code we are using Request.Form(''Editor1'') then what is the code for getting the editor data through java script code in the form.   Thanks in Advance     DurgaRao
    Posted to Cute Editor for ASP (Forum) by bvkdurgarao on November 1, 2006
  • Re: 2.0 Error

    Found the problem and it was in the onfocus on the submit button was onfocus=''save('Editor1')'' should have been onfocus=''save(Editor1)''
    Posted to Cute Editor for ASP (Forum) by lundrigan on February 7, 2004
  • URGENT - Editor not posting changes in FireFox 1.0.6 using Javascript submit

    Help!! This problem is very easy to reproduce (at least on my end).   Even using the SIMPLE.asp example that comes with the download. Everything works fine in IE, but in Firefox the editor does not post the changes upon posting when using a javascript submit.   If I use the standard 'submit' button on a form, the editor works ...
    Posted to Cute Editor for ASP (Forum) by EdVanDuyne on September 23, 2005
  • Re: Javascript error after installing.

    joshkerr,   Please check your editor.FilesPath  property. Make sure the CuteEditor_Files folder exists.   Dim editor Set editor = New CuteEditor 'Create a new editor class object 'Set the ID of this editor class editor.ID = ''Editor1'' 'editor.Culture = ''fr'' 'Set the initial HTML value of editor control editor.Text ...
    Posted to Cute Editor for ASP (Forum) by Adam on October 7, 2004
« First ... < Previous 36 37 38 39 40 Next > ... Last »