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
Name | Type(s) | Description |
---|---|---|
tabs | array | 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.236