Skip to main content

MVCxHtmlEditorFormsSettings Properties

Contains dialog form related settings.
Name Description
InsertAudioCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining audio player style settings. Inherited from HtmlEditorFormsSettings.
InsertAudioFormAction Obsolete. Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert Audio dialog.
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. Inherited from HtmlEditorFormsSettings.
InsertFlashCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining flash player style settings. Inherited from HtmlEditorFormsSettings.
InsertFlashFormAction Obsolete. Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert Flash dialog.
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. Inherited from HtmlEditorFormsSettings.
InsertImageCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining image style settings. Inherited from HtmlEditorFormsSettings.
InsertImageFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Insert Image dialog’s form.
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. Inherited from HtmlEditorFormsSettings.
InsertLinkFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Insert Link dialog’s form.
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. Inherited from HtmlEditorFormsSettings.
InsertTableFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Insert Table dialog’s form.
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. Inherited from HtmlEditorFormsSettings.
InsertVideoCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining video player style settings. Inherited from HtmlEditorFormsSettings.
InsertVideoFormAction Obsolete. Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert Video dialog.
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. Inherited from HtmlEditorFormsSettings.
InsertYouTubeVideoCssClassItems Obsolete. Provides access to a collection that can contain a list of custom CSS classes defining YouTube video player style settings. Inherited from HtmlEditorFormsSettings.
InsertYouTubeVideoFormAction Obsolete. Gets or sets the name of the Action that returns a partial View with the customized version of the built-in Insert YouTube Video dialog.
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. Inherited from HtmlEditorFormsSettings.
PasteFromWordFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the Paste From Word dialog’s form.
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. Inherited from HtmlEditorFormsSettings.
SpellCheckerForms Obsolete. 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.
TableColumnPropertiesFormAction Obsolete. Gets or sets the name of an action method invoking a view (user control) that defines the “Row, Column, and Cell Properties” dialog forms.
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. Inherited from HtmlEditorFormsSettings.
See Also