Loading...
 
Skip to main content

History: PluginTabs

Source of version: 11 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # PluginTabs

*Introduced in ((Tiki4))*

Use this ((wiki plugin)) to arrange content into tabs.

## Parameters

{pluginmanager plugin=tabs}

## Example

*This code:*
{CODE(colors="tiki")}
{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}
{CODE}

*Would produce:*
{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}

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:

{img src="tiki-download_file.php?fileId=185" alt="tiki4_plugin_tabs_01.png (13.01 Kb)" class=reflect align=center}

## Related pages

- ((PluginPageTabs))

## Aliases

(alias(Plugintabs)) | (alias(Plugintab)) | (alias(PluginTab)) | (alias(Plugin Tabs)) | (alias(Plugin tabs))