PluginTabs
New in Tiki4Use this Wiki Plugin to arrange content into tabs on your wiki page.
Parameters
Required parameters are in boldPreferences required: wikiplugin_tabs
| Parameters | Accepted Values | Description | Default | Since |
| name | Unique tabset name (if you want it to remember its last state). Ex: user_profile_tabs | |||
| tabs | Pipe separated list of tab titles. Ex: tab 1|tab 2|tab 3 | |||
| toggle | y n |
Allows to toggle from tabs to no tabs view | y | |
| inside_pretty | n y |
Parse pretty tracker variables within tabs | n |
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:
When clicking on a tab name, the content of each tab is loaded and shown without refreshing the browser window not connecting to the server.
And when clicking on the "No Tabs" option, the display would change into:
