Code cleaner

Last post 12-29-2005, 11:41 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  11-02-2005, 8:23 PM 12191

    Code cleaner

    Two questions about the code cleaner "Clean up HTML" option.

    1. In Firefox, the code-cleaner doesnt show up at all. It simply is not available. Any ETA when this will be fixed as many people use Firefox now, and the code-cleaner one of the most important features of CuteEditor.

    2. How can I make it run the code-cleaner automatically?
    WHen I paste in content copied from MS-Word for example, I want it to automatically run the word-cleaner, etc, rather than force people to have to click the button, wait for the window to popup, then click another button.

    Thanks
  •  12-29-2005, 11:41 PM 14273 in reply to 12191

    Re: Code cleaner

    ReqMan,

    >>1. In Firefox, the code-cleaner doesnt show up at all. It simply is not available. Any ETA when this will be fixed as many people use Firefox now, and the code-cleaner one of the most important features of CuteEditor.

    Firefox code-cleaner has been included in the version 5.0.

    >>2. How can I make it run the code-cleaner automatically?
    WHen I paste in content copied from MS-Word for example, I want it to automatically run the word-cleaner, etc, rather than force people to have to click the button, wait for the window to popup, then click another button.

    Example Code
          <%
               Dim editor
               Set editor = New CuteEditor
               editor.ID = "Editor1"
               'Specifies the manner in which the editor handles pasted text.
               editor.EditorOnPaste = "PasteWord"
               editor.Text = "Hello World"
               editor.Draw()
          %>
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML