Search

You searched for the word(s): editor1
Showing page 4 of 42 (415 total posts) < 1 second(s)
  • Re: Second Version 5 Question

    Here is the list. Sorry for the inconvenience.  Version 4.x Version 5.0  ParagraphsList ParagraphsListMenuNamesParagraphsListMenuListExample: <%       Dim editor       Set editor = New CuteEditor       editor.ID = ...
    Posted to Cute Editor for ASP (Forum) by Adam on December 30, 2005
  • Re: save(Editor1) and Netscape

    Adam, Tried that and has no effect. If I remove the save(Editor) function on Netscape it works fine. Is this because the WinIE.js file is only included if it is IE and thus if you are in netscape the function save does not exist therefor it errors. cheersTim
    Posted to Cute Editor for ASP (Forum) by vlitim on March 9, 2005
  • Re: Javascript to set focus

    Dear surrounding,   Please try the following code: function setFocus()    {     // get the cute editor instance     var editor1 = document.getElementById('<%=editor.ClientID%>');          editor1.FocusDocument();    } You ...
    Posted to Cute Editor for ASP (Forum) by Eric on August 27, 2010
  • Re: posting to database

    Do you mean the source code of todatabase.asp? The following are its code:  <!-- #include file = ''cuteeditor_files/include_CuteEditor.asp'' --> <html>      <head>   <title></title>   <link rel=''stylesheet'' href=''asp.css''  type=''text/css'' ...
    Posted to Cute Editor for ASP (Forum) by Eric on August 14, 2010
  • Re: problem in IE with getSelectedHTML()

    function getSelectedHTML()   {            var rng=null,html='''';         var editdoc = editor1.GetDocument();         var editwin = editor1.GetWindow(); ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 18, 2009
  • Re: Disable the HTML and Preview buttons

    yes.   Editor.ShowHtmlMode Property Specifies whether the Html Mode tab appear.   Example Code       <%            Dim editor            Set editor = New ...
    Posted to Cute Editor for ASP (Forum) by Adam on January 8, 2009
  • Re: Breaks when pasting HTML with embedded form tags

    Scott,   Please try the following example and find the correct option for your situation.   http://cutesoft.net/asp/editoronpaste.asp   If you want to keep JavaScript and server side code, please use the following properties:   Editor.AllowEditServerSideCode Property By default Cute Editor doesn't allow edit ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 3, 2007
  • Re: Editor.customaddons from v5 to v6

    Shamsu,   Please Try the following code:    editor.CustomAddons = ''<img title=''''Using oncommand'''' class=''''CuteEditorButton'''' onmouseover=''''CuteEditor_ButtonCommandOver(this)'''' onmouseout=''''CuteEditor_ButtonCommandOut(this)'''' onmousedown=''''CuteEditor_ButtonCommandDown(this)'''' ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2007
  • Re: javascript validation before save

    Shawn,   1. Understand how to retrieve the content of CuteEditor as HTML   Method Description getHTML() This method is used for retrieving ...
    Posted to Cute Editor for ASP (Forum) by Adam on February 12, 2007
  • Re: Is there away of removing the + /- sign?

    Daniel,   Please check the following properties:   Editor.ShowDecreaseButton Property Specifies whether the Decrease editing window button appear.   Example Code       <%           Dim ...
    Posted to Cute Editor for ASP (Forum) by Adam on July 24, 2006
« First ... < Previous 2 3 4 5 6 Next > ... Last »