HtmlEditorImageUploadBuilder.Tabs Method
Name | Parameters | Description |
---|---|---|
Tabs(Action<CollectionFactory<HtmlEditorImageUploadTabItemBuilder>>) | configurator | Contains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option. |
Tabs(IEnumerable<HtmlEditorImageUploadTab>) | value | Contains an array of tabs in the 'Add an Image' dialog. Mirrors the client-side tabs option. |