quill.widgets ============= .. py:module:: quill.widgets Attributes ---------- .. autoapisummary:: quill.widgets.HEADINGS quill.widgets.LISTS quill.widgets.TAGS Classes ------- .. autoapisummary:: quill.widgets.QuillInput Module Contents --------------- .. py:data:: HEADINGS :value: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] .. py:data:: LISTS :value: ['ol', 'ul'] .. py:data:: TAGS :value: ['strong', 'em', 'a', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'ol', 'ul', 'blockquote'] .. py:class:: QuillInput(*, tags: collections.abc.Sequence[str] | None = None, **kwargs: Any) Bases: :py:obj:`wtforms.widgets.HiddenInput` Renders the text content as hidden input and adds a container for the editor. .. py:attribute:: toolbar :type: list[str | dict[str, int | str]] .. py:attribute:: id :value: '' .. py:attribute:: formats :value: [] .. py:method:: __call__(field: onegov.quill.fields.QuillField, **kwargs: Any) -> markupsafe.Markup