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

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

Detailed Description

Definition at line 20 of file TbInputInline.php.

Member Function Documentation

TbInputInline::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 TbInputVertical.

Definition at line 94 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::dateRangeField ( )
protected

Renders a dateRange field.

Returns
string the rendered content
Author
Hrumpa

Reimplemented from TbInputVertical.

Definition at line 160 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::datetimepickerField ( )
protected

Renders a datetimepicker field.

Returns
string the rendered content
Author
Hrumpa

Reimplemented from TbInputVertical.

Definition at line 127 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::dropDownList ( )
protected

Renders a drop down list (select).

Returns
string the rendered content

Reimplemented from TbInputVertical.

Definition at line 26 of file TbInputInline.php.

TbInputInline::maskedTextField ( )
protected

Renders a masked text field.

Returns
string the rendered content

Reimplemented from TbInputVertical.

Definition at line 69 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::passwordField ( )
protected

Renders a password field.

Returns
string the rendered content

Reimplemented from TbInputVertical.

Definition at line 35 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::setPlaceholder ( )
protected

Definition at line 189 of file TbInputInline.php.

Here is the caller graph for this function:

TbInputInline::textArea ( )
protected

Renders a textarea.

Returns
string the rendered content

Reimplemented from TbInputVertical.

Definition at line 47 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::textField ( )
protected

Renders a text field.

Returns
string the rendered content

Reimplemented from TbInputVertical.

Definition at line 57 of file TbInputInline.php.

Here is the call graph for this function:

TbInputInline::typeAheadField ( )
protected

Renders a masked text field.

Returns
string the rendered content

Reimplemented from TbInputVertical.

Definition at line 81 of file TbInputInline.php.

Here is the call graph for this function:


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