PHP Class TbTypeahead

See also: http://twitter.github.com/bootstrap/javascript.html#typeahead
Inheritance: extends CInputWidget
Show file Open project: yinhe/yincart Class Usage Examples

Public Properties

Property Type Description
$options the options for the Bootstrap Javascript plugin.

Public Methods

Method Description
init ( ) Initializes the widget.
run ( ) Runs the widget.

Method Details

init() public method

Initializes the widget.
public init ( )

run() public method

Runs the widget.
public run ( )

Property Details

$options public property

the options for the Bootstrap Javascript plugin.
public $options