How to Display Certain Elements as Tabs

It is possible to display the following elements as tabs in the WebHelp output: For this, you just need to add the @outputclass="wh-tabbed" attribute on the element.
Note: The tab name is extracted from:
  • The first <ph> in lists.
  • The first <dt> in definition lists.
  • The first <choption> in choice tables.
Here are some examples:
The outputs will be as follows:
  • Windows
    1. First instruction for Windows
    2. Second instruction for Windows
  • Linux
    1. First instruction for Linux
    2. Second instruction for Linux
    3. Third instruction for Linux
  • Mac
    1. First instruction for Mac
    2. Second instruction for Mac
Version 1
Instructions for Version 1
Version 2
Instructions for Version 2