1. Command TAB on page

    Article: AN0001976Updated:

    Content of the page can be simply split into several tabs which makes the page more clear.

    The below example shows how the TAB command shall be defined. The first parameter is an integer index. This index has to be unique in the whole page. Indices do not need to produce a series. Important is uniqueness. The second parameter is name of the folder. You can state the name as a localized text.

    {{tab:0:en-US::Article~cs-CZ::Článek~de-DE::Artikel }}
        <table style="width: 100%">
          <tr>
            <td>{{100:Header}}</td>
            <td style="width: 150px">{{101:Language}}</td>
         </tr>
       </table>
       <table style="width: 100%">
         <tr>
           <td style="width: 280px">{{1:Left}}</td>
           <td>{{0:Content}}</td>
         </tr>
       </table>
    {{tab:1:en-US::History }}
       {{2:Page2 - Content}}
    {{tab}}

    This example creates two tabs. The first one contains localized name, the second one standard name same for all user languages. The first tab contains four webparts. The second one just one zone with webparts.

    You can add more commands with tabs in a single page.

×