HtmlForgeX

API Reference

Class

QuillEditorOptions

Namespace HtmlForgeX
Assembly HtmlForgeX

Configuration options for a QuillEditor instance.

Inheritance

  • Object
  • QuillEditorOptions

Constructors

public QuillEditorOptions() #

Properties

public QuillTheme Theme { get; set; } #
JsonPropertyName("theme")

Gets or sets the editor theme.

public Boolean ReadOnly { get; set; } #
JsonPropertyName("readOnly")

Gets or sets a value indicating whether the editor is read only.

public String Placeholder { get; set; } #
JsonPropertyName("placeholder") JsonIgnore(Condition = 3)

Gets or sets placeholder text displayed when the editor is empty.

public QuillModules Modules { get; set; } #
JsonPropertyName("modules")

Gets or sets module configuration.

public List<QuillFormat> Formats { get; set; } #
JsonPropertyName("formats") JsonIgnore(Condition = 3) JsonConverter(typeof(EnumListDescriptionConverter<QuillFormat>))

Gets or sets the enabled formatting options.