Contents Menu Expand Light mode Dark mode Auto light/dark mode
iommi 5.7.0 documentation
Logo
iommi 5.7.0 documentation
  • Getting started
  • Tutorial
  • Production use
  • Equivalence
  • Cookbook
    • General
    • Parts & Pages
    • Forms
    • Tables
    • Queries
    • Porting
  • Forms
  • Pages
  • Tables
  • Queries
  • Path decoding
  • extra and extra_evaluated
  • Dev tools
  • Admin
  • Style
  • Registrations
  • API Reference
    • Action
    • Asset
    • Attrs
    • Cell
    • Column
    • ColumnHeader
    • Container
    • EditColumn
    • EditTable
    • Endpoint
    • Field
    • Filter
    • Form
    • Fragment
    • Header
    • HeaderConfig
    • Members
    • Menu
    • MenuItem
    • Page
    • Part
    • Query
    • Style
    • Table
    • Traversable
  • Philosophy
  • Architecture
  • Add iommi to a FBV
  • Imports used in the iommi documentation
  • Changelog
  • Credits
  • Contributing
  • @github
  • @discord
  • @pypi
  v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit 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]

  • assets

    Type: Namespace

  • attrs     (evaluated)

    Type: Attrs

  • children

  • endpoints

    Type: Namespace

  • extra

    Type: Dict[str, Any]

  • extra_evaluated

    Type: Dict[str, Any]

  • extra_params

  • include     (evaluated)

    Type: bool

  • iommi_style

    Type: str

  • tag     (evaluated)

  • template     (evaluated)

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

Methods#

on_bind#

Next
HeaderConfig
Previous
Fragment
Copyright © 2023, Anders Hovmöller & Johan Lübcke
Made with Sphinx and @pradyunsg's Furo
On this page
  • Header
    • Refinable members
    • Methods
      • on_bind