TextEditor Methods

Include Protected Members
Include Inherited Members

The TextEditor type exposes the following members.

Methods

  Name Description
Public methodStatic member MakeTextSafe Cleans text according to specifications, such as removing all script and certain URLs.
Protected method OnLoad Handles the Load event. (Overrides Control.OnLoad(EventArgs).)
Protected method OnPreRender Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).)
Protected method Render Renders the TextEditor to the client. (Overrides Control.Render(HtmlTextWriter).)
Public method Validate Ensures that the text size does not exceed the maximum size limit of MaxTextSizeDefault. The Validate method removes all script from the text before validating the size.

Top

See Also

Reference

TextEditor Class

Microsoft.SharePoint.Portal.WebControls Namespace