Tab view is a container that creates some clickable tabs that allow to switch between content to show.
NOTE: TabView breaks TOCs, anchor links and back button
To generate a tabview, i.e. a set of tabs, the following syntax can be used:
[[tabview]]
[[tab Title of Tab No. 1]]
Content of Tab No. 1.
[[/tab]]
[[tab Title of Tab No. 2]]
Content of Tab No. 2.
[[/tab]]
[[tab Title of Tab No. 3]]
Content of Tab No. 3.
[[/tab]]
[[/tabview]]
This will produce the following tabset:
Content of Tab No. 1.
Tabs will accept any content, but at the moment it is not possible to nest tabviews.
Another example of tabview can be found at our Snippets Wiki at http://snippets.wikidot.com/code:tabs