Table Error

Last post 07-12-2005, 8:04 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  07-12-2005, 10:00 AM 8615

    Table Error

    When entering a table to the content management window font tags are inserted.
    we need to format the data through a style sheet so would rather have no formatting. Is there any reason why font tags are automatically placed when copying and pasting from notepad, and is there a way around it?
  •  07-12-2005, 8:04 PM 8641 in reply to 8615

    Re: Table Error

    >>When entering a table to the content management window font tags are inserted.
     
    Can you tell me reproduce this result?
     
    When entering a table to the content management window font tags are inserted.
     
    >>we need to format the data through a style sheet so would rather have no formatting
     
    Try
     
    Editor.EditorOnPaste = CuteEditor.PasteBehavior.PasteText;
     

    PasteBehavior Enumeration

    Enumerates the manners in which the editor handles pasted text.

    [Visual Basic]
    Public Enum PasteBehavior
    [C#]
    public enum PasteBehavior

    Members

    Member Name Description
    Default When you paste text into the editor it is not processed.
    Disabled Paste function is disabed.
    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. 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.

    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