Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
iommi 7.14.3 documentation
Logo
iommi 7.14.3 documentation
  • Getting started
  • Tutorial
  • Common config
    • after
    • assets
    • attr
    • attrs
    • auto
    • endpoints
    • extra and extra_evaluated
    • extra_params
    • include
    • iommi_style
    • name/display_name/iommi_path
    • tag
    • template
    • title/h_tag
  • Components
    • Edit tables
    • Forms
    • Fragments
    • Main menu
    • Pages
    • Queries
    • Tables
  • Cookbook
    • General
    • Parts & Pages
    • Forms
    • Tables
    • Edit tables
    • Queries
    • Porting
    • Main menu
  • Understanding iommi
    • Architecture
    • Equivalence
    • Philosophy
    • Registrations
    • Semantic models
  • Access control
  • Admin
  • API Reference
    • Action
    • Asset
    • Attrs
    • Cell
    • Cells
    • Column
    • ColumnHeader
    • Container
    • EditColumn
    • EditTable
    • Endpoint
    • Field
    • Filter
    • Form
    • FormAutoConfig
    • Fragment
    • Header
    • HeaderConfig
    • Members
    • Menu
    • MenuItem
    • Page
    • Part
    • Query
    • QueryAutoConfig
    • Style
    • Table
    • TableAutoConfig
    • Traversable
  • Dev tools
  • Add iommi to a FBV
  • Path decoding
  • Production use
  • Registrations
  • Style
  • Views
  • Imports used in the iommi documentation
  • Changelog
  • Credits
  • Contributing
  • @github
  • @discord
  • @pypi
Back to top
View this page

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     (evaluated)¶

Type: Union[int, str]

See after

assets¶

Type: Namespace

See assets

attrs     (evaluated)¶

Type: Attrs

See attributes

children¶

endpoints¶

Type: Namespace

See endpoints

extra¶

Type: Dict[str, Any]

See extra

extra_evaluated¶

Type: Dict[str, Any]

See extra

extra_params¶

See extra_params

include     (evaluated)¶

Type: bool

See include

iommi_style¶

Type: str

See iommi_style

tag     (evaluated)¶

See tag

template     (evaluated)¶

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

See template

Cookbook:

How do I render a Table as divs?

Methods¶

on_bind¶

Next
HeaderConfig
Previous
Fragment
Copyright © 2025, Anders Hovmöller & Johan Lübcke
Made with Sphinx and @pradyunsg's Furo
On this page
  • Header
    • Refinable members
      • after     (evaluated)
      • assets
      • attrs     (evaluated)
      • children
      • endpoints
      • extra
      • extra_evaluated
      • extra_params
      • include     (evaluated)
      • iommi_style
      • tag     (evaluated)
      • template     (evaluated)
    • Methods
      • on_bind