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

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

Detailed Description

Definition at line 20 of file TbInputHorizontal.php.

Member Function Documentation

TbInputHorizontal::captcha ( )
protected

Renders a CAPTCHA.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 337 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::checkBox ( )
protected

Renders a checkbox.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 55 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::checkBoxGroupsList ( )
protected

Renders a list of checkboxes using Button Groups.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 120 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::checkBoxList ( )
protected

Renders a list of checkboxes.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 97 of file TbInputHorizontal.php.

Here is the call graph for this function:

Here is the caller graph for this function:

TbInputHorizontal::checkBoxListInline ( )
protected

Renders a list of inline checkboxes.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 110 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::ckEditor ( )
protected

Renders a ckEditor.

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 577 of file TbInputHorizontal.php.

TbInputHorizontal::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 435 of file TbInputHorizontal.php.

TbInputHorizontal::customField ( )
protected

Renders a pre-rendered custom field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 751 of file TbInputHorizontal.php.

TbInputHorizontal::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.

Definition at line 365 of file TbInputHorizontal.php.

TbInputHorizontal::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.

Definition at line 604 of file TbInputHorizontal.php.

TbInputHorizontal::datetimepickerField ( )
protected

Renders a datetimepicker field.

Returns
string the rendered content
Author
Hrumpa

Reimplemented from TbInput.

Definition at line 400 of file TbInputHorizontal.php.

TbInputHorizontal::dropDownList ( )
protected

Renders a drop down list (select).

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 148 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::fileField ( )
protected

Renders a file field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 161 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::getLabel ( )
protected

Returns the label for this block.

Returns
string the label

Reimplemented from TbInput.

Definition at line 36 of file TbInputHorizontal.php.

Here is the caller graph for this function:

TbInputHorizontal::html5Editor ( )
protected

Renders Bootstrap wysihtml5 editor.

Returns
mixed|void

Reimplemented from TbInput.

Definition at line 541 of file TbInputHorizontal.php.

TbInputHorizontal::markdownEditorJs ( )
protected

Renders a Markdown Editor.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 505 of file TbInputHorizontal.php.

TbInputHorizontal::maskedTextField ( )
protected

Renders a masked text field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 322 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::numberField ( )
protected

Renders a number field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 736 of file TbInputHorizontal.php.

TbInputHorizontal::passfieldField ( )
protected

Renders a Pass*Field field.

Returns
string the rendered content
Author
Hrumpa

Reimplemented from TbInput.

Definition at line 190 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::passwordField ( )
protected

Renders a password field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 174 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::radioButton ( )
protected

Renders a radio button.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 224 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::radioButtonGroupsList ( )
protected

Renders a list of radio buttons using Button Groups.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 266 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::radioButtonList ( )
protected

Renders a list of radio buttons.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 243 of file TbInputHorizontal.php.

Here is the call graph for this function:

Here is the caller graph for this function:

TbInputHorizontal::radioButtonListInline ( )
protected

Renders a list of inline radio buttons.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 256 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::redactorJs ( )
protected

Renders a redactor.

Returns
string the rendered content

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.

Here is the call graph for this function:

TbInputHorizontal::select2Field ( )
protected

Renders a select2Field

Returns
mixed|void

Reimplemented from TbInput.

Definition at line 674 of file TbInputHorizontal.php.

TbInputHorizontal::textArea ( )
protected

Renders a textarea.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 294 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::textField ( )
protected

Renders a text field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 307 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::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 639 of file TbInputHorizontal.php.

TbInputHorizontal::toggleButton ( )
protected

Renders a toogle button

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 73 of file TbInputHorizontal.php.

Here is the call graph for this function:

TbInputHorizontal::typeAheadField ( )
protected

Renders a typeAhead field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 721 of file TbInputHorizontal.php.

TbInputHorizontal::uneditableField ( )
protected

Renders an uneditable field.

Returns
string the rendered content

Reimplemented from TbInput.

Definition at line 351 of file TbInputHorizontal.php.

Here is the call graph for this function:


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