Class Input
Input is the base class for widgets that collect user inputs.
- CWidget
- foundation\widgets\base\Widget
- foundation\widgets\base\Input
Direct known subclasses
Namespace: foundation\widgets\base
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/dropdown.html
Located at widgets/base/Input.php
Package: foundation\widgets
Author: Antonio Ramirez <amigo.cobos@gmail.com>
See: http://foundation.zurb.com/docs/components/dropdown.html
Located at widgets/base/Input.php
Methods summary
protected
array
|
|
protected
boolean
|
Methods inherited from foundation\widgets\base\Widget
display()
,
init()
,
registerAssets()
,
registerEvents()
,
registerPlugin()
Magic methods summary
Properties summary
public
CModel
|
$model |
#
the data model associated with this widget. |
public
string
|
$attribute |
#
the attribute associated with this widget. The name can contain square brackets (e.g. 'name[1]') which is used to collect tabular data input. |
public
string
|
$name |
#
the input name. This must be set if |
public
string
|
$value |
#
the input value |