quill.widgets

Module Contents

Classes

QuillInput

Renders the text content as hidden input and adds a container for the

Attributes

HEADINGS

LISTS

TAGS

quill.widgets.HEADINGS = ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'][source]
quill.widgets.LISTS = ['ol', 'ul'][source]
quill.widgets.TAGS[source]
class quill.widgets.QuillInput(*, tags: Sequence[str] | None = None, **kwargs: Any)[source]

Bases: wtforms.widgets.HiddenInput

Renders the text content as hidden input and adds a container for the editor.

toolbar: list[str | dict[str, int | str]][source]
__call__(field: onegov.quill.fields.QuillField, **kwargs: Any) markupsafe.Markup[source]