Re: 6.1 Release, Whats new?

  •  05-15-2008, 7:26 AM

    Re: 6.1 Release, Whats new?

    Yes, this is something that would be invaluable to all of us ... here is what I have worked out so far:
     
    New Members:
    BottomTemplate Gets or sets the bottom template. This property allows developers add controls to the bottom of the Editor control.
    EditorBodyClass Specify the Class name that will be added to the body of the editor document.
    EditorBodyId Specify an Id name that will be added to the body of the editor document.
    EnableStripIframeTagsSpecifies whether to remove inject Iframe tags before writing the string into the db. When this property is set to true (the default) Cute Editor strips all iframe tags from the html to prevent iframe injection attack.
    EnableStripLinkTagsCodeInjectionSpecifies whether to remove <link> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <link> tags which contain malicious, client-side executable code from the html to prevent link tag injection attack.
    EnableStripStyleTagsCodeInjectionSpecifies whether to remove inject <Style> tags which contain malicious, client-side executable code before writing the string into the db. When this property is set to true (the default) Cute Editor strips all <Style> tags which contain malicious, client-side executable code from the html to prevent link tag injection attack.
    PreviewModeCssSpecifies the location of the style sheet that will be used by the preview window. Multiple Style Sheets are supported. Example PreviewModeCss="example.css,~/portal.css,/default.css"
    ResizeModeGets or sets the way the editor is resized.
    ShowWordCountSpecifies whether the Word Count toolbar appear.
    StyleWithCSS This property is used for toggling the format of generated content. An example of the differences is that the "bold" command will generate <b> if the StyleWithCSS command is false and generate css style attribute (font-weight: bold) if the StyleWithCSS command is true.
     
    New Methods:
    GetContext() Gets HttpContext


    Can you please give us a more complete list?
View Complete Thread