Warning: Undefined variable $filepath in /home/tiki-doc/public_html/lib/wiki-plugins/wikiplugin_tikidocfromcode.php on line 146
Arrange content in tabs | Documentation for Tiki Wiki CMS Groupware
Loading...
 
Skip to main content
Arrange content in tabs

PluginTabs

Introduced in Tiki4

Use this wiki plugin to arrange content into tabs.

Parameters

Tiki Doc From Code error: tabs not found

Example

This code:

Copy to clipboard
{TABS(name="user_tabset_01" tabs="Title 1|Title 2|Title3")}This is the content of the first tab ///// This is the content of the second tab ///// This is the content of the third tab {TABS}


Would produce:

This is the content of the first tab


This is the content of the second tab

This is the content of the third tab



When clicking on a tab name, the content of each tab is loaded and shown without refreshing the browser window.

And when clicking on the "No Tabs" option, the display would change into:

tiki4_plugin_tabs_01.png (13.01 Kb)


Aliases

Plugintabs | Plugintab | PluginTab | Plugin Tabs | Plugin tabs

Show PHP error messages