Contents Menu Expand
iommi 2.8.9 documentation
Logo
iommi 2.8.9 documentation
  • Usage
  • Cookbook
  • Forms
  • Pages
  • Tables
  • Queries
  • Dev tools
  • Admin
  • Style
  • Registrations
  • API Reference
    • Action
    • Asset
    • Attrs
    • Cell
    • Column
    • ColumnHeader
    • Container
    • Endpoint
    • Field
    • Filter
    • Form
    • Fragment
    • Header
    • HeaderConfig
    • Members
    • Menu
    • MenuItem
    • Page
    • Part
    • Query
    • Style
    • Table
    • Traversable
  • Philosophy
  • Architecture
  • Changelog
  • Credits
  • Contributing
  • @github
  • @discord
  • @pypi

Header¶

Base class: Fragment

Header is a special fragment that automatically calculates its level. This means that you will get h1 for the top level, h2 for the next level, and so on. If you want a specific h1/h2/etc tag use Fragment.

The header level is only increased by the existence of Header objects, so putting a manual h1 somewhere won’t make the next Header into a h2 tag.

Refinable members¶

  • after

    Type: Union[int, str]

  • assets

    Type: Namespace

  • attrs

    Type: Attrs

  • endpoints

    Type: Namespace

  • extra

    Type: Dict[str, Any]

  • extra_evaluated

    Type: Dict[str, Any]

  • include

    Type: bool

  • iommi_style

    Type: str

  • tag

  • template

    Type: Union[str, iommi._web_compat.Template]

Defaults¶

Next
HeaderConfig
Previous
Fragment
Copyright © 2020, Anders Hovmöller & Johan Lübcke | Built with Sphinx and @pradyunsg's Furo theme. | Show Source
Contents
  • Header
    • Refinable members
      • Defaults