HtmlEditorFormsSettings Properties
Contains settings that are specific to customized versions of the ASPxHtmlEditor‘s built-in dialogs.| Name | Description |
|---|---|
| InsertAudioCssClassItems | Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining audio player style settings. |
| InsertAudioFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Audio dialog. |
| InsertFlashCssClassItems | Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining flash player style settings. |
| InsertFlashFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Flash dialog. |
| InsertImageCssClassItems | Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining image style settings. |
| InsertImageFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Image dialog. |
| InsertLinkFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Link dialog. |
| InsertTableFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Table and Table Properties dialogs. |
| InsertVideoCssClassItems | Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining video player style settings. |
| InsertVideoFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert Video dialog. |
| InsertYouTubeVideoCssClassItems | Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining YouTube video player style settings. |
| InsertYouTubeVideoFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Insert YouTube Video dialog. |
| PasteFromWordFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file) that is the customized version of the built-in Paste from Word dialog. |
| SpellCheckerForms | Gets the settings allowing you to specify paths to customized versions of the built-in spell checker’s dialog forms (UserControls) stored within a web site. |
| TableColumnPropertiesFormPath | Obsolete. Gets or sets the path to a UserControl (an .ascx file), that is the customized version of the built-in Row, Column, and Cell Properties dialogs. |
See Also