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


Protected Member Functions | |
| dropDownList () | |
| passwordField () | |
| textArea () | |
| textField () | |
| maskedTextField () | |
| typeAheadField () | |
| datepickerField () | |
| datetimepickerField () | |
| dateRangeField () | |
| setPlaceholder () | |
Protected Member Functions inherited from TbInputVertical | |
| checkBox () | |
| toggleButton () | |
| checkBoxList () | |
| checkBoxListInline () | |
| checkBoxGroupsList () | |
| fileField () | |
| passfieldField () | |
| radioButton () | |
| radioButtonList () | |
| radioButtonListInline () | |
| radioButtonGroupsList () | |
| captcha () | |
| uneditableField () | |
| colorpickerField () | |
| redactorJs () | |
| markdownEditorJs () | |
| ckEditor () | |
| html5Editor () | |
| timepickerField () | |
| select2Field () | |
| numberField () | |
| customField () | |
Protected Member Functions inherited from TbInput | |
| processHtmlOptions () | |
| getLabel () | |
| getPrepend () | |
| getAppend () | |
| getAttributeId ($attribute) | |
| getError () | |
| getHint () | |
| getContainerCssClass () | |
| getAddonCssClass () | |
| hasAddOn () | |
| getSeparatedSelectableInput () | |
Additional Inherited Members | |
Public Member Functions inherited from TbInput | |
| init () | |
| run () | |
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 TbInputInline.php.
|
protected |
Renders a datepicker field.
Reimplemented from TbInputVertical.
Definition at line 94 of file TbInputInline.php.

|
protected |
Renders a dateRange field.
Reimplemented from TbInputVertical.
Definition at line 160 of file TbInputInline.php.

|
protected |
Renders a datetimepicker field.
Reimplemented from TbInputVertical.
Definition at line 127 of file TbInputInline.php.

|
protected |
Renders a drop down list (select).
Reimplemented from TbInputVertical.
Definition at line 26 of file TbInputInline.php.
|
protected |
Renders a masked text field.
Reimplemented from TbInputVertical.
Definition at line 69 of file TbInputInline.php.

|
protected |
Renders a password field.
Reimplemented from TbInputVertical.
Definition at line 35 of file TbInputInline.php.

|
protected |
|
protected |
Renders a textarea.
Reimplemented from TbInputVertical.
Definition at line 47 of file TbInputInline.php.

|
protected |
Renders a text field.
Reimplemented from TbInputVertical.
Definition at line 57 of file TbInputInline.php.

|
protected |
Renders a masked text field.
Reimplemented from TbInputVertical.
Definition at line 81 of file TbInputInline.php.
