MVCxHtmlEditorImageUploadSettings Constructors
Contains settings that relate to the HtmlEditor’s functionality for uploading images (this functionality can be accessed via the Insert Image Dialog‘s ‘From your computer’ option).Name | Parameters | Description |
---|---|---|
MVCxHtmlEditorImageUploadSettings() | none | Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with default settings. |
MVCxHtmlEditorImageUploadSettings(IPropertiesOwner, HtmlEditorImageSelectorSettings) | owner, associatedSettings | Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified settings. |
MVCxHtmlEditorImageUploadSettings(IPropertiesOwner) | owner | Initializes a new instance of the MVCxHtmlEditorImageUploadSettings class with the specified owner. |
See Also