Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • label - [string] optional parameter that defines label in border
4.1.5. smallTabLayout

TODOThis layout agregates inner components in tabs.

basic options
none

additional options
none

  • content

Content of small tab layout is defined as set of tabs. Each tab is defined as:

Code Block

<tabElement name="tabName">
       // HERE YOU PUT TAB CONTENT
</layoutElement>

Where:

  • tabName - name of tab

Tab content is a normal xml components definition.

4.2. layout elements

4.2.1. separatorLine

...