-
Notifications
You must be signed in to change notification settings - Fork 1
HtmlEditorExtender
HtmlEditorExtender extends to a textbox and creates and renders an editable div instead of a targeted textbox
Name | Description |
---|---|
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 |
Name | Description |
---|---|
Decode() | Decodes html tags that are not generated by an htmlEditorExtender button |
Name | Description |
---|---|
ImageUploadComplete | An event handler to complete the Ajax Image upload |
Name | Description |
---|---|
buttonHeight | Button height in pixels |
buttonWidth | Button width in pixels |
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 |
isDirty | Flag indicating that HtmlEditorExtender content is changed |
toolbarButtons | A collection of toolbar buttons |
Name | Description |
---|---|
restoreSelection() | Restores selected text |
saveSelection() | Saves selected text |
Name | Description |
---|---|
change | Fires when text change occurs |
Flag indicating that HtmlEditorExtender content is changed
Getter name: get_isDirty()
Determines whether or not to display a source view tab/button to see the source view of HtmlEditorExtender
Getter name: get_displaySourceTab()
Setter name: set_displaySourceTab(value)
Determines whether or not to display a preview tab/button providing access to HtmlEditorExtender�s preview
Getter name: get_displayPreviewTab()
Setter name: set_displayPreviewTab(value)
Button width in pixels
Getter name: get_buttonWidth()
Setter name: set_buttonWidth(value)
Button height in pixels
Getter name: get_buttonHeight()
Setter name: set_buttonHeight(value)
A collection of toolbar buttons
Getter name: get_toolbarButtons()
Setter name: set_toolbarButtons(value)
Decodes html tags that are not generated by an htmlEditorExtender button
Saves selected text
Restores selected text
Fires when text change occurs
Add event handler method: add_change(handler)
Remove event handler method: remove_change(handler)
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
Reference v16.1.1
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout