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.
|
EnableStripIframeTags | Specifies 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. |
EnableStripLinkTagsCodeInjection | Specifies 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. |
EnableStripStyleTagsCodeInjection | Specifies 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. |
PreviewModeCss | Specifies 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" |
ResizeMode | Gets or sets the way the editor is resized. |
ShowWordCount | Specifies 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?