|
HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|


Public Member Functions | |
| run () | |
Public Member Functions inherited from TbInput | |
| init () | |
Protected Member Functions | |
| getLabel () | |
| checkBox () | |
| toggleButton () | |
| checkBoxList () | |
| checkBoxListInline () | |
| checkBoxGroupsList () | |
| dropDownList () | |
| fileField () | |
| passwordField () | |
| passfieldField () | |
| radioButton () | |
| radioButtonList () | |
| radioButtonListInline () | |
| radioButtonGroupsList () | |
| textArea () | |
| textField () | |
| maskedTextField () | |
| captcha () | |
| uneditableField () | |
| datepickerField () | |
| datetimepickerField () | |
| colorpickerField () | |
| redactorJs () | |
| markdownEditorJs () | |
| html5Editor () | |
| ckEditor () | |
| dateRangeField () | |
| timepickerField () | |
| select2Field () | |
| typeAheadField () | |
| numberField () | |
| customField () | |
Protected Member Functions inherited from TbInput | |
| processHtmlOptions () | |
| getPrepend () | |
| getAppend () | |
| getAttributeId ($attribute) | |
| getError () | |
| getHint () | |
| getContainerCssClass () | |
| getAddonCssClass () | |
| hasAddOn () | |
| getSeparatedSelectableInput () | |
Additional Inherited Members | |
Public Attributes inherited from TbInput | |
| const | TYPE_CHECKBOX = 'checkbox' |
| const | TYPE_CHECKBOXLIST = 'checkboxlist' |
| const | TYPE_CHECKBOXLIST_INLINE = 'checkboxlist_inline' |
| const | TYPE_CHECKBOXGROUPSLIST = 'checkboxgroupslist' |
| const | TYPE_DROPDOWN = 'dropdownlist' |
| const | TYPE_FILE = 'filefield' |
| const | TYPE_PASSWORD = 'password' |
| const | TYPE_PASSFIELD = 'passfield' |
| const | TYPE_RADIO = 'radiobutton' |
| const | TYPE_RADIOLIST = 'radiobuttonlist' |
| const | TYPE_RADIOLIST_INLINE = 'radiobuttonlist_inline' |
| const | TYPE_RADIOBUTTONGROUPSLIST = 'radiobuttongroupslist' |
| const | TYPE_TEXTAREA = 'textarea' |
| const | TYPE_TEXT = 'text' |
| const | TYPE_MASKEDTEXT = 'maskedtextfield' |
| const | TYPE_CAPTCHA = 'captcha' |
| const | TYPE_UNEDITABLE = 'uneditable' |
| const | TYPE_DATEPICKER = 'datepicker' |
| const | TYPE_DATETIMEPICKER = 'datetimepicker' |
| const | TYPE_REDACTOR = 'redactor' |
| const | TYPE_MARKDOWNEDITOR = 'markdowneditor' |
| const | TYPE_HTML5EDITOR = 'wysihtml5' |
| const | TYPE_DATERANGEPICKER = 'daterangepicker' |
| const | TYPE_TOGGLEBUTTON = 'togglebutton' |
| const | TYPE_COLORPICKER = 'colorpicker' |
| const | TYPE_CKEDITOR = 'ckeditor' |
| const | TYPE_TIMEPICKER = 'timepicker' |
| const | TYPE_SELECT2 = 'select2' |
| const | TYPE_TYPEAHEAD = 'typeahead' |
| const | TYPE_NUMBER = 'numberfield' |
| const | TYPE_CUSTOM = 'custom' |
| $form | |
| $label | |
| $type | |
| $data = array() | |
| $prependText | |
| $appendText | |
| $hintText | |
| $labelOptions = array() | |
| $prependOptions = array() | |
| $appendOptions = array() | |
| $hintOptions = array() | |
| $errorOptions = array() | |
| $captchaOptions = array() | |
| $enableAjaxValidation = true | |
| $enableClientValidation = true | |
Definition at line 20 of file TbInputHorizontal.php.
|
protected |
Renders a CAPTCHA.
Reimplemented from TbInput.
Definition at line 337 of file TbInputHorizontal.php.

|
protected |
Renders a checkbox.
Reimplemented from TbInput.
Definition at line 55 of file TbInputHorizontal.php.

|
protected |
Renders a list of checkboxes using Button Groups.
Reimplemented from TbInput.
Definition at line 120 of file TbInputHorizontal.php.

|
protected |
Renders a list of checkboxes.
Reimplemented from TbInput.
Definition at line 97 of file TbInputHorizontal.php.


|
protected |
Renders a list of inline checkboxes.
Reimplemented from TbInput.
Definition at line 110 of file TbInputHorizontal.php.

|
protected |
Renders a ckEditor.
Reimplemented from TbInput.
Definition at line 577 of file TbInputHorizontal.php.
|
protected |
Renders a colorpicker field.
Reimplemented from TbInput.
Definition at line 435 of file TbInputHorizontal.php.
|
protected |
Renders a pre-rendered custom field.
Reimplemented from TbInput.
Definition at line 751 of file TbInputHorizontal.php.
|
protected |
Renders a datepicker field.
Reimplemented from TbInput.
Definition at line 365 of file TbInputHorizontal.php.
|
protected |
Renders a daterange field.
Reimplemented from TbInput.
Definition at line 604 of file TbInputHorizontal.php.
|
protected |
Renders a datetimepicker field.
Reimplemented from TbInput.
Definition at line 400 of file TbInputHorizontal.php.
|
protected |
Renders a drop down list (select).
Reimplemented from TbInput.
Definition at line 148 of file TbInputHorizontal.php.

|
protected |
Renders a file field.
Reimplemented from TbInput.
Definition at line 161 of file TbInputHorizontal.php.

|
protected |
Returns the label for this block.
Reimplemented from TbInput.
Definition at line 36 of file TbInputHorizontal.php.

|
protected |
Renders Bootstrap wysihtml5 editor.
Reimplemented from TbInput.
Definition at line 541 of file TbInputHorizontal.php.
|
protected |
Renders a Markdown Editor.
Reimplemented from TbInput.
Definition at line 505 of file TbInputHorizontal.php.
|
protected |
Renders a masked text field.
Reimplemented from TbInput.
Definition at line 322 of file TbInputHorizontal.php.

|
protected |
Renders a number field.
Reimplemented from TbInput.
Definition at line 736 of file TbInputHorizontal.php.
|
protected |
Renders a Pass*Field field.
Reimplemented from TbInput.
Definition at line 190 of file TbInputHorizontal.php.

|
protected |
Renders a password field.
Reimplemented from TbInput.
Definition at line 174 of file TbInputHorizontal.php.

|
protected |
Renders a radio button.
Reimplemented from TbInput.
Definition at line 224 of file TbInputHorizontal.php.

|
protected |
Renders a list of radio buttons using Button Groups.
Reimplemented from TbInput.
Definition at line 266 of file TbInputHorizontal.php.

|
protected |
Renders a list of radio buttons.
Reimplemented from TbInput.
Definition at line 243 of file TbInputHorizontal.php.


|
protected |
Renders a list of inline radio buttons.
Reimplemented from TbInput.
Definition at line 256 of file TbInputHorizontal.php.

|
protected |
Renders a redactor.
Reimplemented from TbInput.
Definition at line 470 of file TbInputHorizontal.php.
| TbInputHorizontal::run | ( | ) |
Runs the widget.
Reimplemented from TbInput.
Definition at line 25 of file TbInputHorizontal.php.

|
protected |
Renders a select2Field
Reimplemented from TbInput.
Definition at line 674 of file TbInputHorizontal.php.
|
protected |
Renders a textarea.
Reimplemented from TbInput.
Definition at line 294 of file TbInputHorizontal.php.

|
protected |
Renders a text field.
Reimplemented from TbInput.
Definition at line 307 of file TbInputHorizontal.php.

|
protected |
Renders a timepicker field.
Reimplemented from TbInput.
Definition at line 639 of file TbInputHorizontal.php.
|
protected |
Renders a toogle button
Reimplemented from TbInput.
Definition at line 73 of file TbInputHorizontal.php.

|
protected |
Renders a typeAhead field.
Reimplemented from TbInput.
Definition at line 721 of file TbInputHorizontal.php.
|
protected |
Renders an uneditable field.
Reimplemented from TbInput.
Definition at line 351 of file TbInputHorizontal.php.
