HtmlForgeX

API Reference

Class

QuillToolbarConfig

Namespace HtmlForgeX
Assembly HtmlForgeX

Advanced toolbar configuration for Quill.

Inheritance

  • Object
  • QuillToolbarConfig

Constructors

public QuillToolbarConfig() #

Methods

public QuillToolbarConfig Button(QuillFormat format) #
Returns: QuillToolbarConfig

Adds a simple button to the toolbar.

Parameters

format HtmlForgeX.QuillFormat requiredposition: 0
public QuillToolbarConfig Dropdown(String type, params String[] options) #
Returns: QuillToolbarConfig

Adds a dropdown to the toolbar.

Parameters

type System.String requiredposition: 0
options System.String[] requiredposition: 1
public QuillToolbarConfig Group(params QuillFormat[] formats) #
Returns: QuillToolbarConfig

Adds a button group to the toolbar.

Parameters

formats HtmlForgeX.QuillFormat[] requiredposition: 0
public QuillToolbarConfig IndentButtons() #
Returns: QuillToolbarConfig

Adds indent buttons (outdent and indent) to the toolbar.

public QuillToolbarConfig ListAndIndentButtons() #
Returns: QuillToolbarConfig

Adds list and indent buttons in a single group.

public QuillToolbarConfig ListButtons() #
Returns: QuillToolbarConfig

Adds list buttons (ordered and bullet) to the toolbar.

Properties

public List<Object> Items { get; } #

Gets the toolbar items.