HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Static Public Member Functions | |
static | lead ($text, $htmlOptions=array()) |
static | small ($text, $htmlOptions=array()) |
static | b ($text, $htmlOptions=array()) |
static | i ($text, $htmlOptions=array()) |
static | em ($text, $htmlOptions=array(), $tag= 'p') |
static | muted ($text, $htmlOptions=array(), $tag= 'p') |
static | mutedSpan ($text, $htmlOptions=array()) |
static | abbr ($text, $word, $htmlOptions=array()) |
static | smallAbbr ($text, $word, $htmlOptions=array()) |
static | address ($text, $htmlOptions=array()) |
static | quote ($text, $htmlOptions=array()) |
static | help ($text, $htmlOptions=array()) |
static | helpBlock ($text, $htmlOptions=array()) |
static | code ($code, $htmlOptions=array()) |
static | codeBlock ($code, $htmlOptions=array()) |
static | tag ($tag, $htmlOptions=array(), $content=false, $closeTag=true) |
static | openTag ($tag, $htmlOptions=array()) |
static | formTb ($layout=self::FORM_LAYOUT_VERTICAL, $action= '', $method= 'post', $htmlOptions=array()) |
static | beginFormTb ($layout=self::FORM_LAYOUT_VERTICAL, $action= '', $method= 'post', $htmlOptions=array()) |
static | statefulFormTb ($layout=self::FORM_LAYOUT_VERTICAL, $action= '', $method= 'post', $htmlOptions=array()) |
static | textField ($name, $value= '', $htmlOptions=array()) |
static | passwordField ($name, $value= '', $htmlOptions=array()) |
static | urlField ($name, $value= '', $htmlOptions=array()) |
static | emailField ($name, $value= '', $htmlOptions=array()) |
static | numberField ($name, $value= '', $htmlOptions=array()) |
static | rangeField ($name, $value= '', $htmlOptions=array()) |
static | dateField ($name, $value= '', $htmlOptions=array()) |
static | textArea ($name, $value= '', $htmlOptions=array()) |
static | radioButton ($name, $checked=false, $htmlOptions=array()) |
static | checkBox ($name, $checked=false, $htmlOptions=array()) |
static | dropDownList ($name, $select, $data, $htmlOptions=array()) |
static | listBox ($name, $select, $data, $htmlOptions=array()) |
static | radioButtonList ($name, $select, $data, $htmlOptions=array()) |
static | inlineRadioButtonList ($name, $select, $data, $htmlOptions=array()) |
static | checkBoxList ($name, $select, $data, $htmlOptions=array()) |
static | inlineCheckBoxList ($name, $select, $data, $htmlOptions=array()) |
static | uneditableField ($value= '', $htmlOptions=array()) |
static | searchField ($name, $value= '', $htmlOptions=array()) |
static | textFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | passwordFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | urlFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | emailFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | numberFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | rangeFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | dateFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | textAreaControlGroup ($name, $value= '', $htmlOptions=array()) |
static | fileFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | radioButtonControlGroup ($name, $checked=false, $htmlOptions=array()) |
static | checkBoxControlGroup ($name, $checked=false, $htmlOptions=array()) |
static | dropDownListControlGroup ($name, $select= '', $data=array(), $htmlOptions=array()) |
static | listBoxControlGroup ($name, $select= '', $data=array(), $htmlOptions=array()) |
static | radioButtonListControlGroup ($name, $select= '', $data=array(), $htmlOptions=array()) |
static | inlineRadioButtonListControlGroup ($name, $select= '', $data=array(), $htmlOptions=array()) |
static | checkBoxListControlGroup ($name, $select= '', $data=array(), $htmlOptions=array()) |
static | inlineCheckBoxListControlGroup ($name, $select= '', $data=array(), $htmlOptions=array()) |
static | uneditableFieldControlGroup ($value= '', $htmlOptions=array()) |
static | searchFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | controlGroup ($type, $name, $value, $htmlOptions=array(), $data=array()) |
static | activeTextField ($model, $attribute, $htmlOptions=array()) |
static | activePasswordField ($model, $attribute, $htmlOptions=array()) |
static | activeUrlField ($model, $attribute, $htmlOptions=array()) |
static | activeEmailField ($model, $attribute, $htmlOptions=array()) |
static | activeNumberField ($model, $attribute, $htmlOptions=array()) |
static | activeRangeField ($model, $attribute, $htmlOptions=array()) |
static | activeDateField ($model, $attribute, $htmlOptions=array()) |
static | activeTextArea ($model, $attribute, $htmlOptions=array()) |
static | activeRadioButton ($model, $attribute, $htmlOptions=array()) |
static | activeCheckBox ($model, $attribute, $htmlOptions=array()) |
static | activeDropDownList ($model, $attribute, $data, $htmlOptions=array()) |
static | activeListBox ($model, $attribute, $data, $htmlOptions=array()) |
static | activeRadioButtonList ($model, $attribute, $data, $htmlOptions=array()) |
static | activeInlineRadioButtonList ($model, $attribute, $data, $htmlOptions=array()) |
static | activeCheckBoxList ($model, $attribute, $data, $htmlOptions=array()) |
static | activeInlineCheckBoxList ($model, $attribute, $data, $htmlOptions=array()) |
static | activeUneditableField ($model, $attribute, $htmlOptions=array()) |
static | activeSearchField ($model, $attribute, $htmlOptions=array()) |
static | activeTextFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activePasswordFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeUrlFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeEmailFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | activeNumberFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeRangeFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | activeDateFieldControlGroup ($name, $value= '', $htmlOptions=array()) |
static | activeTextAreaControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeFileFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeRadioButtonControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeCheckBoxControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeDropDownListControlGroup ($model, $attribute, $data=array(), $htmlOptions=array()) |
static | activeListBoxControlGroup ($model, $attribute, $data=array(), $htmlOptions=array()) |
static | activeRadioButtonListControlGroup ($model, $attribute, $data=array(), $htmlOptions=array()) |
static | activeInlineRadioButtonListControlGroup ($model, $attribute, $data=array(), $htmlOptions=array()) |
static | activeCheckBoxListControlGroup ($model, $attribute, $data=array(), $htmlOptions=array()) |
static | activeInlineCheckBoxListControlGroup ($model, $attribute, $data=array(), $htmlOptions=array()) |
static | activeUneditableFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeSearchFieldControlGroup ($model, $attribute, $htmlOptions=array()) |
static | activeControlGroup ($type, $model, $attribute, $htmlOptions=array(), $data=array()) |
static | errorSummary ($model, $header=null, $footer=null, $htmlOptions=array()) |
static | error ($model, $attribute, $htmlOptions=array()) |
static | controls ($controls, $htmlOptions=array()) |
static | controlsRow ($controls, $htmlOptions=array()) |
static | formActions ($actions, $htmlOptions=array()) |
static | searchForm ($action, $method= 'post', $htmlOptions=array()) |
static | navbarForm ($action, $method= 'post', $htmlOptions=array()) |
static | navbarSearchForm ($action, $method= 'post', $htmlOptions=array()) |
static | link ($text, $url= '#', $htmlOptions=array()) |
static | button ($label= 'Button', $htmlOptions=array()) |
static | htmlButton ($label= 'Button', $htmlOptions=array()) |
static | submitButton ($label= 'Submit', $htmlOptions=array()) |
static | resetButton ($label= 'Reset', $htmlOptions=array()) |
static | imageButton ($src, $htmlOptions=array()) |
static | linkButton ($label= 'Submit', $htmlOptions=array()) |
static | ajaxLink ($text, $url, $ajaxOptions=array(), $htmlOptions=array()) |
static | ajaxButton ($label, $url, $ajaxOptions=array(), $htmlOptions=array()) |
static | ajaxSubmitButton ($label, $url, $ajaxOptions=array(), $htmlOptions=array()) |
static | btn ($type, $label, $htmlOptions=array()) |
static | imageRounded ($src, $alt= '', $htmlOptions=array()) |
static | imageCircle ($src, $alt= '', $htmlOptions=array()) |
static | imagePolaroid ($src, $alt= '', $htmlOptions=array()) |
static | image ($src, $alt= '', $htmlOptions=array()) |
static | icon ($icon, $htmlOptions=array(), $tagName= 'i') |
static | dropdown ($items, $htmlOptions=array()) |
static | dropdownToggleLink ($label, $htmlOptions=array()) |
static | dropdownToggleButton ($label= '', $htmlOptions=array()) |
static | dropdownToggle ($type, $label, $htmlOptions) |
static | dropdownToggleMenuLink ($label, $htmlOptions=array()) |
static | buttonGroup ($buttons, $htmlOptions=array()) |
static | buttonToolbar ($groups, $htmlOptions=array()) |
static | buttonDropdown ($label, $items, $htmlOptions=array()) |
static | splitButtonDropdown ($label, $items, $htmlOptions=array()) |
static | tabs ($items, $htmlOptions=array()) |
static | stackedTabs ($items, $htmlOptions=array()) |
static | pills ($items, $htmlOptions=array()) |
static | stackedPills ($items, $htmlOptions=array()) |
static | navList ($items, $htmlOptions=array()) |
static | nav ($type, $items, $htmlOptions=array()) |
static | menu ($items, $htmlOptions=array()) |
static | menuLink ($label, $url, $htmlOptions=array()) |
static | menuDropdown ($label, $items, $htmlOptions) |
static | menuHeader ($label, $htmlOptions=array()) |
static | menuDivider ($htmlOptions=array()) |
static | tabbable ($tabs, $htmlOptions=array()) |
static | navbar ($content, $htmlOptions=array()) |
static | navbarBrandLink ($label, $url, $htmlOptions=array()) |
static | navbarText ($text, $htmlOptions=array(), $tag= 'p') |
static | navbarMenuDivider ($htmlOptions=array()) |
static | breadcrumbs ($links, $htmlOptions=array()) |
static | pagination ($links, $htmlOptions=array()) |
static | paginationLink ($label, $url, $htmlOptions=array()) |
static | pager ($links, $htmlOptions=array()) |
static | pagerLink ($label, $url, $htmlOptions=array()) |
static | labelTb ($label, $htmlOptions=array()) |
static | badge ($label, $htmlOptions=array()) |
static | heroUnit ($heading, $content, $htmlOptions=array()) |
static | pageHeader ($heading, $subtext, $htmlOptions=array()) |
static | thumbnails ($thumbnails, $htmlOptions=array()) |
static | thumbnail ($content, $htmlOptions=array()) |
static | thumbnailLink ($content, $url, $htmlOptions=array()) |
static | alert ($color, $message, $htmlOptions=array()) |
static | blockAlert ($color, $message, $htmlOptions=array()) |
static | progressBar ($width=0, $htmlOptions=array()) |
static | stripedProgressBar ($width=0, $htmlOptions=array()) |
static | animatedProgressBar ($width=0, $htmlOptions=array()) |
static | stackedProgressBar ($bars, $htmlOptions=array()) |
static | bar ($width=0, $htmlOptions=array()) |
static | mediaObjects ($mediaObjects) |
static | mediaObject ($image, $heading, $content, $htmlOptions=array()) |
static | well ($content, $htmlOptions=array()) |
static | closeLink ($label=self::CLOSE_TEXT, $htmlOptions=array()) |
static | closeButton ($label=self::CLOSE_TEXT, $htmlOptions=array()) |
static | closeIcon ($tag, $label, $htmlOptions=array()) |
static | collapseLink ($label, $target, $htmlOptions=array()) |
static | collapseIcon ($target, $htmlOptions=array()) |
static | tooltip ($label, $url, $content, $htmlOptions=array()) |
static | popover ($label, $title, $content, $htmlOptions=array()) |
static | carousel ($items, $htmlOptions=array()) |
static | carouselItem ($content, $label, $caption, $htmlOptions=array()) |
static | carouselPrevLink ($label, $url, $htmlOptions=array()) |
static | carouselNextLink ($label, $url, $htmlOptions=array()) |
static | carouselIndicators ($target, $numSlides, $htmlOptions=array()) |
static | addClassName ($className, $htmlOptions) |
static | addStyles ($styles, $htmlOptions) |
static | copyOptions ($names, $fromOptions, $options) |
static | moveOptions ($names, $fromOptions, $options) |
static | defaultOptions ($options, $defaults) |
static | mergeOptions ($a, $b) |
static | getOption ($name, $options, $defaultValue=null) |
static | popOption ($name, &$options, $defaultValue=null) |
static | defaultOption ($name, $value, $options) |
static | removeOptions ($options, $names) |
Static Protected Member Functions | |
static | createInput ($type, $name, $value, $htmlOptions=array(), $data=array()) |
static | textInputField ($type, $name, $value, $htmlOptions) |
static | createActiveInput ($type, $model, $attribute, $htmlOptions=array(), $data=array()) |
static | activeTextInputField ($type, $model, $attribute, $htmlOptions) |
static | getAddOnClasses ($htmlOptions) |
static | inputAddOn ($addOn, $htmlOptions) |
static | inputHelp ($help, $htmlOptions) |
static | normalizeInputOptions ($options) |
static | btnDropdown ($type, $label, $items, $htmlOptions) |
static | createButton ($type, $label, $htmlOptions) |
static | tooltipPopover ($label, $url, $title, $htmlOptions) |
static | addSpanClass (&$htmlOptions) |
Bootstrap HTML helper.
Definition at line 14 of file TbHtml.php.
|
static |
Generates an abbreviation with a help text.
string | $text | the abbreviation. |
string | $word | the word the abbreviation is for. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 495 of file TbHtml.php.
|
static |
Generates a check box for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1543 of file TbHtml.php.
|
static |
Generates a control group with a check box for a model attribute.
string | $name | the input name. |
string | $checked | whether the check box is checked. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1814 of file TbHtml.php.
|
static |
Generates a check box list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | $data value-label pairs used to generate the check box list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1622 of file TbHtml.php.
|
static |
Generates a control group with a check box list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1884 of file TbHtml.php.
|
static |
Generates an active form row.
string | $type | the input type. |
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
array | $data | data for multiple select inputs. |
Definition at line 1938 of file TbHtml.php.
|
static |
Generates a date field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1502 of file TbHtml.php.
|
static |
Generates a control group with a date field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1762 of file TbHtml.php.
|
static |
Generates a drop down list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | data for generating the list options (value=>display). |
Definition at line 1559 of file TbHtml.php.
|
static |
Generates a control group with a drop down list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1828 of file TbHtml.php.
|
static |
Generates an email field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1463 of file TbHtml.php.
|
static |
Generates a control group with a email field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1723 of file TbHtml.php.
|
static |
Generates a control group with a file field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1788 of file TbHtml.php.
|
static |
Generates an inline check box list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | $data value-label pairs used to generate the check box list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1643 of file TbHtml.php.
|
static |
Generates a control group with an inline check box list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1898 of file TbHtml.php.
|
static |
Generates an inline radio button list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | $data value-label pairs used to generate the radio button list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1608 of file TbHtml.php.
|
static |
Generates a control group with an inline radio button list for a model attribute.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1870 of file TbHtml.php.
|
static |
Generates a list box for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1573 of file TbHtml.php.
|
static |
Generates a control group with a list box for a model attribute.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1842 of file TbHtml.php.
|
static |
Generates a number field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1476 of file TbHtml.php.
|
static |
Generates a control group with a number field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1736 of file TbHtml.php.
|
static |
Generates a password field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1437 of file TbHtml.php.
|
static |
Generates a control group with a password field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1697 of file TbHtml.php.
|
static |
Generates a radio button for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1527 of file TbHtml.php.
|
static |
Generates a control group with a radio button for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1801 of file TbHtml.php.
|
static |
Generates a radio button list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | $data value-label pairs used to generate the radio button list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1587 of file TbHtml.php.
|
static |
Generates a control group with a radio button list for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1856 of file TbHtml.php.
|
static |
Generates a range field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1489 of file TbHtml.php.
|
static |
Generates a control group with a range field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1749 of file TbHtml.php.
|
static |
Generates a search query input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1670 of file TbHtml.php.
|
static |
Generates a control group with a search field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1924 of file TbHtml.php.
|
static |
Generates a text area input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1514 of file TbHtml.php.
|
static |
Generates a control group with a text area for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1775 of file TbHtml.php.
|
static |
Generates a text field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1424 of file TbHtml.php.
|
static |
Generates a control group with a text field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1684 of file TbHtml.php.
|
staticprotected |
Generates an input HTML tag for a model attribute. This method generates an input HTML tag based on the given input name and value.
string | $type | the input type. |
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2069 of file TbHtml.php.
|
static |
Generates an uneditable input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1656 of file TbHtml.php.
|
static |
Generates a control group with a uneditable field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1911 of file TbHtml.php.
|
static |
Generates an url field input for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1450 of file TbHtml.php.
|
static |
Generates a control group with a url field for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1710 of file TbHtml.php.
|
static |
Appends new class names to the named index "class" at the $htmlOptions
parameter.
mixed | $className | the class(es) to append to $htmlOptions |
array | $htmlOptions | the HTML tag attributes to modify |
Definition at line 3926 of file TbHtml.php.
|
static |
Generates an address block.
string | $quote | the address text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 522 of file TbHtml.php.
|
staticprotected |
Adds the grid span class to the given options is applicable.
array | $htmlOptions | the HTML attributes. |
Definition at line 4074 of file TbHtml.php.
|
static |
Appends a CSS style string to the given options.
string | $styles | the CSS style string. |
array | $htmlOptions | the options. |
Definition at line 3940 of file TbHtml.php.
|
static |
Generates a push button that can initiate AJAX requests.
string | $label | the button label. |
mixed | $url | the URL for the AJAX request. |
array | $ajaxOptions | AJAX options. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2368 of file TbHtml.php.
|
static |
Generates a link that can initiate AJAX requests.
string | $text | the link body (it will NOT be HTML-encoded.) |
mixed | $url | the URL for the AJAX request. |
array | $ajaxOptions | AJAX options. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2353 of file TbHtml.php.
|
static |
Generates a push button that can submit the current form in POST method.
string | $label | the button label |
mixed | $url | the URL for the AJAX request. |
array | $ajaxOptions | AJAX options. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2383 of file TbHtml.php.
|
static |
Generates an alert.
string | $color | the color of the alert. |
string | $message | the message to display. |
array | $htmlOptions | additional HTML options. |
Definition at line 3412 of file TbHtml.php.
|
static |
Generates an animated progress bar.
integer | $width | the progress in percent. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3496 of file TbHtml.php.
|
static |
Generates bold text.
string | $text | the text to style. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 429 of file TbHtml.php.
|
static |
Generates a badge span.
string | $label | the badge text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3261 of file TbHtml.php.
|
static |
Generates a progress bar.
integer | $width | the progress in percent. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3535 of file TbHtml.php.
|
static |
Generates an open form tag.
string | $layout | the form layout. |
string | $action | the form action URL. |
string | $method | form method (e.g. post, get). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 658 of file TbHtml.php.
|
static |
Generates an alert block.
string | $color | the color of the alert. |
string | $message | the message to display. |
array | $htmlOptions | additional HTML options. |
Definition at line 3440 of file TbHtml.php.
|
static |
Generates a breadcrumb menu.
array | $links | the breadcrumb links. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3098 of file TbHtml.php.
|
static |
Generates a button.
string | $type | the button type. |
string | $label | the button label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2397 of file TbHtml.php.
|
staticprotected |
Generates a button dropdown. $type the button type.
string | $label | the button label text. |
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2435 of file TbHtml.php.
|
static |
Generates an button.
string | $label | the button label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2284 of file TbHtml.php.
|
static |
Generates a button with a dropdown menu.
string | $label | the button label text. |
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2758 of file TbHtml.php.
|
static |
Generates a button group.
array | $buttons | the button configurations. |
array | $htmlOptions | additional HTML options. |
Definition at line 2676 of file TbHtml.php.
|
static |
Generates a button toolbar.
array | $groups | the button group configurations. |
array | $htmlOptions | additional HTML options. |
Definition at line 2718 of file TbHtml.php.
|
static |
Generates an image carousel.
array | $items | the item configurations. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3781 of file TbHtml.php.
|
static |
Generates an indicator for the carousel.
string | $target | the CSS selector for the target element. |
integer | $numSlides | the number of slides. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3901 of file TbHtml.php.
|
static |
Generates a carousel item.
string | $content | the content. |
string | $label | the item label text. |
string | $caption | the item caption text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3844 of file TbHtml.php.
|
static |
Generates a next link for the carousel.
string | $label | the link label text. |
mixed | $url | the link url. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3887 of file TbHtml.php.
|
static |
Generates a previous link for the carousel.
string | $label | the link label text. |
mixed | $url | the link url. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3873 of file TbHtml.php.
|
static |
Generates a check box.
string | $name | the input name. |
boolean | $checked | whether the check box is checked. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 804 of file TbHtml.php.
|
static |
Generates a control group with a check box.
string | $name | the input name. |
string | $checked | whether the check box is checked. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1163 of file TbHtml.php.
|
static |
Generates a check box list.
string | $name | name of the check box list. |
mixed | $select | selection of the check boxes. |
array | $data | $data value-label pairs used to generate the check box list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 913 of file TbHtml.php.
|
static |
Generates a control group with a check box list.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1233 of file TbHtml.php.
|
static |
Generates a close button.
string | $label | the button label text. |
array | $htmlOptions | the HTML options for the button. |
Definition at line 3653 of file TbHtml.php.
|
static |
Generates a close element.
string | $label | the element label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3664 of file TbHtml.php.
|
static |
Generates a close link.
string | $label | the link label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3641 of file TbHtml.php.
|
static |
Generates inline code.
string | $code | the code. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 580 of file TbHtml.php.
|
static |
Generates a code block.
string | $code | the code. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 591 of file TbHtml.php.
|
static |
Generates a collapse icon.
string | $target | the CSS selector for the target element. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3690 of file TbHtml.php.
|
static |
Generates a collapse link.
string | $label | the link label. |
string | $target | the CSS selector. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3678 of file TbHtml.php.
|
static |
Generates a form control group.
string | $type | the input type. |
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
array | $data | data for multiple select inputs. |
Definition at line 1286 of file TbHtml.php.
|
static |
Generates form controls.
mixed | $controls | the controls. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2166 of file TbHtml.php.
|
static |
Generates form controls row.
mixed | $controls | the controls. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2189 of file TbHtml.php.
|
static |
Copies the option values from one option array to another.
array | $names | the option names to copy. |
array | $fromOptions | the options to copy from. |
array | $options | the options to copy to. |
Definition at line 3953 of file TbHtml.php.
|
staticprotected |
Creates an active form input of the given type.
string | $type | the input type. |
CModel | $model | the model instance. |
string | $attribute | the attribute name. |
array | $htmlOptions | additional HTML attributes. |
array | $data | data for multiple select inputs. |
CException | if the input type is invalid. |
Definition at line 1984 of file TbHtml.php.
|
staticprotected |
Creates a button the of given type.
string | $type | the button type. |
string | $label | the button label. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2463 of file TbHtml.php.
|
staticprotected |
Creates a form input of the given type.
string | $type | the input type. |
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
array | $data | data for multiple select inputs. |
CException | if the input type is invalid. |
Definition at line 1331 of file TbHtml.php.
|
static |
Generates a date field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 763 of file TbHtml.php.
|
static |
Generates a control group with a date field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1111 of file TbHtml.php.
|
static |
Sets the default value for an item in the given options.
string | $name | the name of the item. |
mixed | $value | the default value. |
array | $options | the options. |
Definition at line 4051 of file TbHtml.php.
|
static |
Sets multiple default options for the given options array.
array | $options | the options to set defaults for. |
array | $defaults | the default options. |
Definition at line 3992 of file TbHtml.php.
|
static |
Generates a dropdown menu.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2605 of file TbHtml.php.
|
static |
Generates a drop down list.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
Definition at line 820 of file TbHtml.php.
|
static |
Generates a control group with a drop down list.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1177 of file TbHtml.php.
|
static |
Generates a dropdown toggle element.
string | $tag | the HTML tag. |
string | $label | the element text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2644 of file TbHtml.php.
|
static |
Generates a dropdown toggle button.
string | $label | the button label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2632 of file TbHtml.php.
|
static |
Generates a dropdown toggle link.
string | $label | the link label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2621 of file TbHtml.php.
|
static |
Generates a dropdown toggle menu item.
string | $label | the menu item text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2658 of file TbHtml.php.
|
static |
Generates an emphasized text.
string | $style | the text style. |
string | $text | the text to emphasize. |
array | $htmlOptions | additional HTML attributes. |
string | $tag | the HTML tag. |
Definition at line 453 of file TbHtml.php.
|
static |
Generates an email field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 724 of file TbHtml.php.
|
static |
Generates a control group with an email field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1072 of file TbHtml.php.
|
static |
Displays the first validation error for a model attribute.
CModel | $model | the data model. |
string | $attribute | the attribute name. |
array | $htmlOptions | additional HTML attributes to be rendered in the container tag. |
Definition at line 2053 of file TbHtml.php.
|
static |
Displays a summary of validation errors for one or several models.
mixed | $model | the models whose input errors are to be displayed. |
string | $header | a piece of HTML code that appears in front of the errors. |
string | $footer | a piece of HTML code that appears at the end of the errors. |
array | $htmlOptions | additional HTML attributes to be rendered in the container div tag. |
Definition at line 2039 of file TbHtml.php.
|
static |
Generates a control group with a file field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1137 of file TbHtml.php.
|
static |
Generates form actions.
mixed | $actions | the actions. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2201 of file TbHtml.php.
|
static |
Generates a form tag.
string | $layout | the form layout. |
string | $action | the form action URL. |
string | $method | form method (e.g. post, get). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 645 of file TbHtml.php.
|
staticprotected |
Returns the add-on classes based on the given options.
array | $htmlOptions | the options. |
Definition at line 2104 of file TbHtml.php.
|
static |
Returns an item from the given options or the default value if it's not set.
string | $name | the name of the item. |
array | $options | the options to get from. |
mixed | $defaultValue | the default value. |
Definition at line 4020 of file TbHtml.php.
|
static |
Generates a help text.
string | $text | the help text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 552 of file TbHtml.php.
|
static |
Generates a help block.
string | $text | the help text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 564 of file TbHtml.php.
|
static |
Generates a hero unit.
string | $heading | the heading text. |
string | $content | the content text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3281 of file TbHtml.php.
|
static |
Generates an image submit button.
string | $src | the image URL |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2295 of file TbHtml.php.
|
static |
Generates italic text.
string | $text | the text to style. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 440 of file TbHtml.php.
|
static |
Generates an icon.
string | $icon | the icon type. |
array | $htmlOptions | additional HTML attributes. |
string | $tagName | the icon HTML tag. |
Definition at line 2579 of file TbHtml.php.
|
static |
Generates an image tag.
string | $src | the image URL. |
string | $alt | the alternative text display. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2560 of file TbHtml.php.
|
static |
Generates an image submit button.
string | $src | the image URL |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2328 of file TbHtml.php.
|
static |
Generates an image tag with circle.
string | $src | the image URL. |
string | $alt | the alternative text display. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2534 of file TbHtml.php.
|
static |
Generates an image tag within polaroid frame.
string | $src | the image URL. |
string | $alt | the alternative text display. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2547 of file TbHtml.php.
|
static |
Generates an image tag with rounded corners.
string | $src | the image URL. |
string | $alt | the alternative text display. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2521 of file TbHtml.php.
|
static |
Generates an inline check box list.
string | $name | name of the check box list. |
mixed | $select | selection of the check boxes. |
array | $data | $data value-label pairs used to generate the check box list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 993 of file TbHtml.php.
|
static |
Generates a control group with an inline check box list.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1247 of file TbHtml.php.
|
static |
Generates an inline radio button list.
string | $name | name of the radio button list. |
mixed | $select | selection of the radio buttons. |
array | $data | $data value-label pairs used to generate the radio button list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 899 of file TbHtml.php.
|
static |
Generates a control group with an inline radio button list.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1219 of file TbHtml.php.
|
staticprotected |
Generates an add-on for an input field.
string | $addOn | the add-on. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2120 of file TbHtml.php.
|
staticprotected |
Generates a help text for an input field.
string | $help | the help text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2135 of file TbHtml.php.
|
static |
Generates a label span.
string | $label | the label text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3246 of file TbHtml.php.
|
static |
Generates a paragraph that stands out.
string | $text | the lead text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 406 of file TbHtml.php.
|
static |
Generates a hyperlink tag.
string | $text | link body. It will NOT be HTML-encoded. |
mixed | $url | a URL or an action route that can be used to create a URL. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2271 of file TbHtml.php.
|
static |
Generates a link submit button.
string | $label | the button label. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2340 of file TbHtml.php.
|
static |
Generates a list box.
string | $name | the input name. |
mixed | $select | the selected value(s). |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 834 of file TbHtml.php.
|
static |
Generates a control group with a list box.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1191 of file TbHtml.php.
|
static |
Generates a single media object.
string | $image | the image url. |
string | $title | the title text. |
string | $content | the content text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3586 of file TbHtml.php.
|
static |
Generates a list of media objects.
array | $mediaObjects | media object configurations. |
Definition at line 3559 of file TbHtml.php.
|
static |
Generates a menu.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2863 of file TbHtml.php.
|
static |
Generates a menu divider.
array | $htmlOptions | additional HTML attributes. |
Definition at line 2962 of file TbHtml.php.
|
static |
Generates a menu dropdown.
string | $label | the link label. |
array | $items | the menu configuration. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2929 of file TbHtml.php.
|
static |
Generates a menu header.
string | $label | the header text. |
array | $htmlOptions | additional HTML options. |
Definition at line 2951 of file TbHtml.php.
|
static |
Generates a menu link.
string | $label | the link label. |
array | $url | the link url. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2912 of file TbHtml.php.
|
static |
Merges two options arrays.
array | $a | options to be merged to |
array | $b | options to be merged from |
Definition at line 4008 of file TbHtml.php.
|
static |
Moves the option values from one option array to another.
array | $names | the option names to move. |
array | $fromOptions | the options to move from. |
array | $options | the options to move to. |
Definition at line 3973 of file TbHtml.php.
|
static |
Generates a muted text block.
string | $text | the text. |
array | $htmlOptions | additional HTML attributes. |
string | $tag | the HTML tag. |
Definition at line 470 of file TbHtml.php.
|
static |
Generates a muted span.
string | $text | the text. |
array | $htmlOptions | additional HTML attributes. |
string | $tag | the HTML tag. |
Definition at line 483 of file TbHtml.php.
|
static |
Generates a navigation menu.
string | $type | the menu type. |
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2846 of file TbHtml.php.
|
static |
Generates a navbar.
string | $content | the navbar content. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3033 of file TbHtml.php.
|
static |
Generates a brand link for the navbar.
string | $label | the link label text. |
string | $url | the link url. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3058 of file TbHtml.php.
|
static |
Generates a navbar form.
mixed | $action | the form action URL. |
string | $method | form method (e.g. post, get). |
array | $htmlOptions | additional HTML attributes |
Definition at line 2241 of file TbHtml.php.
|
static |
Generates a menu divider for the navbar.
array | $htmlOptions | additional HTML attributes. |
Definition at line 3082 of file TbHtml.php.
|
static |
Generates a navbar search form.
mixed | $action | the form action URL. |
string | $method | form method (e.g. post, get). |
array | $htmlOptions | additional HTML attributes |
Definition at line 2254 of file TbHtml.php.
|
static |
Generates a text for the navbar.
string | $text | the text. |
array | $htmlOptions | additional HTML attributes. |
string | $tag | the HTML tag. |
Definition at line 3071 of file TbHtml.php.
|
static |
Generates a list navigation.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2834 of file TbHtml.php.
|
staticprotected |
Normalizes input options.
array | $options | the options. |
Definition at line 2148 of file TbHtml.php.
|
static |
Generates a number field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 737 of file TbHtml.php.
|
static |
Generates a control group with a number field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1085 of file TbHtml.php.
|
static |
Generates an open HTML element.
string | $tag | the tag name. |
array | $htmlOptions | the element attributes. |
Definition at line 622 of file TbHtml.php.
|
static |
Generates a pager header.
string | $heading | the heading text. |
string | $subtext | the subtext. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3300 of file TbHtml.php.
|
static |
Generates a pager.
array | $links | the pager buttons. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3189 of file TbHtml.php.
|
static |
Generates a pager link.
string | $label | the link label text. |
mixed | $url | the link url. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3218 of file TbHtml.php.
|
static |
Generates a pagination.
array | $links | the pagination buttons. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3130 of file TbHtml.php.
|
static |
Generates a pagination link.
string | $label | the link label text. |
mixed | $url | the link url. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3167 of file TbHtml.php.
|
static |
Generates a password field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 698 of file TbHtml.php.
|
static |
Generates a control group with a password field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1046 of file TbHtml.php.
|
static |
Generates a pills navigation.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2811 of file TbHtml.php.
|
static |
Removes an item from the given options and returns the value.
string | $name | the name of the item. |
array | $options | the options to remove the item from. |
mixed | $defaultValue | the default value. |
Definition at line 4032 of file TbHtml.php.
|
static |
Generates a popover.
string | $label | the popover link label text. |
string | $title | the popover title text. |
string | $content | the popover content text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3735 of file TbHtml.php.
|
static |
Generates a progress bar.
integer | $width | the progress in percent. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3456 of file TbHtml.php.
|
static |
Generates a quote.
string | $text | the quoted text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 533 of file TbHtml.php.
|
static |
Generates a radio button.
string | $name | the input name. |
boolean | $checked | whether the radio button is checked. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 788 of file TbHtml.php.
|
static |
Generates a control group with a radio button.
string | $name | the input name. |
string | $checked | whether the radio button is checked. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1150 of file TbHtml.php.
|
static |
Generates a radio button list.
string | $name | name of the radio button list. |
mixed | $select | selection of the radio buttons. |
array | $data | $data value-label pairs used to generate the radio button list. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 853 of file TbHtml.php.
|
static |
Generates a control group with a radio button list.
string | $name | the input name. |
string | $select | the selected value. |
array | $data | data for generating the list options (value=>display). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1205 of file TbHtml.php.
|
static |
Generates a range field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 750 of file TbHtml.php.
|
static |
Generates a control group with a range field.
string | $name | the input name |
string | $value | the input value |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1098 of file TbHtml.php.
|
static |
Removes the option values from the given options.
array | $options | the options to remove from. |
array | $names | names to remove from the options. |
Definition at line 4064 of file TbHtml.php.
|
static |
Generates a reset button.
string | $label | the button label |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2317 of file TbHtml.php.
|
static |
Generates a search input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1019 of file TbHtml.php.
|
static |
Generates a control group with a search field.
string | $name | the input name. |
string | $select | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1272 of file TbHtml.php.
|
static |
Generates a search form.
mixed | $action | the form action URL. |
string | $method | form method (e.g. post, get). |
array | $htmlOptions | additional HTML options. |
Definition at line 2220 of file TbHtml.php.
|
static |
Generates small text.
string | $text | the text to style. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 418 of file TbHtml.php.
|
static |
Generates a small abbreviation with a help text.
string | $text | the abbreviation. |
string | $word | the word the abbreviation is for. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 510 of file TbHtml.php.
|
static |
Generates a button with a split dropdown menu.
string | $label | the button label text. |
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2772 of file TbHtml.php.
|
static |
Generates a stacked pills navigation.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2822 of file TbHtml.php.
|
static |
Generates a stacked progress bar.
array | $bars | the bar configurations. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3508 of file TbHtml.php.
|
static |
Generates a stacked tab navigation.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2799 of file TbHtml.php.
|
static |
Generates a stateful form tag.
mixed | $action | the form action URL. |
string | $method | form method (e.g. post, get). |
array | $htmlOptions | additional HTML attributes. |
Definition at line 671 of file TbHtml.php.
|
static |
Generates a striped progress bar.
integer | $width | the progress in percent. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3484 of file TbHtml.php.
|
static |
Generates a submit button.
string | $label | the button label |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2306 of file TbHtml.php.
|
static |
Generates a tabbable menu.
array | $tabs | the tab configurations. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2974 of file TbHtml.php.
|
static |
Generates a tab navigation.
array | $items | the menu items. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 2788 of file TbHtml.php.
Generates an HTML element.
string | $tag | the tag name. |
array | $htmlOptions | the element attributes. |
mixed | $content | the content to be enclosed between open and close element tags. |
boolean | $closeTag | whether to generate the close tag. |
Definition at line 604 of file TbHtml.php.
|
static |
Generates a text area input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 775 of file TbHtml.php.
|
static |
Generates a control group with a text area.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1124 of file TbHtml.php.
|
static |
Generates a text field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 685 of file TbHtml.php.
|
static |
Generates a control group with a text field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1033 of file TbHtml.php.
|
staticprotected |
Generates an input HTML tag. This method generates an input HTML tag based on the given input name and value.
string | $type | the input type. |
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1387 of file TbHtml.php.
|
static |
Generates a thumbnail.
string | $content | the thumbnail content. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3370 of file TbHtml.php.
|
static |
Generates a link thumbnail.
string | $content | the thumbnail content. |
mixed | $url | the url that the thumbnail links to. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3390 of file TbHtml.php.
|
static |
Generates a list of thumbnails.
array | $thumbnails | the list configuration. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3325 of file TbHtml.php.
|
static |
Generates a tooltip.
string | $label | the tooltip link label text. |
mixed | $url | the link url. |
string | $content | the tooltip content text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3721 of file TbHtml.php.
|
staticprotected |
Generates a base tooltip.
string | $label | the tooltip link label text. |
mixed | $url | the link url. |
string | $title | the tooltip title text. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3751 of file TbHtml.php.
|
static |
Generates an uneditable input.
string | $value | the value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1005 of file TbHtml.php.
|
static |
Generates a control group with an uneditable field.
string | $select | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1259 of file TbHtml.php.
|
static |
Generates an url field input.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 711 of file TbHtml.php.
|
static |
Generates a control group with an url field.
string | $name | the input name. |
string | $value | the input value. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 1059 of file TbHtml.php.
|
static |
Generates a well element.
string | $content | the well content. |
array | $htmlOptions | additional HTML attributes. |
Definition at line 3624 of file TbHtml.php.
const TbHtml::AFFIX_POSITION_BOTTOM = 'bottom' |
Definition at line 242 of file TbHtml.php.
const TbHtml::AFFIX_POSITION_TOP = 'top' |
Definition at line 241 of file TbHtml.php.
const TbHtml::ALERT_COLOR_DANGER = 'danger' |
Definition at line 205 of file TbHtml.php.
const TbHtml::ALERT_COLOR_DEFAULT = '' |
Definition at line 200 of file TbHtml.php.
const TbHtml::ALERT_COLOR_ERROR = 'error' |
Definition at line 204 of file TbHtml.php.
const TbHtml::ALERT_COLOR_INFO = 'info' |
Definition at line 201 of file TbHtml.php.
const TbHtml::ALERT_COLOR_SUCCESS = 'success' |
Definition at line 202 of file TbHtml.php.
const TbHtml::ALERT_COLOR_WARNING = 'warning' |
Definition at line 203 of file TbHtml.php.
const TbHtml::BADGE_COLOR_DEFAULT = '' |
Definition at line 165 of file TbHtml.php.
const TbHtml::BADGE_COLOR_IMPORTANT = 'important' |
Definition at line 168 of file TbHtml.php.
const TbHtml::BADGE_COLOR_INFO = 'info' |
Definition at line 169 of file TbHtml.php.
const TbHtml::BADGE_COLOR_INVERSE = 'inverse' |
Definition at line 170 of file TbHtml.php.
const TbHtml::BADGE_COLOR_SUCCESS = 'success' |
Definition at line 166 of file TbHtml.php.
const TbHtml::BADGE_COLOR_WARNING = 'warning' |
Definition at line 167 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_DANGER = 'danger' |
Definition at line 96 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_DEFAULT = '' |
Definition at line 91 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_INFO = 'info' |
Definition at line 93 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_INVERSE = 'inverse' |
Definition at line 97 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_LINK = 'link' |
Definition at line 98 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_PRIMARY = 'primary' |
Definition at line 92 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_SUCCESS = 'success' |
Definition at line 94 of file TbHtml.php.
const TbHtml::BUTTON_COLOR_WARNING = 'warning' |
Definition at line 95 of file TbHtml.php.
const TbHtml::BUTTON_SIZE_DEFAULT = '' |
Definition at line 102 of file TbHtml.php.
const TbHtml::BUTTON_SIZE_LARGE = 'large' |
Definition at line 103 of file TbHtml.php.
const TbHtml::BUTTON_SIZE_MINI = 'mini' |
Definition at line 100 of file TbHtml.php.
const TbHtml::BUTTON_SIZE_SMALL = 'small' |
Definition at line 101 of file TbHtml.php.
const TbHtml::BUTTON_TOGGLE_CHECKBOX = 'checkbox' |
Definition at line 105 of file TbHtml.php.
const TbHtml::BUTTON_TOGGLE_RADIO = 'radio' |
Definition at line 106 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_AJAXBUTTON = 'ajaxButton' |
Definition at line 87 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_AJAXLINK = 'ajaxLink' |
Definition at line 86 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_HTML = 'htmlButton' |
Definition at line 81 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_IMAGE = 'imageButton' |
Definition at line 84 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_INPUTBUTTON = 'inputButton' |
Definition at line 88 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_INPUTSUBMIT = 'inputSubmit' |
Definition at line 89 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_LINK = 'link' |
Definition at line 80 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_LINKBUTTON = 'linkButton' |
Definition at line 85 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_RESET = 'resetButton' |
Definition at line 83 of file TbHtml.php.
const TbHtml::BUTTON_TYPE_SUBMIT = 'submitButton' |
Definition at line 82 of file TbHtml.php.
const TbHtml::CLOSE_TEXT = '×' |
Definition at line 390 of file TbHtml.php.
const TbHtml::FORM_LAYOUT_HORIZONTAL = 'horizontal' |
Definition at line 38 of file TbHtml.php.
const TbHtml::FORM_LAYOUT_INLINE = 'inline' |
Definition at line 39 of file TbHtml.php.
const TbHtml::FORM_LAYOUT_SEARCH = 'search' |
Definition at line 40 of file TbHtml.php.
const TbHtml::FORM_LAYOUT_VERTICAL = 'vertical' |
Definition at line 37 of file TbHtml.php.
const TbHtml::GRID_TYPE_BORDERED = 'bordered' |
Definition at line 233 of file TbHtml.php.
const TbHtml::GRID_TYPE_CONDENSED = 'condensed' |
Definition at line 234 of file TbHtml.php.
const TbHtml::GRID_TYPE_HOVER = 'hover' |
Definition at line 235 of file TbHtml.php.
const TbHtml::GRID_TYPE_STRIPED = 'striped' |
Definition at line 232 of file TbHtml.php.
const TbHtml::HELP_TYPE_BLOCK = 'block' |
Definition at line 31 of file TbHtml.php.
const TbHtml::HELP_TYPE_INLINE = 'inline' |
Definition at line 30 of file TbHtml.php.
const TbHtml::ICON_ADJUST = 'icon-adjust' |
Definition at line 310 of file TbHtml.php.
const TbHtml::ICON_ALIGN_CENTER = 'icon-align-center' |
Definition at line 300 of file TbHtml.php.
const TbHtml::ICON_ALIGN_JUSTIFY = 'icon-align-justify' |
Definition at line 302 of file TbHtml.php.
const TbHtml::ICON_ALIGN_LEFT = 'icon-align-left' |
Definition at line 299 of file TbHtml.php.
const TbHtml::ICON_ALIGN_RIGHT = 'icon-align-right' |
Definition at line 301 of file TbHtml.php.
const TbHtml::ICON_ARROW_DOWN = 'icon-arrow-down' |
Definition at line 341 of file TbHtml.php.
const TbHtml::ICON_ARROW_LEFT = 'icon-arrow-left' |
Definition at line 338 of file TbHtml.php.
const TbHtml::ICON_ARROW_RIGHT = 'icon-arrow-right' |
Definition at line 339 of file TbHtml.php.
const TbHtml::ICON_ARROW_UP = 'icon-arrow-up' |
Definition at line 340 of file TbHtml.php.
const TbHtml::ICON_ASTERISK = 'icon-asterisk' |
Definition at line 347 of file TbHtml.php.
const TbHtml::ICON_BACKWARD = 'icon-backward' |
Definition at line 318 of file TbHtml.php.
const TbHtml::ICON_BAN_CIRCLE = 'icon-ban-circle' |
Definition at line 337 of file TbHtml.php.
const TbHtml::ICON_BARCODE = 'icon-barcode' |
Definition at line 287 of file TbHtml.php.
const TbHtml::ICON_BELL = 'icon-bell' |
Definition at line 370 of file TbHtml.php.
const TbHtml::ICON_BOLD = 'icon-bold' |
Definition at line 295 of file TbHtml.php.
const TbHtml::ICON_BOOK = 'icon-book' |
Definition at line 290 of file TbHtml.php.
const TbHtml::ICON_BOOKMARK = 'icon-bookmark' |
Definition at line 291 of file TbHtml.php.
const TbHtml::ICON_BRIEFCASE = 'icon-briefcase' |
Definition at line 386 of file TbHtml.php.
const TbHtml::ICON_BULLHORN = 'icon-bullhorn' |
Definition at line 369 of file TbHtml.php.
const TbHtml::ICON_CALENDAR = 'icon-calendar' |
Definition at line 356 of file TbHtml.php.
const TbHtml::ICON_CAMERA = 'icon-camera' |
Definition at line 293 of file TbHtml.php.
const TbHtml::ICON_CERTFICATE = 'icon-certificate' |
Definition at line 371 of file TbHtml.php.
const TbHtml::ICON_CHECK = 'icon-check' |
Definition at line 314 of file TbHtml.php.
const TbHtml::ICON_CHEVRON_DOWN = 'icon-chevron-down' |
Definition at line 361 of file TbHtml.php.
const TbHtml::ICON_CHEVRON_LEFT = 'icon-chevron-left' |
Definition at line 326 of file TbHtml.php.
const TbHtml::ICON_CHEVRON_RIGHT = 'icon-chevron-right' |
Definition at line 327 of file TbHtml.php.
const TbHtml::ICON_CHEVRON_UP = 'icon-chevron-up' |
Definition at line 360 of file TbHtml.php.
const TbHtml::ICON_CIRCLE_ARROW_DOWN = 'icon-circle-arrow-down' |
Definition at line 381 of file TbHtml.php.
const TbHtml::ICON_CIRCLE_ARROW_LEFT = 'icon-circle-arrow-left' |
Definition at line 379 of file TbHtml.php.
const TbHtml::ICON_CIRCLE_ARROW_RIGHT = 'icon-circle-arrow-right' |
Definition at line 378 of file TbHtml.php.
const TbHtml::ICON_CIRCLE_ARROW_UP = 'icon-circle-arrow-up' |
Definition at line 380 of file TbHtml.php.
const TbHtml::ICON_COG = 'icon-cog' |
Definition at line 266 of file TbHtml.php.
const TbHtml::ICON_COMMENT = 'icon-comment' |
Definition at line 358 of file TbHtml.php.
const TbHtml::ICON_DOWNLOAD = 'icon-download' |
Definition at line 273 of file TbHtml.php.
const TbHtml::ICON_DOWNLOAD_ALT = 'icon-download-alt' |
Definition at line 272 of file TbHtml.php.
const TbHtml::ICON_EDIT = 'icon-edit' |
Definition at line 312 of file TbHtml.php.
const TbHtml::ICON_EJECT = 'icon-eject' |
Definition at line 325 of file TbHtml.php.
const TbHtml::ICON_ENVELOPE = 'icon-envelope' |
Definition at line 251 of file TbHtml.php.
const TbHtml::ICON_EXCLAMATION_SIGN = 'icon-exclamation-sign' |
Definition at line 348 of file TbHtml.php.
const TbHtml::ICON_EYE_CLOSE = 'icon-eye-close' |
Definition at line 353 of file TbHtml.php.
const TbHtml::ICON_EYE_OPEN = 'icon-eye-open' |
Definition at line 352 of file TbHtml.php.
const TbHtml::ICON_FACETIME_VIDEO = 'icon-facetime-video' |
Definition at line 306 of file TbHtml.php.
const TbHtml::ICON_FAST_BACKWARD = 'icon-fast-backward' |
Definition at line 317 of file TbHtml.php.
const TbHtml::ICON_FAST_FORWARD = 'icon-fast-forward' |
Definition at line 323 of file TbHtml.php.
const TbHtml::ICON_FILE = 'icon-file' |
Definition at line 269 of file TbHtml.php.
const TbHtml::ICON_FILM = 'icon-film' |
Definition at line 256 of file TbHtml.php.
const TbHtml::ICON_FILTER = 'icon-filter' |
Definition at line 385 of file TbHtml.php.
const TbHtml::ICON_FIRE = 'icon-fire' |
Definition at line 351 of file TbHtml.php.
const TbHtml::ICON_FLAG = 'icon-flag' |
Definition at line 281 of file TbHtml.php.
const TbHtml::ICON_FOLDER_CLOSE = 'icon-folder-close' |
Definition at line 364 of file TbHtml.php.
const TbHtml::ICON_FOLDER_OPEN = 'icon-folder-open' |
Definition at line 365 of file TbHtml.php.
const TbHtml::ICON_FONT = 'icon-font' |
Definition at line 294 of file TbHtml.php.
const TbHtml::ICON_FORWARD = 'icon-forward' |
Definition at line 322 of file TbHtml.php.
const TbHtml::ICON_FULLSCREEN = 'icon-fullscreen' |
Definition at line 387 of file TbHtml.php.
const TbHtml::ICON_GIFT = 'icon-gift' |
Definition at line 349 of file TbHtml.php.
const TbHtml::ICON_GLASS = 'icon-glass' |
Definition at line 248 of file TbHtml.php.
const TbHtml::ICON_GLOBE = 'icon-globe' |
Definition at line 382 of file TbHtml.php.
const TbHtml::ICON_HAND_DOWN = 'icon-hand-down' |
Definition at line 377 of file TbHtml.php.
const TbHtml::ICON_HAND_LEFT = 'icon-hand-left' |
Definition at line 375 of file TbHtml.php.
const TbHtml::ICON_HAND_RIGHT = 'icon-hand-right' |
Definition at line 374 of file TbHtml.php.
const TbHtml::ICON_HAND_UP = 'icon-hand-up' |
Definition at line 376 of file TbHtml.php.
const TbHtml::ICON_HDD = 'icon-hdd' |
Definition at line 368 of file TbHtml.php.
const TbHtml::ICON_HEADPHONES = 'icon-headphones' |
Definition at line 282 of file TbHtml.php.
const TbHtml::ICON_HEART = 'icon-heart' |
Definition at line 252 of file TbHtml.php.
const TbHtml::ICON_HOME = 'icon-home' |
Definition at line 268 of file TbHtml.php.
const TbHtml::ICON_INBOX = 'icon-inbox' |
Definition at line 275 of file TbHtml.php.
const TbHtml::ICON_INDENT_LEFT = 'icon-indent-left' |
Definition at line 304 of file TbHtml.php.
const TbHtml::ICON_INDENT_RIGHT = 'icon-indent-right' |
Definition at line 305 of file TbHtml.php.
const TbHtml::ICON_INFO_SIGN = 'icon-info-sign' |
Definition at line 333 of file TbHtml.php.
const TbHtml::ICON_ITALIC = 'icon-italic' |
Definition at line 296 of file TbHtml.php.
const TbHtml::ICON_LEAF = 'icon-leaf' |
Definition at line 350 of file TbHtml.php.
const TbHtml::ICON_LIST = 'icon-list' |
Definition at line 303 of file TbHtml.php.
const TbHtml::ICON_LIST_ALT = 'icon-list-alt' |
Definition at line 279 of file TbHtml.php.
const TbHtml::ICON_LOCK = 'icon-lock' |
Definition at line 280 of file TbHtml.php.
const TbHtml::ICON_MAGNET = 'icon-magnet' |
Definition at line 359 of file TbHtml.php.
const TbHtml::ICON_MAP_MARKER = 'icon-map-marker' |
Definition at line 309 of file TbHtml.php.
const TbHtml::ICON_MINUS = 'icon-minus' |
Definition at line 346 of file TbHtml.php.
const TbHtml::ICON_MINUS_SIGN = 'icon-minus-sign' |
Definition at line 329 of file TbHtml.php.
const TbHtml::ICON_MOVE = 'icon-move' |
Definition at line 315 of file TbHtml.php.
const TbHtml::ICON_MUSIC = 'icon-music' |
Definition at line 249 of file TbHtml.php.
const TbHtml::ICON_OFF = 'icon-off' |
Definition at line 264 of file TbHtml.php.
const TbHtml::ICON_OK = 'icon-ok' |
Definition at line 260 of file TbHtml.php.
const TbHtml::ICON_OK_CIRCLE = 'icon-ok-circle' |
Definition at line 336 of file TbHtml.php.
const TbHtml::ICON_OK_SIGN = 'icon-ok-sign' |
Definition at line 331 of file TbHtml.php.
const TbHtml::ICON_PAUSE = 'icon-pause' |
Definition at line 320 of file TbHtml.php.
const TbHtml::ICON_PENCIL = 'icon-pencil' |
Definition at line 308 of file TbHtml.php.
const TbHtml::ICON_PICTURE = 'icon-picture' |
Definition at line 307 of file TbHtml.php.
const TbHtml::ICON_PLANE = 'icon-plane' |
Definition at line 355 of file TbHtml.php.
const TbHtml::ICON_PLAY = 'icon-play' |
Definition at line 319 of file TbHtml.php.
const TbHtml::ICON_PLAY_CIRCLE = 'icon-play-circle' |
Definition at line 276 of file TbHtml.php.
const TbHtml::ICON_PLUS = 'icon-plus' |
Definition at line 345 of file TbHtml.php.
const TbHtml::ICON_PLUS_SIGN = 'icon-plus-sign' |
Definition at line 328 of file TbHtml.php.
const TbHtml::ICON_PRINT = 'icon-print' |
Definition at line 292 of file TbHtml.php.
const TbHtml::ICON_QRCODE = 'icon-qrcode' |
Definition at line 286 of file TbHtml.php.
const TbHtml::ICON_QUESTION_SIGN = 'icon-question-sign' |
Definition at line 332 of file TbHtml.php.
const TbHtml::ICON_RANDOM = 'icon-random' |
Definition at line 357 of file TbHtml.php.
const TbHtml::ICON_REFRESH = 'icon-refresh' |
Definition at line 278 of file TbHtml.php.
const TbHtml::ICON_REMOVE = 'icon-remove' |
Definition at line 261 of file TbHtml.php.
const TbHtml::ICON_REMOVE_CIRCLE = 'icon-remove-circle' |
Definition at line 335 of file TbHtml.php.
const TbHtml::ICON_REMOVE_SIGN = 'icon-remove-sign' |
Definition at line 330 of file TbHtml.php.
const TbHtml::ICON_REPEAT = 'icon-repeat' |
Definition at line 277 of file TbHtml.php.
const TbHtml::ICON_RESIZE_FULL = 'icon-resize-full' |
Definition at line 343 of file TbHtml.php.
const TbHtml::ICON_RESIZE_HORIZONTAL = 'icon-resize-horizontal' |
Definition at line 367 of file TbHtml.php.
Definition at line 344 of file TbHtml.php.
const TbHtml::ICON_RESIZE_VERTICAL = 'icon-resize-vertical' |
Definition at line 366 of file TbHtml.php.
const TbHtml::ICON_RETWEET = 'icon-retweet' |
Definition at line 362 of file TbHtml.php.
const TbHtml::ICON_ROAD = 'icon-road' |
Definition at line 271 of file TbHtml.php.
const TbHtml::ICON_SCREENSHOT = 'icon-screenshot' |
Definition at line 334 of file TbHtml.php.
const TbHtml::ICON_SEARCH = 'icon-search' |
Definition at line 250 of file TbHtml.php.
const TbHtml::ICON_SHARE = 'icon-share' |
Definition at line 313 of file TbHtml.php.
const TbHtml::ICON_SHARE_ALT = 'icon-share-alt' |
Definition at line 342 of file TbHtml.php.
const TbHtml::ICON_SHOPPING_CART = 'icon-shopping-cart' |
Definition at line 363 of file TbHtml.php.
const TbHtml::ICON_SIGNAL = 'icon-signal' |
Definition at line 265 of file TbHtml.php.
const TbHtml::ICON_STAR = 'icon-star' |
Definition at line 253 of file TbHtml.php.
const TbHtml::ICON_STAR_EMPTY = 'icon-star-empty' |
Definition at line 254 of file TbHtml.php.
const TbHtml::ICON_STEP_BACKWARD = 'icon-step-backward' |
Definition at line 316 of file TbHtml.php.
const TbHtml::ICON_STEP_FORWARD = 'icon-step-forward' |
Definition at line 324 of file TbHtml.php.
const TbHtml::ICON_STOP = 'icon-pause' |
Definition at line 321 of file TbHtml.php.
Definition at line 288 of file TbHtml.php.
const TbHtml::ICON_TAGS = 'icon-tags' |
Definition at line 289 of file TbHtml.php.
const TbHtml::ICON_TASKS = 'icon-tasks' |
Definition at line 384 of file TbHtml.php.
const TbHtml::ICON_TEXT_HEIGHT = 'icon-text-height' |
Definition at line 297 of file TbHtml.php.
const TbHtml::ICON_TEXT_WIDTH = 'icon-text-width' |
Definition at line 298 of file TbHtml.php.
const TbHtml::ICON_TH = 'icon-th' |
Definition at line 258 of file TbHtml.php.
const TbHtml::ICON_TH_LARGE = 'icon-th-large' |
Definition at line 257 of file TbHtml.php.
const TbHtml::ICON_TH_LIST = 'icon-th-list' |
Definition at line 259 of file TbHtml.php.
const TbHtml::ICON_THUMBS_DOWN = 'icon-thumbs-down' |
Definition at line 373 of file TbHtml.php.
const TbHtml::ICON_THUMBS_UP = 'icon-thumbs-up' |
Definition at line 372 of file TbHtml.php.
const TbHtml::ICON_TIME = 'icon-time' |
Definition at line 270 of file TbHtml.php.
const TbHtml::ICON_TINT = 'icon-tint' |
Definition at line 311 of file TbHtml.php.
const TbHtml::ICON_TRASH = 'icon-trash' |
Definition at line 267 of file TbHtml.php.
const TbHtml::ICON_UPLOAD = 'icon-upload' |
Definition at line 274 of file TbHtml.php.
const TbHtml::ICON_USER = 'icon-user' |
Definition at line 255 of file TbHtml.php.
const TbHtml::ICON_VOLUME_DOWN = 'icon-volume-down' |
Definition at line 284 of file TbHtml.php.
const TbHtml::ICON_VOLUME_OFF = 'icon-volume-off' |
Definition at line 283 of file TbHtml.php.
const TbHtml::ICON_VOLUME_UP = 'icon-volume-up' |
Definition at line 285 of file TbHtml.php.
const TbHtml::ICON_WARNING_SIGN = 'icon-warning-sign' |
Definition at line 354 of file TbHtml.php.
const TbHtml::ICON_WRENCH = 'icon-wrench' |
Definition at line 383 of file TbHtml.php.
const TbHtml::ICON_ZOOM_IN = 'icon-zoom-in' |
Definition at line 262 of file TbHtml.php.
const TbHtml::ICON_ZOOM_OUT = 'icon-zoom-out' |
Definition at line 263 of file TbHtml.php.
const TbHtml::IMAGE_TYPE_CIRCLE = 'circle' |
Definition at line 113 of file TbHtml.php.
const TbHtml::IMAGE_TYPE_POLAROID = 'polaroid' |
Definition at line 114 of file TbHtml.php.
const TbHtml::IMAGE_TYPE_ROUNDED = 'rounded' |
Definition at line 112 of file TbHtml.php.
const TbHtml::INPUT_COLOR_DEFAULT = '' |
Definition at line 70 of file TbHtml.php.
const TbHtml::INPUT_COLOR_ERROR = 'error' |
Definition at line 72 of file TbHtml.php.
const TbHtml::INPUT_COLOR_INFO = 'info' |
Definition at line 73 of file TbHtml.php.
const TbHtml::INPUT_COLOR_SUCCESS = 'success' |
Definition at line 74 of file TbHtml.php.
const TbHtml::INPUT_COLOR_WARNING = 'warning' |
Definition at line 71 of file TbHtml.php.
const TbHtml::INPUT_SIZE_DEFAULT = '' |
Definition at line 64 of file TbHtml.php.
const TbHtml::INPUT_SIZE_LARGE = 'large' |
Definition at line 66 of file TbHtml.php.
const TbHtml::INPUT_SIZE_MEDIUM = 'medium' |
Definition at line 65 of file TbHtml.php.
const TbHtml::INPUT_SIZE_MINI = 'mini' |
Definition at line 62 of file TbHtml.php.
const TbHtml::INPUT_SIZE_SMALL = 'small' |
Definition at line 63 of file TbHtml.php.
const TbHtml::INPUT_SIZE_XLARGE = 'xlarge' |
Definition at line 67 of file TbHtml.php.
const TbHtml::INPUT_SIZE_XXLARGE = 'xxlarge' |
Definition at line 68 of file TbHtml.php.
const TbHtml::INPUT_TYPE_CHECKBOX = 'checkBox' |
Definition at line 52 of file TbHtml.php.
const TbHtml::INPUT_TYPE_CHECKBOXLIST = 'checkBoxList' |
Definition at line 55 of file TbHtml.php.
const TbHtml::INPUT_TYPE_DATE = 'dateField' |
Definition at line 48 of file TbHtml.php.
const TbHtml::INPUT_TYPE_DROPDOWNLIST = 'dropDownList' |
Definition at line 53 of file TbHtml.php.
const TbHtml::INPUT_TYPE_EMAIL = 'emailField' |
Definition at line 45 of file TbHtml.php.
const TbHtml::INPUT_TYPE_FILE = 'fileField' |
Definition at line 50 of file TbHtml.php.
const TbHtml::INPUT_TYPE_INLINECHECKBOXLIST = 'inlineCheckBoxList' |
Definition at line 56 of file TbHtml.php.
const TbHtml::INPUT_TYPE_INLINERADIOBUTTONLIST = 'inlineRadioButtonList' |
Definition at line 58 of file TbHtml.php.
const TbHtml::INPUT_TYPE_LISTBOX = 'listBox' |
Definition at line 54 of file TbHtml.php.
const TbHtml::INPUT_TYPE_NUMBER = 'numberField' |
Definition at line 46 of file TbHtml.php.
const TbHtml::INPUT_TYPE_PASSWORD = 'passwordField' |
Definition at line 43 of file TbHtml.php.
const TbHtml::INPUT_TYPE_RADIOBUTTON = 'radioButton' |
Definition at line 51 of file TbHtml.php.
const TbHtml::INPUT_TYPE_RADIOBUTTONLIST = 'radioButtonList' |
Definition at line 57 of file TbHtml.php.
const TbHtml::INPUT_TYPE_RANGE = 'rangeField' |
Definition at line 47 of file TbHtml.php.
const TbHtml::INPUT_TYPE_SEARCH = 'searchQuery' |
Definition at line 60 of file TbHtml.php.
const TbHtml::INPUT_TYPE_TEXT = 'textField' |
Definition at line 42 of file TbHtml.php.
const TbHtml::INPUT_TYPE_TEXTAREA = 'textArea' |
Definition at line 49 of file TbHtml.php.
const TbHtml::INPUT_TYPE_UNEDITABLE = 'uneditableField' |
Definition at line 59 of file TbHtml.php.
const TbHtml::INPUT_TYPE_URL = 'urlField' |
Definition at line 44 of file TbHtml.php.
const TbHtml::LABEL_COLOR_DEFAULT = '' |
Definition at line 158 of file TbHtml.php.
const TbHtml::LABEL_COLOR_IMPORTANT = 'important' |
Definition at line 161 of file TbHtml.php.
const TbHtml::LABEL_COLOR_INFO = 'info' |
Definition at line 162 of file TbHtml.php.
const TbHtml::LABEL_COLOR_INVERSE = 'inverse' |
Definition at line 163 of file TbHtml.php.
const TbHtml::LABEL_COLOR_SUCCESS = 'success' |
Definition at line 159 of file TbHtml.php.
const TbHtml::LABEL_COLOR_WARNING = 'warning' |
Definition at line 160 of file TbHtml.php.
const TbHtml::NAV_TYPE_LIST = 'list' |
Definition at line 123 of file TbHtml.php.
const TbHtml::NAV_TYPE_NONE = '' |
Definition at line 120 of file TbHtml.php.
const TbHtml::NAV_TYPE_PILLS = 'pills' |
Definition at line 122 of file TbHtml.php.
const TbHtml::NAV_TYPE_TABS = 'tabs' |
Definition at line 121 of file TbHtml.php.
const TbHtml::NAVBAR_COLOR_INVERSE = 'inverse' |
Definition at line 139 of file TbHtml.php.
const TbHtml::NAVBAR_DISPLAY_FIXEDBOTTOM = 'fixed-bottom' |
Definition at line 136 of file TbHtml.php.
const TbHtml::NAVBAR_DISPLAY_FIXEDTOP = 'fixed-top' |
Definition at line 135 of file TbHtml.php.
const TbHtml::NAVBAR_DISPLAY_NONE = '' |
Definition at line 134 of file TbHtml.php.
const TbHtml::NAVBAR_DISPLAY_STATICTOP = 'static-top' |
Definition at line 137 of file TbHtml.php.
const TbHtml::PAGINATION_ALIGN_CENTER = 'centered' |
Definition at line 151 of file TbHtml.php.
const TbHtml::PAGINATION_ALIGN_LEFT = 'left' |
Definition at line 150 of file TbHtml.php.
const TbHtml::PAGINATION_ALIGN_RIGHT = 'right' |
Definition at line 152 of file TbHtml.php.
const TbHtml::PAGINATION_SIZE_DEFAULT = '' |
Definition at line 147 of file TbHtml.php.
const TbHtml::PAGINATION_SIZE_LARGE = 'large' |
Definition at line 148 of file TbHtml.php.
const TbHtml::PAGINATION_SIZE_MINI = 'mini' |
Definition at line 145 of file TbHtml.php.
const TbHtml::PAGINATION_SIZE_SMALL = 'small' |
Definition at line 146 of file TbHtml.php.
const TbHtml::POPOVER_PLACEMENT_BOTTOM = 'bottom' |
Definition at line 187 of file TbHtml.php.
const TbHtml::POPOVER_PLACEMENT_LEFT = 'left' |
Definition at line 188 of file TbHtml.php.
const TbHtml::POPOVER_PLACEMENT_RIGHT = 'right' |
Definition at line 189 of file TbHtml.php.
const TbHtml::POPOVER_PLACEMENT_TOP = 'top' |
Definition at line 186 of file TbHtml.php.
const TbHtml::POPOVER_TRIGGER_CLICK = 'click' |
Definition at line 191 of file TbHtml.php.
const TbHtml::POPOVER_TRIGGER_FOCUS = 'focus' |
Definition at line 193 of file TbHtml.php.
const TbHtml::POPOVER_TRIGGER_HOVER = 'hover' |
Definition at line 192 of file TbHtml.php.
const TbHtml::POPOVER_TRIGGER_MANUAL = 'manual' |
Definition at line 194 of file TbHtml.php.
const TbHtml::PROGRESS_COLOR_DANGER = 'danger' |
Definition at line 215 of file TbHtml.php.
const TbHtml::PROGRESS_COLOR_DEFAULT = '' |
Definition at line 211 of file TbHtml.php.
const TbHtml::PROGRESS_COLOR_INFO = 'info' |
Definition at line 212 of file TbHtml.php.
const TbHtml::PROGRESS_COLOR_SUCCESS = 'success' |
Definition at line 213 of file TbHtml.php.
const TbHtml::PROGRESS_COLOR_WARNING = 'warning' |
Definition at line 214 of file TbHtml.php.
const TbHtml::PULL_LEFT = 'left' |
Definition at line 225 of file TbHtml.php.
const TbHtml::PULL_RIGHT = 'right' |
Definition at line 226 of file TbHtml.php.
const TbHtml::TABS_PLACEMENT_ABOVE = '' |
Definition at line 125 of file TbHtml.php.
const TbHtml::TABS_PLACEMENT_BELOW = 'below' |
Definition at line 126 of file TbHtml.php.
const TbHtml::TABS_PLACEMENT_LEFT = 'left' |
Definition at line 127 of file TbHtml.php.
const TbHtml::TABS_PLACEMENT_RIGHT = 'right' |
Definition at line 128 of file TbHtml.php.
const TbHtml::TEXT_ALIGN_CENTER = 'center' |
Definition at line 21 of file TbHtml.php.
const TbHtml::TEXT_ALIGN_LEFT = 'left' |
Definition at line 20 of file TbHtml.php.
const TbHtml::TEXT_ALIGN_RIGHT = 'right' |
Definition at line 22 of file TbHtml.php.
const TbHtml::TEXT_COLOR_DEFAULT = '' |
Definition at line 24 of file TbHtml.php.
const TbHtml::TEXT_COLOR_ERROR = 'error' |
Definition at line 26 of file TbHtml.php.
const TbHtml::TEXT_COLOR_INFO = 'info' |
Definition at line 27 of file TbHtml.php.
const TbHtml::TEXT_COLOR_SUCCESS = 'success' |
Definition at line 28 of file TbHtml.php.
const TbHtml::TEXT_COLOR_WARNING = 'warning' |
Definition at line 25 of file TbHtml.php.
const TbHtml::TOOLTIP_PLACEMENT_BOTTOM = 'bottom' |
Definition at line 177 of file TbHtml.php.
const TbHtml::TOOLTIP_PLACEMENT_LEFT = 'left' |
Definition at line 178 of file TbHtml.php.
const TbHtml::TOOLTIP_PLACEMENT_RIGHT = 'right' |
Definition at line 179 of file TbHtml.php.
const TbHtml::TOOLTIP_PLACEMENT_TOP = 'top' |
Definition at line 176 of file TbHtml.php.
const TbHtml::TOOLTIP_TRIGGER_CLICK = 'click' |
Definition at line 181 of file TbHtml.php.
const TbHtml::TOOLTIP_TRIGGER_FOCUS = 'focus' |
Definition at line 183 of file TbHtml.php.
const TbHtml::TOOLTIP_TRIGGER_HOVER = 'hover' |
Definition at line 182 of file TbHtml.php.
const TbHtml::TOOLTIP_TRIGGER_MANUAL = 'manual' |
Definition at line 184 of file TbHtml.php.
const TbHtml::WELL_SIZE_DEFAULT = '' |
Definition at line 222 of file TbHtml.php.
const TbHtml::WELL_SIZE_LARGE = 'large' |
Definition at line 223 of file TbHtml.php.
const TbHtml::WELL_SIZE_SMALL = 'small' |
Definition at line 221 of file TbHtml.php.