Search

You searched for the word(s): editor1
Showing page 9 of 42 (415 total posts) < 1 second(s)
  • Is setHTML() supported in v5.2

    Is setHTML supported in v 5.2? I ask because no matter what I try I cannot get it to work. Whenever I do I get a ''Object doesn't support this property or method'' error in IE and ''editor1.setHTML is not a function'' in FF. In fact I get the same errors if I use the getHTML function too, though if I use alert(editor1.value) this returns the ...
    Posted to Cute Editor for ASP (Forum) by judas on July 31, 2008
  • Re: Problem with Editor.Text reset and image gallery - reproduced with demo

    Greg,   How is the code of the above example:                           function callInsertImage()  ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 3, 2008
  • Re: Carriage Return / Line Break with <br>

    Thank you for the response.  Basic examples like that work just fine it would seem.  However, when I enter in html like <area onmouseover=''Tip('<strong>Headquarters</strong><br/>5555 Pleasentville Drive<br/>Carthage, TX 66666<br/><br/><strong>Texas, Carthage</strong><br/>1111 ...
    Posted to Cute Editor for ASP (Forum) by EricR on June 13, 2011
  • Re: problem: extra / added to some links

    No, I was unable to reproduce it in the test page you provided.   I've had time to do some test since my first post, and it would seem to only happen when I set the UrlType property programmatically.   So here's my test code.   ------------------------------------------------------------------------------- <!-- #include ...
    Posted to Cute Editor for ASP (Forum) by hothead on May 28, 2009
  • Re: Start in Previewmode

    When I use the ''ActiveTab'' modifier I get this error:   Object doesn't support this property or method: 'ActiveTab'   Here's my code:   Set editor = New CuteEditor editor.ID = ''Editor1'' editor.Text = MessageField editor.FilesPath = ''editor/files'' editor.ImageGalleryPath = ''/accounts/'' & session(''AccountID'') ...
    Posted to Cute Editor for ASP (Forum) by renman on May 2, 2008
  • Re: HTML Code Not Indenting

    Please check this example:   http://cutesoft.net/asp/EnableAll.asp This example is running version 5.2.      If you can find the delivery email, you can find the version number.   If not, please set ShowVersion property to true.   If your editor doesn't support this property, you must use ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 17, 2007
  • problem in IE with getSelectedHTML()

    I am having a problem with getSelectedHTML() function in cute editor, asp version.   I am trying to create my own link by selecting an image(gif, jpg or png) file and manipulating and inserting the link into the editor.   When I select the image in Mozilla/Firefox, html in getSelectedHTML() function retruns ...
    Posted to Cute Editor for ASP (Forum) by MuraliC on February 18, 2009
  • Re: keypress event..

    Please read my comments in black bold below and reply as soon as you can...   Please use the following code to get HTML code first.     // get the cute editor instance     var editor1 = document.getElementById('<%=editor.ClientID%>');          // Get ...
    Posted to Cute Editor for ASP (Forum) by nadiralishah on May 31, 2007
  • Re: Custom Javascript validation

    Shawn,     1. editor1.value.length is not right method to get the content from editor.   Please use the following API to retrieve the content of CuteEditor as HTML   Method Description ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 21, 2007
  • Re: CuteEditor In a Child Window

    mgjunk,   I just wrote a fix for this. It works. You can test it in our online demo.   Please check it out.   Dad.asp <HTML> <HEAD> <SCRIPT> function popupCuteEditor(v_form, v_field) {      var newWin, v_pagestring;      w = ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 23, 2004
« First ... < Previous 7 8 9 10 11 Next > ... Last »