Apps and development tools - Basic App Kit

AppKit Modules

<tml:include ref="tab-page@base">

Since version 3.0.0

Description :
Renders a single tab inside a <tml:[tabs@base]>
Options:

title:

The title of the tab

id:

A unique id of the tab

body:

The content of the tab

Examples:

<tml:[tabs@base]>

  

  <tml:[tab-page@base] o_title="Hello" o_id="tab1">

    Hallo

  </tml:[tab-page@base]>


  <tml:[tab-page@base] o_title="World" o_id="tab2">

    World

  </tml:[tab-page@base]>


</tml:[tabs@base]>