ASPxHtmlEditor is a rich-text WYSIWYG HTML editor for ASP.NET.
Its intuitive user interface enables even inexperienced users to edit HTML page contents with ease.
This demo describes some of the features available to you when using the ASPxHtmlEditor control.
HTML code entered into the ASPxHtmlEditor's HTML View can be automatically validated and transformed into the
XHTML 1.0 Transitional compliant markup.
The ASPxHtmlEditor exposes several options, allowing you to control which automatic transformations are required.
Use the AllowScript, AllowIFrames and AllowFormElements properties to control whether
tags and attributes of some predefined types - scripts, IFRAME and form elements - are allowed within the editor's HTML code.
The UpdateDeprecatedElements and UpdateBoldItalic properties specify the necessity of replacing deprecated elements
with their valid analogs and converting the B and I elements into the STRONG and EM elements, respectively.
The EnterMode property allows you to specify the editor's behavior when the ENTER key is pressed by an end-user -
you can choose between a paragraph or line break rendering.
If Design View is active within the ASPxHtmlEditor, a specific context menu can be displayed for end-users, which is controlled
by the editor's AllowContextMenu property.
With the AllowHtmlView and AllowPreview properties, the ASPxHtmlEditor's functionality can be further customized for your end-users.