Public Member Functions |
| init () |
Detailed Description
Definition at line 21 of file TbWizard.php.
Member Function Documentation
TbWizard::normalizeTabs |
( |
|
$tabs, |
|
|
& |
$panes, |
|
|
& |
$i = 0 |
|
) |
| |
|
protected |
Normalizes the tab configuration.
- Parameters
-
array | $tabs | the tab configuration |
array | $panes | a reference to the panes array |
integer | $i | the current index |
- Returns
- array the items
Definition at line 193 of file TbWizard.php.
Member Data Documentation
TbWizard::$addTabsNavBar = false |
TbWizard::$encodeLabel = true |
TbWizard::$events = array() |
TbWizard::$htmlOptions = array() |
TbWizard::$options = array() |
Initial value: '<ul class="pager wizard">
<li class="previous first" style="display:none;"><a href="#">First</a></li>
<li class="previous"><a href="#">Previous</a></li>
<li class="next last" style="display:none;"><a href="#">Last</a></li>
<li class="next"><a href="#">Next</a></li>
</ul>'
Definition at line 81 of file TbWizard.php.
TbWizard::$stacked = false |
TbWizard::$tabs = array() |
const TbWizard::PLACEMENT_ABOVE = 'above' |
const TbWizard::PLACEMENT_BELOW = 'below' |
const TbWizard::PLACEMENT_LEFT = 'left' |
const TbWizard::PLACEMENT_RIGHT = 'right' |
The documentation for this class was generated from the following file: