HtmlForgeX

API Reference

Class

QuillEditor

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element

Represents a Quill rich text editor instance.

Inheritance

Constructors

public QuillEditor() #

Initializes a new instance of the QuillEditor class with a random identifier.

Methods

RegisterLibraries() #

Registers Quill library requirements with the document.

public override String ToString() #
Returns: String

Returns HTML markup representing the editor and initialization script.

Returns

The HTML string that renders the editor.

Properties

public String Id { get; set; } #

Gets or sets the id assigned to the editor container.

public String Height { get; set; } #

Gets or sets the height of the editor area.

public QuillEditorOptions Options { get; set; } #

Gets or sets configuration options for the editor.