Browse by Tags

All Tags » scripts
  • Embedding videos

    Hi, We bought this great editor a few months back and it's worked great for us.However, we now have a need for changing the way videos are embedded on the site.We have our own media player that we would like to use, but we cannot seem to find where to change the code generated when inserting videos and audio media. Have anyone else ...
    Posted to Cute Editor for ASP (Forum) by mireigi on October 23, 2009
  • 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: inserting into database

    yes it does work the todatabase.aspbut mt form does not insert in the database. do you know why? ALSOBut most importantly my form was working fine before i implemented the Cute editor for asp but i wanted to use my existing connection to the database, recorset that i had before but just be able to have my text area the cute editor. is this ...
    Posted to Cute Editor for ASP (Forum) by systemdownnn on February 20, 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
  • Insert Scripts ..

    Is it possible to write a script command like the following   <script type=''text/javascript'' src=''user/media/audio/ply2.js''></script>   Using the pastHTML function or something alike ?   I've tried to insert the above script within the codes section of the common.config file.   example .. ...
    Posted to Cute Editor for ASP (Forum) by Pete W. on September 28, 2006