PluginTabs
Introduced in Tiki4
Use this wiki plugin to arrange content into tabs.
Parameters
Introduced in Tiki 4. Required parameters are inbold
.Preferences required: wikiplugin_tabs
Parameters | Accepted Values | Description | Default | Since |
---|---|---|---|---|
(body of plugin) | Tabs content, separated by "/////" | |||
tabs |
text | Pipe-separated list of tab titles. Example:tab 1|tab 2|tab 3 |
4.0 | |
name |
text | Unique tabset name (if you want the last state to be remembered). Example:user_profile_tabs |
4.0 | |
inside_pretty |
(blank) n y |
Parse pretty tracker variables within tabs | n | 8.0 |
toggle |
(blank) y n |
Allow toggling between tabs and no-tabs view | y | 8.0 |
Example
This code:
{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:
Related pages
Aliases
Plugintabs | Plugintab | PluginTab | Plugin Tabs | Plugin tabs