Tabs, like collapsers
, present various sets of information in a condensed space. Tabs present their information all at once, and unlike collapsers, you can't have multiple tabs from the same group visible at once. Tabs are framed by Tabs tags, with the TabsBar
subgroup responsible for formatting the "tabs" themselves, and the TabsPages controlling the formatting and presentation of the copy under each individual tab.
You can set tab groups as either horizontal or vertical tabs. For vertical tabs, use <Tabs stacked>
instead of <Tabs>
as the header. For each TabsBarItem, set the title for the tab in the id=
section, and match the content of the TabsPages by putting the id=
entry in the appropriate TabsPageItem id=
section.
<Tabs> <TabsBar> <TabsBarItem id=""></TabsBarItem> <TabsBarItem id=""></TabsBarItem> <TabsBarItem id=""></TabsBarItem> </TabsBar>
<TabsPages> <TabsPageItem id=""> </TabsPageItem> <TabsPageItem id=""> </TabsPageItem> <TabsPageItem id=""> </TabsPageItem> </TabsPages></Tabs>
ヒント
The Keyboard Maestro for the Tabs component is kktabgroup
.