Skip to main content
A newer version of this page is available. .

HTML View

The HTML View allows end-users to modify editor content using HTML markup. Html view area availability is controlled by the ASPxHtmlEditorSettings.AllowHtmlView property.

ASPxHtmlEditor-HtmlViewArea

The context menu, search panel, find and replace dialoges are all available in the HTML view.

You can customize the HTML view functionality using settings provided by the ASPxHtmlEditorSettings.SettingsHtmlView property.

Simple mode

An HTML Editor can display HTML code as a plain text. In this case, the properties provided by the ASPxHtmlEditorSettings.SettingsHtmlView property are not in effect; the search panel, find and replace dialoges, and context menu are unavailable. To enable this mode, set the HtmlEditorHtmlViewSettings.Mode property value to Simple.

ASPxHtmlEditor_SimpleMode