What's new in version CuteEditor for ASP 5.2?

  •  06-06-2006, 2:40 PM

    What's new in version CuteEditor for ASP 5.2?


    New Features and Improvements:
    • New memeber (PastePureText) has been added into PasteBehavior Enumeration.

      Member Name Description
      Default When you paste text into the editor it is not processed.
      Disabled Paste function is disabed.
      PasteCleanHTML When you pasting the html code into the editor, the empty tags, redundant nested tags and messy or unreadable HTML code are automatically cleaned up.
      PasteWord When you pasting the content from Word into the editor, the non-required code that usually comes with pasting from Word are automatically cleaned up.
      PasteText When you paste text into the editor, all HTML formatting is stripped except for paragraph marks. This option is ideal for content management systems where you want to import text from other word processors and strip off any strange formatting commands they included
      PastePureText When you paste text into the editor, all HTML formatting is stripped. This option is ideal for content management systems where you want absolute control over the formatting
      ConfirmWord When you pasting the content from Word into the editor, will prompt users with a popup prompt to clean the non-required code.
      RemoveCss When you pasting the html code into the editor, the inline styles and CSS class tags are automatically cleaned up.
      RmoveFont When you pasting the html code into the editor, the font tags are automatically cleaned up.
      RemoveSpan When you pasting the html code into the editor, the span tags are automatically cleaned up.

    • The new Editor.TabSpaces property has been introduced.

      /// <summary>
      /// Sets the number of spaces (&nbsp;) to be inserted when the user hits the 'tab' key
      /// </summary> 
    • The new Editor.ResizeStep property has been introduced.

      /// <summary>
      /// Sets the resize step in pixels used when the user clicks on "+" or "-" to resize the editor.
      /// </summary> 

    • The "new Document" button has been introduced.

      When the user clicks this button, all current content in the editor will be cleared. 

              
    • A new example has been introduced. How to use CuteEditor as an image selector?

      http://cutesoft.net/asp/use-CuteEditor-as-image-selector.asp      
        
    • A new example has been introduced. Add custom buttons (Pop-up)

      http://cutesoft.net/asp/custombuttons-popup.asp

    Fixed Bugs:
     
    - Fixed: "MaxHTMLLength or MaxTextLength don't work in firefox". 
    - Fixed: "XHTML compliance bug" 
     
    - Fixed: "Font issues in Safari"
     
     
    - Feature request: "Select an image outside of Cute Editor"

    - Feature request: "how can i config space for tab ?"
     
    - Fixed: "Preview Single Click"
     
     
    - Fixed: "Keep HTML Entities"
     
     
     
     
     
     

    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 Complete Thread