• English日本語한국어
  • ログイン今すぐ開始

Tabs

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.

Copyright © 2023 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.