HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Protected Member Functions | |
checkBox () | |
toggleButton () | |
checkBoxList () | |
checkBoxListInline () | |
checkBoxGroupsList () | |
dropDownList () | |
fileField () | |
passwordField () | |
passfieldField () | |
radioButton () | |
radioButtonList () | |
radioButtonListInline () | |
radioButtonGroupsList () | |
textArea () | |
textField () | |
maskedTextField () | |
captcha () | |
uneditableField () | |
datepickerField () | |
datetimepickerField () | |
colorpickerField () | |
redactorJs () | |
markdownEditorJs () | |
ckEditor () | |
html5Editor () | |
dateRangeField () | |
timepickerField () | |
select2Field () | |
typeAheadField () | |
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 21 of file TbInputVertical.php.
|
protected |
Renders a CAPTCHA.
Reimplemented from TbInput.
Definition at line 281 of file TbInputVertical.php.
|
protected |
Renders a checkbox.
Reimplemented from TbInput.
Definition at line 27 of file TbInputVertical.php.
|
protected |
Renders a list of checkboxes using Button Groups.
Reimplemented from TbInput.
Definition at line 87 of file TbInputVertical.php.
|
protected |
Renders a list of checkboxes.
Reimplemented from TbInput.
Definition at line 66 of file TbInputVertical.php.
|
protected |
Renders a list of inline checkboxes.
Reimplemented from TbInput.
Definition at line 77 of file TbInputVertical.php.
|
protected |
Renders a ckEditor.
Reimplemented from TbInput.
Definition at line 472 of file TbInputVertical.php.
|
protected |
Renders a colorpicker field.
Reimplemented from TbInput.
Definition at line 372 of file TbInputVertical.php.
|
protected |
Renders a pre-rendered custom field
Reimplemented from TbInput.
Definition at line 674 of file TbInputVertical.php.
|
protected |
Renders a datepicker field.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 306 of file TbInputVertical.php.
|
protected |
Renders a daterange field.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 530 of file TbInputVertical.php.
|
protected |
Renders a datetimepicker field.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 339 of file TbInputVertical.php.
|
protected |
Renders a drop down list (select).
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 111 of file TbInputVertical.php.
|
protected |
Renders a file field.
Reimplemented from TbInput.
Definition at line 122 of file TbInputVertical.php.
|
protected |
Renders a bootstrap wysihtml5 editor.
Reimplemented from TbInput.
Definition at line 496 of file TbInputVertical.php.
|
protected |
Renders a Markdown Editor.
Reimplemented from TbInput.
Definition at line 438 of file TbInputVertical.php.
|
protected |
Renders a masked text field.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 268 of file TbInputVertical.php.
|
protected |
Renders a number field.
Reimplemented from TbInput.
Definition at line 661 of file TbInputVertical.php.
|
protected |
Renders a Pass*Field field.
Reimplemented from TbInput.
Definition at line 147 of file TbInputVertical.php.
|
protected |
Renders a password field.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 133 of file TbInputVertical.php.
|
protected |
Renders a radio button.
Reimplemented from TbInput.
Definition at line 179 of file TbInputVertical.php.
|
protected |
Renders a list of radio buttons using Button Groups.
Reimplemented from TbInput.
Definition at line 220 of file TbInputVertical.php.
|
protected |
Renders a list of radio buttons.
Reimplemented from TbInput.
Definition at line 197 of file TbInputVertical.php.
|
protected |
Renders a list of inline radio buttons.
Reimplemented from TbInput.
Definition at line 210 of file TbInputVertical.php.
|
protected |
Renders a redactorJs.
Reimplemented from TbInput.
Definition at line 405 of file TbInputVertical.php.
|
protected |
Renders a select2Field
Reimplemented from TbInput.
Definition at line 596 of file TbInputVertical.php.
|
protected |
Renders a textarea.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 244 of file TbInputVertical.php.
|
protected |
Renders a text field.
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 255 of file TbInputVertical.php.
|
protected |
Renders a timepicker field.
Reimplemented from TbInput.
Definition at line 563 of file TbInputVertical.php.
|
protected |
Renders a toogle button
Reimplemented from TbInput.
Definition at line 44 of file TbInputVertical.php.
|
protected |
Renders a typeahead field
Reimplemented from TbInput.
Reimplemented in TbInputInline.
Definition at line 648 of file TbInputVertical.php.
|
protected |
Renders an uneditable field.
Reimplemented from TbInput.
Definition at line 294 of file TbInputVertical.php.