|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
| init () | |
| run () | |
| registerClientScript ($id) | |
Public Attributes | |
| $form | |
| $data = array() | |
| $events = array() | |
| $asDropDownList = true | |
| $val | |
| $options | |
| $readonly = false | |
| $disabled = false | |
Private Member Functions | |
| setDefaultWidthIfEmpty () | |
| normalizeData () | |
| addEmptyItemIfPlaceholderDefined () | |
| normalizeOptions () | |
| prependDataWithEmptyItem () | |
Definition at line 17 of file TbSelect2.php.
|
private |
Definition at line 175 of file TbSelect2.php.


| TbSelect2::init | ( | ) |
Initializes the widget.
Definition at line 67 of file TbSelect2.php.

|
private |
|
private |
|
private |
| TbSelect2::registerClientScript | ( | $id | ) |
Registers required client script for bootstrap select2. It is not used through bootstrap->registerPlugin in order to attach events if any
Definition at line 127 of file TbSelect2.php.


| TbSelect2::run | ( | ) |
Runs the widget.
Definition at line 91 of file TbSelect2.php.

|
private |
| TbSelect2::$asDropDownList = true |
Definition at line 38 of file TbSelect2.php.
| TbSelect2::$data = array() |
Definition at line 28 of file TbSelect2.php.
| TbSelect2::$disabled = false |
Definition at line 60 of file TbSelect2.php.
| TbSelect2::$events = array() |
Definition at line 33 of file TbSelect2.php.
| TbSelect2::$form |
Definition at line 24 of file TbSelect2.php.
| TbSelect2::$options |
Definition at line 48 of file TbSelect2.php.
| TbSelect2::$readonly = false |
Definition at line 54 of file TbSelect2.php.
| TbSelect2::$val |
Definition at line 43 of file TbSelect2.php.