ASPxHtmlEditorSettings Properties
Contains settings that relate to the ASPxHtmlEditor‘s base functionality.| Name | Description |
|---|---|
| AllowContextMenu | Gets or sets a value that specifies whether the editor’s specific context menu is available to end-users in design view and html view. |
| AllowCustomColorsInColorPickers | Gets or sets a value specifying whether custom colors are available in the editor’s color pickers. |
| AllowDesignView | Gets or sets a value that specifies whether the Design View is available to end-users. |
| AllowHtmlView | Gets or sets a value that specifies whether the HTML View is available to end-users. |
| AllowInsertDirectImageUrls | Gets or sets a value that specifies whether direct links to the specified images located on other web sites are allowed to be inserted into the editor’s HTML markup. |
| AllowPreview | Gets or sets a value that specifies whether the Preview View is available to end-users. |
| AllowSaveBinaryImageToServer | Gets or sets a value that specifies whether a dropped and pasted image should be saved on the server and its generated URL should be used in html or paste this image as a base64 image in html. |
| AllowScriptExecutionInPreview | Gets or sets a value that specifies whether the editor’s content scripts should be executed in Preview. |
| EnableContextMenuScrolling | Gets or sets whether to enable context menu scrolling. |
| SettingsHtmlView | Provides access to settings that relate to HTML View. |
| SettingsRibbonToolbar | Provides access to the settings of the ribbon toolbar. |
| ShowTagInspector | Gets or sets a value that specifies whether the tag inspector is displayed in the ASPxHtmlEditor. |
See Also