HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbInputVertical Class Reference
Inheritance diagram for TbInputVertical:
Collaboration diagram for TbInputVertical:

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

Detailed Description

Definition at line 21 of file TbInputVertical.php.

Member Function Documentation

TbInputVertical::captcha ( )
protected

Renders a CAPTCHA.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 281 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::checkBox ( )
protected

Renders a checkbox.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 27 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::checkBoxGroupsList ( )
protected

Renders a list of checkboxes using Button Groups.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 87 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::checkBoxList ( )
protected

Renders a list of checkboxes.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 66 of file TbInputVertical.php.

Here is the call graph for this function:

Here is the caller graph for this function:

TbInputVertical::checkBoxListInline ( )
protected

Renders a list of inline checkboxes.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 77 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::ckEditor ( )
protected

Renders a ckEditor.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 472 of file TbInputVertical.php.

TbInputVertical::colorpickerField ( )
protected

Renders a colorpicker field.

Returns
string the rendered content
Author
antonio ramirez anton.nosp@m.io@c.nosp@m.lever.nosp@m.tech.nosp@m..biz

Reimplemented from TbInput.

Definition at line 372 of file TbInputVertical.php.

TbInputVertical::customField ( )
protected

Renders a pre-rendered custom field

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 674 of file TbInputVertical.php.

TbInputVertical::datepickerField ( )
protected

Renders a datepicker field.

Returns
string the rendered content
Author
antonio ramirez anton.nosp@m.io@c.nosp@m.lever.nosp@m.tech.nosp@m..biz

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 306 of file TbInputVertical.php.

TbInputVertical::dateRangeField ( )
protected

Renders a daterange field.

Returns
string the rendered content
Author
antonio ramirez anton.nosp@m.io@c.nosp@m.lever.nosp@m.tech.nosp@m..biz

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 530 of file TbInputVertical.php.

TbInputVertical::datetimepickerField ( )
protected

Renders a datetimepicker field.

Returns
string the rendered content
Author
Hrumpa

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 339 of file TbInputVertical.php.

TbInputVertical::dropDownList ( )
protected

Renders a drop down list (select).

Returns
string the rendered content

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 111 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::fileField ( )
protected

Renders a file field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 122 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::html5Editor ( )
protected

Renders a bootstrap wysihtml5 editor.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 496 of file TbInputVertical.php.

TbInputVertical::markdownEditorJs ( )
protected

Renders a Markdown Editor.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 438 of file TbInputVertical.php.

TbInputVertical::maskedTextField ( )
protected

Renders a masked text field.

Returns
string the rendered content

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 268 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::numberField ( )
protected

Renders a number field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 661 of file TbInputVertical.php.

TbInputVertical::passfieldField ( )
protected

Renders a Pass*Field field.

Returns
string the rendered content
Author
Hrumpa

Reimplemented from TbInput.

Definition at line 147 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::passwordField ( )
protected

Renders a password field.

Returns
string the rendered content

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 133 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::radioButton ( )
protected

Renders a radio button.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 179 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::radioButtonGroupsList ( )
protected

Renders a list of radio buttons using Button Groups.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 220 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::radioButtonList ( )
protected

Renders a list of radio buttons.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 197 of file TbInputVertical.php.

Here is the call graph for this function:

Here is the caller graph for this function:

TbInputVertical::radioButtonListInline ( )
protected

Renders a list of inline radio buttons.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 210 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::redactorJs ( )
protected

Renders a redactorJs.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 405 of file TbInputVertical.php.

TbInputVertical::select2Field ( )
protected

Renders a select2Field

Returns
mixed|void

Reimplemented from TbInput.

Definition at line 596 of file TbInputVertical.php.

TbInputVertical::textArea ( )
protected

Renders a textarea.

Returns
string the rendered content

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 244 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::textField ( )
protected

Renders a text field.

Returns
string the rendered content

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 255 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::timepickerField ( )
protected

Renders a timepicker field.

Returns
string the rendered content
Author
Sergii Gamaiunov hello.nosp@m.@web.nosp@m.kadab.nosp@m.ra.c.nosp@m.om

Reimplemented from TbInput.

Definition at line 563 of file TbInputVertical.php.

TbInputVertical::toggleButton ( )
protected

Renders a toogle button

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 44 of file TbInputVertical.php.

Here is the call graph for this function:

TbInputVertical::typeAheadField ( )
protected

Renders a typeahead field

Returns
string the rendered content

Reimplemented from TbInput.

Reimplemented in TbInputInline.

Definition at line 648 of file TbInputVertical.php.

TbInputVertical::uneditableField ( )
protected

Renders an uneditable field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 294 of file TbInputVertical.php.

Here is the call graph for this function:


The documentation for this class was generated from the following file: