JqueryWireTabs::renderTabList()

Pre-render a tab list (optional, as this is JS generated if not pre-rendered)

Usage

// basic usage
$string = $jqueryWireTabs->renderTabList(array $tabs);

// usage with all arguments
$string = $jqueryWireTabs->renderTabList(array $tabs, array $options = []);

Arguments

NameType(s)Description
$tabsarray

array of (tabID => title)

$options (optional)array

to modify behavior

Return value

string


JqueryWireTabs methods and properties

API reference based on ProcessWire core version 3.0.251