TPillBar
extends TElement
in package
Pillbar
Tags
Table of Contents
Properties
- $container : mixed
- $items : mixed
- $stepNumber : mixed
Methods
- __construct() : mixed
- Constructor
- addItem() : mixed
- Add an item
- select() : mixed
- Select current item
- selectIndex() : mixed
Properties
$container
protected
mixed
$container
$items
protected
mixed
$items
$stepNumber
protected
mixed
$stepNumber
= 1
Methods
__construct()
Constructor
public
__construct() : mixed
addItem()
Add an item
public
addItem( $title[, $action = null ]) : mixed
Parameters
select()
Select current item
public
select(mixed $title) : mixed
Parameters
- $title : mixed
selectIndex()
public
selectIndex(mixed $index) : mixed
Parameters
- $index : mixed