API Reference
Class
QuillToolbarConfig
Advanced toolbar configuration for Quill.
Inheritance
- Object
- QuillToolbarConfig
Constructors
public QuillToolbarConfig() #Methods
public QuillToolbarConfig Button(QuillFormat format) #Returns:
QuillToolbarConfigAdds a simple button to the toolbar.
Parameters
- format HtmlForgeX.QuillFormat
public QuillToolbarConfig Dropdown(String type, params String[] options) #Returns:
QuillToolbarConfigAdds a dropdown to the toolbar.
Parameters
- type System.String
- options System.String[]
public QuillToolbarConfig Group(params QuillFormat[] formats) #Returns:
QuillToolbarConfigAdds a button group to the toolbar.
Parameters
- formats HtmlForgeX.QuillFormat[]
public QuillToolbarConfig IndentButtons() #Returns:
QuillToolbarConfigAdds indent buttons (outdent and indent) to the toolbar.
public QuillToolbarConfig ListAndIndentButtons() #Returns:
QuillToolbarConfigAdds list and indent buttons in a single group.
public QuillToolbarConfig ListButtons() #Returns:
QuillToolbarConfigAdds list buttons (ordered and bullet) to the toolbar.
Inherited Methods
Properties
public List<Object> Items { get; } #Gets the toolbar items.