Properties
- AjaxFileUpload - AjaxFileUpload that is used to upload images
- DisplayPreviewTab - Determines whether or not to display a preview tab/button providing access to HtmlEditorExtender’s preview
- DisplaySourceTab - Determines whether or not to display a source view tab/button to see the source view of HtmlEditorExtender
- EnableSanitization - Determines whether or not to use HTML-sanitization before data transfer to the server
- OnClientChange - The name of a JavaScript function to attach to the client-side Change event
- Toolbar - A Helper property to cacth buttons from modifed buttons at design time. This property will be attached only when the Toolbar property is not empty at design time
- ToolbarButtons - Provides a button list to the client side. The Toolbar property is required for designer experience support, because the editor always prevents the property's capability to provide values to the client side as ExtenderControlProperty at runtime
Methods
- Decode() - Decodes html tags that are not generated by an htmlEditorExtender button
Events
- ImageUploadComplete - An event handler to complete the Ajax Image upload