The HTML Editor for ASP.NET AJAX server control.
| C# |
public class HtmlEditor : CompositeControl, IScriptControl
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| HtmlEditor()()() |
Default constructor.
| |
| AllowedAttributes |
List of allowed attributes.
| |
| AllowedImageExtensions |
Comma delimited list of allowed image extensions that may be uploaded in the Image Browser.
| |
| AllowedMimeTypes |
Comma delimited list of allowed image mime types that may be uploaded in the Image Browser.
| |
| AllowedTags |
List of allowed tags.
| |
| AspxDirectory |
The site folder where the Image Browser ImageUpload.aspx file is located.
| |
| AttachSaveButton(Control) |
Manually attaches a button to the SaveButtons list.
| |
| AutoSave |
Determines if modifications are automatically saved as part of client-side validation.
| |
| AutoSaveValidationGroups |
Comma-delimited list of ValidationGroup names used by AutoSave.
| |
| BackColor |
The background color of the control.
(Overrides WebControl.BackColor.) | |
| ButtonMouseOverBorderColor |
The border color of the toolbar buttons on mouseover.
| |
| ButtonMouseOverColor |
The background color of the toolbar buttons on mouseover.
| |
| CanCreateFolders |
Determines if the Image Browser supports creating new folders.
| |
| CanDelete |
Determines if the Image Browser supports deleting folders and
uploaded files.
| |
| CanOverwrite |
Determines if the Image Browser supports overwriting uploaded files.
| |
| CanUpload |
Determines if the Image Browser supports file uploads.
| |
| ColorScheme |
The color scheme.
| |
| ContextChanged |
The name of a JavaScript function on the page to call
when the editor designMode context changes.
| |
| ConvertDeprecatedSyntax |
Converts browser designMode deprecated syntax to standards-based syntax.
| |
| ConvertParagraphs |
Converts top-level paragraph elements inserted in Internet Explorer
to appropriate break and/or div elements.
| |
| ConvertUrls |
Determines if and how to convert Url's on conversion to XHTML.
| |
| CountDisplayed |
Determines if count information is displayed.
| |
| CountFormat |
The definition of the count display format.
| |
| CountLimits |
The definition of the Word, Character and Length count limits.
| |
| CountLockedColor |
The locked color of the count information.
| |
| CountNormalColor |
The normal color of the count information.
| |
| CountOptions |
The definition of the count option attributes.
| |
| CountStateChanged |
The name of a JavaScript function on the page to call
when a count state changes.
| |
| CountWarningColor |
The warning color of the count information.
| |
| CreateColorSchemeInfo |
Event handler called before the color scheme is applied.
| |
| CreateDialogInfo |
Event handler called before the dialogs are created.
| |
| CreateToolbarInfo |
Event handler called before the toolbars are created.
| |
| CurrentHeight |
Determines the current editor height, including if the size has been
modified on the client.
| |
| CurrentWidth |
Determines the current editor width, including if the size has been
modified on the client.
| |
| DefaultFolderRights |
Sets the default folder rights in the Image Browser.
| |
| DesignModeCss |
The CSS file to link for Design mode.
| |
| DesignModeEditable |
Determines if Design mode is editable.
| |
| DesignModeEmulateIE7 |
Determines if the Design Mode document includes the meta tag for emulating IE 7.
| |
| DialogBackColor |
The background color of the dialog.
| |
| DialogBorderColor |
The color of the dialog borders.
| |
| DialogButtonBarColor |
The color of the dialog button bar.
| |
| DialogFloatingBehavior |
Determines if dialogs can be moved.
| |
| DialogForeColor |
The color of the dialog text.
| |
| DialogHeadingColor |
The color of the dialog heading.
| |
| DialogHeadingTextColor |
The color of the dialog heading text.
| |
| DialogSelectedTabColor |
The color of the dialog selected tab.
| |
| DialogSelectedTabTextColor |
The color of the dialog selected tab text.
| |
| DialogTableColor |
The color of the dialog table.
| |
| DialogTabTextColor |
The color of the dialog tab text.
| |
| DialogUnselectedTabColor |
The color of the dialog unselected tab.
| |
| DisableBrowserContextMenu |
Disables the browser context menu on right mouse click in Design mode,
when applicable and possible.
| |
| EditorBackColor |
The default background color of the document.
| |
| EditorBorderColor |
The color of the border around the editor area.
| |
| EditorBorderSize |
The size of the border around the editor area.
| |
| EditorForeColor |
The default color of the text in the document.
| |
| EditorInnerBorderColor |
The color of the inner 1px border around the editor area.
| |
| Emotions |
List of emotion images and their descriptions.
| |
| EmotionsFolder |
The absolute Url to the emotion images folder.
| |
| FirefoxInitialParagraphs |
Force initial paragraph elements on line-breaks in Firefox.
| |
| FolderRights |
Comma-delimited list of specific folder rights in the Image Browser.
| |
| FormatHtmlMode |
Adds a newline character after certain tags in the Html mode editor.
| |
| Height |
Set the Height of the editor.
(Overrides WebControl.Height.) | |
| HtmlModeEditable |
Determines if Html mode is editable.
| |
| ImageBrowserCols |
Number of columns displayed in the Image Browser.
| |
| ImageBrowserRows |
Number of rows displayed in the Image Browser.
| |
| ImagesDirectory |
The site folder for the Image Browser images.
| |
| InitialDialogPosition |
Sets the algorithm for the initial dialog position.
| |
| InitialMode |
Determines the initial mode on startup.
| |
| LockedMessage |
The name of a JavaScript function on the page to call
when the the locked message box is about to be presented.
| |
| MaxDirectorySizeInMB |
Maximum allowable size of the images directory, in MB, in the Image Browser.
| |
| MaximumHeight |
The maximum height the editor can be resized to on the client.
| |
| MaximumWidth |
The maximum width the editor can be resized to on the client.
| |
| MaxNewFoldersThrottle |
Maximum allowable new folders created per page view or session, depending on ThrottleStateMethod, in the Image Browser.
| |
| MaxSubDirectoryLevels |
Maximum allowable nested subdirectory levels in the Image Browser.
| |
| MaxUploadedFilesThrottle |
Maximum allowable number of files uploaded per page view or session, depending on ThrottleStateMethod, in the Image Browser.
| |
| MaxUploadFileSizeInKB |
Maximum allowable size in KB of an uploaded file in the Image Browser.
| |
| MinAvailableDiskSpaceInKB |
Minimum available disk space in KB to upload a file in the Image Browser.
| |
| Modified |
Determines if the editor text has been modified and is
currently unsaved.
| |
| ModifiedChanged |
The name of a JavaScript function on the page to call
when the modified flag changes.
| |
| NoScriptAttributes |
List of attributes for which no script references are allowed.
| |
| NoToolstripBackgroundImage |
Prevents display of a toolstrip background image.
| |
| OutputXHTML |
Converts the browser designMode HTML to XHTML.
| |
| PageItems |
Initial number of page items displayed in the Image Browser.
| |
| PasteConversion |
The name of a JavaScript function on the page to call
when the editor is converting a paste.
| |
| PersistSize |
Determines if editor size changes on the client persist on postback.
| |
| ProtectedDirectoryItems |
List of directory items in the Image Browser that should not be deleted.
| |
| ReplaceNoBreakSpace |
Replaces nbsp entities inserted in Internet Explorer with spaces.
| |
| Resizable |
Determines if the editor can be resized on the client.
| |
| Revert()()() |
Reverts the text.
| |
| Save |
Event handler called when the Save toolbar button is clicked or
when a configured SaveInterval triggers a timer-based
save and postback.
| |
| SaveButtons |
List of button ID's requiring explicit Save behavior on a client click.
| |
| SaveInterval |
The interval in seconds for a timer-based save and postback event.
| |
| SelectedTabBackColor |
The background color of the selected tab.
| |
| SelectedTabTextColor |
The color of the selected tab text.
| |
| ShowModifiedAsterick |
Displays an asterick on the current tab whenever the text has been modified
but is not yet saved.
| |
| SizeChanged |
The name of a JavaScript function on the page to call
when the editor size is changed on the client.
| |
| SizeHandleColor |
The color of the size handle.
| |
| TabBackColor |
The background color of the unselected tab.
| |
| TabbarBackColor |
The background color of the tabbar.
| |
| TabForeColor |
The color of the tab text.
| |
| TabMouseOverColor |
The background color of the tab on mouseover.
| |
| Text |
The Text property is used to get and set the editor text.
| |
| TextDirection |
Set the text direction in Design mode.
| |
| ThrottleStateMethod |
Determines how throttle counters are implemented in the Image Browser.
| |
| ToggleMode |
Determines the UI mechanism for switching between modes.
| |
| ToolbarClass |
Assigns a CSS class to the toolbar.
| |
| ToolbarColor |
The color of the toolbars and document borders.
| |
| ToolbarDocked |
Determines if the toolbar is docked to the editor.
| |
| Toolbars |
The definition of the toolbars.
| |
| ToolstripBackgroundImage |
The toolstrip background image type.
| |
| ToolstripBackgroundImageCustomPath |
The toolstrip background image custom path.
| |
| UndoEnabled |
Determines if the custom undo behavior is enabled.
| |
| UndoLevels |
Determines the maximum number of levels that can be undone.
| |
| UploadNotification |
Event handler called after an upload in the Image Browser, successful or not.
| |
| UrlConversion |
The name of a JavaScript function on the page to call
when the editor is converting Url's types.
| |
| WebkitInitialParagraphs |
Force initial paragraph elements on line-breaks in webkit-based browsers.
| |
| WebkitPatch |
Implement a known ASP.NET AJAX workaround to fix an issue with webkit-based browsers.
| |
| Width |
Set the Width of the editor.
(Overrides WebControl.Width.) |
| Object | ||||
| Control | ||||
| WebControl | ||||
| CompositeControl | ||||
| HtmlEditor | ||||