Class TbHtml
Bootstrap HTML helper.
- CHtml
- TbHtml
Copyright: Copyright © Christoffer Niska 2013-
License: New BSD License
Author: Antonio Ramirez <ramirez.cobos@gmail.com>
Author: Christoffer Niska <christoffer.niska@gmail.com>
Located at helpers/TbHtml.php
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
formTb( string $layout =
Generates a form tag. |
public static
string
|
#
beginFormTb( string $layout =
Generates an open form tag. |
public static
string
|
#
statefulFormTb( mixed $layout =
Generates a stateful form tag. |
public static
string
|
|
public static
string
|
#
passwordField( string $name, string $value = '', array $htmlOptions = array() )
Generates a password field input. |
public static
string
|
|
public static
string
|
#
emailField( string $name, string $value = '', array $htmlOptions = array() )
Generates an email field input. |
public static
string
|
#
numberField( string $name, string $value = '', array $htmlOptions = array() )
Generates a number field input. |
public static
string
|
#
rangeField( string $name, string $value = '', array $htmlOptions = array() )
Generates a range field input. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
radioButton( string $name, boolean $checked = false, array $htmlOptions = array() )
Generates a radio button. |
public static
string
|
|
public static
string
|
#
dropDownList( string $name, string $select, array $data, mixed $htmlOptions = array() )
Generates a drop down list. |
public static
string
|
|
public static
string
|
#
radioButtonList( string $name, mixed $select, array $data, array $htmlOptions = array() )
Generates a radio button list. |
public static
string
|
#
inlineRadioButtonList( string $name, mixed $select, array $data, array $htmlOptions = array() )
Generates an inline radio button list. |
public static
string
|
#
checkBoxList( string $name, mixed $select, array $data, array $htmlOptions = array() )
Generates a check box list. |
public static
string
|
#
inlineCheckBoxList( string $name, mixed $select, array $data, array $htmlOptions = array() )
Generates an inline check box list. |
public static
string
|
|
public static
string
|
#
searchQueryField( string $name, string $value = '', array $htmlOptions = array() )
Generates a search input. |
public static
string
|
#
textFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a text field. |
public static
string
|
#
passwordFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a password field. |
public static
string
|
#
urlFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with an url field. |
public static
string
|
#
emailFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with an email field. |
public static
string
|
#
numberFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a number field. |
public static
string
|
#
rangeFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a range field. |
public static
string
|
#
dateFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a file field. |
public static
string
|
#
textAreaControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a text area. |
public static
string
|
#
fileFieldControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a file field. |
public static
string
|
#
radioButtonControlGroup( string $name, string $checked = false, array $htmlOptions = array() )
Generates a control group with a radio button. |
public static
string
|
#
checkBoxControlGroup( string $name, string $checked = false, array $htmlOptions = array() )
Generates a control group with a check box. |
public static
string
|
#
dropDownListControlGroup( string $name, string $select = '', array $data = array(), array $htmlOptions = array() )
Generates a control group with a drop down list. |
public static
string
|
#
listBoxControlGroup( string $name, string $select = '', array $data = array(), array $htmlOptions = array() )
Generates a control group with a list box. |
public static
string
|
#
radioButtonListControlGroup( string $name, string $select = '', array $data = array(), array $htmlOptions = array() )
Generates a control group with a radio button list. |
public static
string
|
#
inlineRadioButtonListControlGroup( string $name, string $select = '', array $data = array(), array $htmlOptions = array() )
Generates a control group with an inline radio button list. |
public static
string
|
#
checkBoxListControlGroup( string $name, string $select = '', array $data = array(), array $htmlOptions = array() )
Generates a control group with a check box list. |
public static
string
|
#
inlineCheckBoxListControlGroup( string $name, string $select = '', array $data = array(), array $htmlOptions = array() )
Generates a control group with an inline check box list. |
public static
string
|
#
uneditableFieldControlGroup( string $value = '', array $htmlOptions = array() )
Generates a control group with an uneditable field. |
public static
string
|
#
searchQueryControlGroup( string $name, string $value = '', array $htmlOptions = array() )
Generates a control group with a search field. |
public static
string
|
#
controlGroup( string $type, string $name, string $value = '', array $htmlOptions = array(), array $data = array() )
Generates a form control group. |
public static
string
|
#
customControlGroup( string $input, string $name, array $htmlOptions = array() )
Generates a custom (pre-rendered) form control group. |
public static
string
|
#
createInput( string $type, string $name, string $value, array $htmlOptions = array(), array $data = array() )
Creates a form input of the given type. |
protected static
string
|
#
textInputField( string $type, string $name, string $value, array $htmlOptions )
Generates an input HTML tag. This method generates an input HTML tag based on the given input name and value. |
public static
string
|
#
activeTextField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a text field input for a model attribute. |
public static
string
|
#
activePasswordField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a password field input for a model attribute. |
public static
string
|
#
activeUrlField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates an url field input for a model attribute. |
public static
string
|
#
activeEmailField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates an email field input for a model attribute. |
public static
string
|
#
activeNumberField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a number field input for a model attribute. |
public static
string
|
#
activeRangeField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a range field input for a model attribute. |
public static
string
|
#
activeDateField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a date field input for a model attribute. |
public static
string
|
#
activeFileField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a file field input for a model attribute. |
public static
string
|
#
activeTextArea( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a text area input for a model attribute. |
public static
string
|
#
activeRadioButton( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a radio button for a model attribute. |
public static
string
|
#
activeCheckBox( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a check box for a model attribute. |
public static
string
|
#
activeDropDownList( CModel $model, string $attribute, array $data, mixed $htmlOptions = array() )
Generates a drop down list for a model attribute. |
public static
string
|
#
activeListBox( CModel $model, string $attribute, array $data, array $htmlOptions = array() )
Generates a list box for a model attribute. |
public static
string
|
#
activeRadioButtonList( CModel $model, string $attribute, array $data, array $htmlOptions = array() )
Generates a radio button list for a model attribute. |
public static
string
|
#
activeInlineRadioButtonList( CModel $model, string $attribute, array $data, array $htmlOptions = array() )
Generates an inline radio button list for a model attribute. |
public static
string
|
#
activeCheckBoxList( CModel $model, string $attribute, array $data, array $htmlOptions = array() )
Generates a check box list for a model attribute. |
public static
string
|
#
activeInlineCheckBoxList( CModel $model, string $attribute, array $data, array $htmlOptions = array() )
Generates an inline check box list for a model attribute. |
public static
string
|
#
activeUneditableField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates an uneditable input for a model attribute. |
public static
string
|
#
activeSearchQueryField( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a search query input for a model attribute. |
public static
string
|
#
activeTextFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a text field for a model attribute. |
public static
string
|
#
activePasswordFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a password field for a model attribute. |
public static
string
|
#
activeUrlFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a url field for a model attribute. |
public static
string
|
#
activeEmailFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a email field for a model attribute. |
public static
string
|
#
activeNumberFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a number field for a model attribute. |
public static
string
|
#
activeRangeFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a range field for a model attribute. |
public static
string
|
#
activeDateFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a date field for a model attribute. |
public static
string
|
#
activeTextAreaControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a text area for a model attribute. |
public static
string
|
#
activeFileFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a file field for a model attribute. |
public static
string
|
#
activeRadioButtonControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a radio button for a model attribute. |
public static
string
|
#
activeCheckBoxControlGroup( string $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a check box for a model attribute. |
public static
string
|
#
activeDropDownListControlGroup( CModel $model, string $attribute, array $data = array(), array $htmlOptions = array() )
Generates a control group with a drop down list for a model attribute. |
public static
string
|
#
activeListBoxControlGroup( string $model, string $attribute, array $data = array(), array $htmlOptions = array() )
Generates a control group with a list box for a model attribute. |
public static
string
|
#
activeRadioButtonListControlGroup( CModel $model, string $attribute, array $data = array(), array $htmlOptions = array() )
Generates a control group with a radio button list for a model attribute. |
public static
string
|
#
activeInlineRadioButtonListControlGroup( string $model, string $attribute, array $data = array(), array $htmlOptions = array() )
Generates a control group with an inline radio button list for a model attribute. |
public static
string
|
#
activeCheckBoxListControlGroup( CModel $model, string $attribute, array $data = array(), array $htmlOptions = array() )
Generates a control group with a check box list for a model attribute. |
public static
string
|
#
activeInlineCheckBoxListControlGroup( CModel $model, string $attribute, array $data = array(), array $htmlOptions = array() )
Generates a control group with an inline check box list for a model attribute. |
public static
string
|
#
activeUneditableFieldControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a uneditable field for a model attribute. |
public static
string
|
#
activeSearchQueryControlGroup( CModel $model, string $attribute, array $htmlOptions = array() )
Generates a control group with a search field for a model attribute. |
public static
string
|
#
activeControlGroup( string $type, CModel $model, string $attribute, array $htmlOptions = array(), array $data = array() )
Generates an active form row. |
public static
string
|
#
customActiveControlGroup( string $input, CModel $model, string $attribute, array $htmlOptions = array() )
Generates a custom (pre-rendered) active form control group. |
public static
string
|
#
createActiveInput( string $type, CModel $model, string $attribute, array $htmlOptions = array(), array $data = array() )
Creates an active form input of the given type. |
public static
string
|
#
errorSummary( mixed $model, string $header = null, string $footer = null, array $htmlOptions = array() )
Displays a summary of validation errors for one or several models. |
public static
string
|
|
protected static
string
|
#
activeTextInputField( string $type, CModel $model, string $attribute, array $htmlOptions )
Generates an input HTML tag for a model attribute. This method generates an input HTML tag based on the given input name and value. |
protected static
string
|
|
protected static
string
|
|
protected static
string
|
|
protected static
array
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
searchForm( mixed $action, string $method = 'post', array $htmlOptions = array() )
Generates a search form. |
public static
string
|
|
public static
string
|
|
public static
string
|
#
htmlButton( string $label = 'Button', array $htmlOptions = array() )
Generates an image submit button. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
linkButton( string $label = 'Submit', array $htmlOptions = array() )
Generates a link submit button. |
public static
string
|
|
public static
string
|
#
ajaxButton( string $label, mixed $url, array $ajaxOptions = array(), array $htmlOptions = array() )
Generates a push button that can initiate AJAX requests. |
public static
string
|
#
ajaxSubmitButton( string $label, mixed $url, array $ajaxOptions = array(), array $htmlOptions = array() )
Generates a push button that can submit the current form in POST method. |
public static
string
|
|
protected static
string
|
#
btnDropdown( string $type, string $label, array $items, array $htmlOptions )
Generates a button dropdown. |
protected static
string
|
#
createButton( string $type, string $label, array $htmlOptions )
Creates a button the of given type. |
public static
string
|
#
imageRounded( string $src, string $alt = '', array $htmlOptions = array() )
Generates an image tag with rounded corners. |
public static
string
|
#
imageCircle( string $src, string $alt = '', array $htmlOptions = array() )
Generates an image tag with circle. |
public static
string
|
#
imagePolaroid( string $src, string $alt = '', array $htmlOptions = array() )
Generates an image tag within polaroid frame. |
public static
string
|
|
public static
string
|
|
protected static
string
|
|
public static
string
|
#
dropdownToggleLink( string $label, array $htmlOptions = array() )
Generates a dropdown toggle link. |
public static
string
|
#
dropdownToggleButton( string $label = '', array $htmlOptions = array() )
Generates a dropdown toggle button. |
protected static
string
|
#
dropdownToggle( string $type, string $label, array $htmlOptions )
Generates a dropdown toggle element. |
public static
string
|
#
dropdownToggleMenuLink( string $label, string $url = '#', array $htmlOptions = array(), integer $depth = 0 )
Generates a dropdown toggle menu item. |
public static
string
|
|
public static
string
|
#
verticalButtonGroup( array $buttons, array $htmlOptions = array() )
Generates a vertical button group. |
public static
string
|
|
public static
string
|
#
buttonDropdown( string $label, array $items, array $htmlOptions = array() )
Generates a button with a dropdown menu. |
public static
string
|
#
splitButtonDropdown( string $label, array $items, array $htmlOptions = array() )
Generates a button with a split dropdown menu. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
protected static
string
|
#
menuDropdown( string $label, string $url, array $items, array $htmlOptions, integer $depth = 0 )
Generates a menu dropdown. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
protected static
array
|
|
public static
string
|
|
public static
string
|
#
navbarBrandLink( string $label, string $url, array $htmlOptions = array() )
Generates a brand link for the navbar. |
public static
string
|
#
navbarText( string $text, array $htmlOptions = array(), string $tag = 'p' )
Generates a text for the navbar. |
public static
string
|
|
public static
string
|
#
navbarForm( mixed $action, string $method = 'post', array $htmlOptions = array() )
Generates a navbar form. |
public static
string
|
#
navbarSearchForm( mixed $action, string $method = 'post', array $htmlOptions = array() )
Generates a navbar search form. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
paginationLink( string $label, mixed $url, array $htmlOptions = array() )
Generates a pagination link. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
pageHeader( string $heading, string $subtext, array $htmlOptions = array() )
Generates a pager header. |
public static
string
|
|
public static
string
|
|
public static
string
|
#
thumbnailLink( string $content, mixed $url = '#', array $htmlOptions = array() )
Generates a link thumbnail. |
public static
string
|
|
public static
string
|
#
blockAlert( string $color, string $message, array $htmlOptions = array() )
Generates an alert block. |
public static
string
|
|
public static
string
|
#
stripedProgressBar( integer $width = 0, array $htmlOptions = array() )
Generates a striped progress bar. |
public static
string
|
#
animatedProgressBar( integer $width = 0, array $htmlOptions = array() )
Generates an animated progress bar. |
public static
string
|
|
protected static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
#
closeLink( string $label =
Generates a close link. |
public static
string
|
#
closeButton( string $label =
Generates a close button. |
protected static
string
|
|
public static
string
|
#
collapseLink( string $label, string $target, array $htmlOptions = array() )
Generates a collapse link. |
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
protected static
string
|
#
tooltipPopover( string $label, mixed $url, string $title, array $htmlOptions )
Generates a base tooltip. |
public static
string
|
|
public static
string
|
#
carouselItem( string $content, string $label, string $caption, array $htmlOptions = array() )
Generates a carousel item. |
public static
string
|
#
carouselPrevLink( string $label, mixed $url = '#', array $htmlOptions = array() )
Generates a previous link for the carousel. |
public static
string
|
#
carouselNextLink( string $label, mixed $url = '#', array $htmlOptions = array() )
Generates a next link for the carousel. |
public static
string
|
#
carouselIndicators( string $target, integer $numSlides, array $htmlOptions = array() )
Generates an indicator for the carousel. |
public static
array
|
#
addCssClass( mixed $className, array & $htmlOptions )
Appends new class names to the given options.. |
public static
array
|
#
addCssStyle( string $style, array & $htmlOptions )
Appends a CSS style string to the given options. |
protected static
|
|
protected static
|
|
protected static
|
#
addTextAlignClass( array & $htmlOptions )
Adds the text align class to the given options if applicable. |
string |
TEXT_ALIGN_LEFT
|
'left' |
|
string |
TEXT_ALIGN_CENTER
|
'center' |
|
string |
TEXT_ALIGN_RIGHT
|
'right' |
|
string |
TEXT_COLOR_DEFAULT
|
'' |
|
string |
TEXT_COLOR_WARNING
|
'warning' |
|
string |
TEXT_COLOR_ERROR
|
'error' |
|
string |
TEXT_COLOR_INFO
|
'info' |
|
string |
TEXT_COLOR_SUCCESS
|
'success' |
|
string |
HELP_TYPE_INLINE
|
'inline' |
|
string |
HELP_TYPE_BLOCK
|
'block' |
|
string |
FORM_LAYOUT_VERTICAL
|
'vertical' |
|
string |
FORM_LAYOUT_HORIZONTAL
|
'horizontal' |
|
string |
FORM_LAYOUT_INLINE
|
'inline' |
|
string |
FORM_LAYOUT_SEARCH
|
'search' |
|
string |
INPUT_TYPE_TEXT
|
'textField' |
|
string |
INPUT_TYPE_PASSWORD
|
'passwordField' |
|
string |
INPUT_TYPE_URL
|
'urlField' |
|
string |
INPUT_TYPE_EMAIL
|
'emailField' |
|
string |
INPUT_TYPE_NUMBER
|
'numberField' |
|
string |
INPUT_TYPE_RANGE
|
'rangeField' |
|
string |
INPUT_TYPE_DATE
|
'dateField' |
|
string |
INPUT_TYPE_TEXTAREA
|
'textArea' |
|
string |
INPUT_TYPE_FILE
|
'fileField' |
|
string |
INPUT_TYPE_RADIOBUTTON
|
'radioButton' |
|
string |
INPUT_TYPE_CHECKBOX
|
'checkBox' |
|
string |
INPUT_TYPE_DROPDOWNLIST
|
'dropDownList' |
|
string |
INPUT_TYPE_LISTBOX
|
'listBox' |
|
string |
INPUT_TYPE_CHECKBOXLIST
|
'checkBoxList' |
|
string |
INPUT_TYPE_INLINECHECKBOXLIST
|
'inlineCheckBoxList' |
|
string |
INPUT_TYPE_RADIOBUTTONLIST
|
'radioButtonList' |
|
string |
INPUT_TYPE_INLINERADIOBUTTONLIST
|
'inlineRadioButtonList' |
|
string |
INPUT_TYPE_UNEDITABLE
|
'uneditableField' |
|
string |
INPUT_TYPE_SEARCH
|
'searchQuery' |
|
string |
INPUT_TYPE_CUSTOM
|
'widget' |
|
string |
INPUT_SIZE_MINI
|
'mini' |
|
string |
INPUT_SIZE_SMALL
|
'small' |
|
string |
INPUT_SIZE_DEFAULT
|
'' |
|
string |
INPUT_SIZE_MEDIUM
|
'medium' |
|
string |
INPUT_SIZE_LARGE
|
'large' |
|
string |
INPUT_SIZE_XLARGE
|
'xlarge' |
|
string |
INPUT_SIZE_XXLARGE
|
'xxlarge' |
|
string |
INPUT_COLOR_DEFAULT
|
'' |
|
string |
INPUT_COLOR_WARNING
|
'warning' |
|
string |
INPUT_COLOR_ERROR
|
'error' |
|
string |
INPUT_COLOR_INFO
|
'info' |
|
string |
INPUT_COLOR_SUCCESS
|
'success' |
|
string |
BUTTON_TYPE_LINK
|
'link' |
|
string |
BUTTON_TYPE_HTML
|
'htmlButton' |
|
string |
BUTTON_TYPE_SUBMIT
|
'submitButton' |
|
string |
BUTTON_TYPE_RESET
|
'resetButton' |
|
string |
BUTTON_TYPE_IMAGE
|
'imageButton' |
|
string |
BUTTON_TYPE_LINKBUTTON
|
'linkButton' |
|
string |
BUTTON_TYPE_AJAXLINK
|
'ajaxLink' |
|
string |
BUTTON_TYPE_AJAXBUTTON
|
'ajaxButton' |
|
string |
BUTTON_TYPE_INPUTBUTTON
|
'inputButton' |
|
string |
BUTTON_TYPE_INPUTSUBMIT
|
'inputSubmit' |
|
string |
BUTTON_COLOR_DEFAULT
|
'' |
|
string |
BUTTON_COLOR_PRIMARY
|
'primary' |
|
string |
BUTTON_COLOR_INFO
|
'info' |
|
string |
BUTTON_COLOR_SUCCESS
|
'success' |
|
string |
BUTTON_COLOR_WARNING
|
'warning' |
|
string |
BUTTON_COLOR_DANGER
|
'danger' |
|
string |
BUTTON_COLOR_INVERSE
|
'inverse' |
|
string |
BUTTON_COLOR_LINK
|
'link' |
|
string |
BUTTON_SIZE_MINI
|
'mini' |
|
string |
BUTTON_SIZE_SMALL
|
'small' |
|
string |
BUTTON_SIZE_DEFAULT
|
'' |
|
string |
BUTTON_SIZE_LARGE
|
'large' |
|
string |
BUTTON_TOGGLE_CHECKBOX
|
'checkbox' |
|
string |
BUTTON_TOGGLE_RADIO
|
'radio' |
|
string |
IMAGE_TYPE_ROUNDED
|
'rounded' |
|
string |
IMAGE_TYPE_CIRCLE
|
'circle' |
|
string |
IMAGE_TYPE_POLAROID
|
'polaroid' |
|
string |
NAV_TYPE_NONE
|
'' |
|
string |
NAV_TYPE_TABS
|
'tabs' |
|
string |
NAV_TYPE_PILLS
|
'pills' |
|
string |
NAV_TYPE_LIST
|
'list' |
|
string |
TABS_PLACEMENT_ABOVE
|
'' |
|
string |
TABS_PLACEMENT_BELOW
|
'below' |
|
string |
TABS_PLACEMENT_LEFT
|
'left' |
|
string |
TABS_PLACEMENT_RIGHT
|
'right' |
|
string |
NAVBAR_DISPLAY_NONE
|
'' |
|
string |
NAVBAR_DISPLAY_FIXEDTOP
|
'fixed-top' |
|
string |
NAVBAR_DISPLAY_FIXEDBOTTOM
|
'fixed-bottom' |
|
string |
NAVBAR_DISPLAY_STATICTOP
|
'static-top' |
|
string |
NAVBAR_COLOR_INVERSE
|
'inverse' |
|
string |
PAGINATION_SIZE_MINI
|
'mini' |
|
string |
PAGINATION_SIZE_SMALL
|
'small' |
|
string |
PAGINATION_SIZE_DEFAULT
|
'' |
|
string |
PAGINATION_SIZE_LARGE
|
'large' |
|
string |
PAGINATION_ALIGN_LEFT
|
'left' |
|
string |
PAGINATION_ALIGN_CENTER
|
'centered' |
|
string |
PAGINATION_ALIGN_RIGHT
|
'right' |
|
string |
LABEL_COLOR_DEFAULT
|
'' |
|
string |
LABEL_COLOR_SUCCESS
|
'success' |
|
string |
LABEL_COLOR_WARNING
|
'warning' |
|
string |
LABEL_COLOR_IMPORTANT
|
'important' |
|
string |
LABEL_COLOR_INFO
|
'info' |
|
string |
LABEL_COLOR_INVERSE
|
'inverse' |
|
string |
BADGE_COLOR_DEFAULT
|
'' |
|
string |
BADGE_COLOR_SUCCESS
|
'success' |
|
string |
BADGE_COLOR_WARNING
|
'warning' |
|
string |
BADGE_COLOR_IMPORTANT
|
'important' |
|
string |
BADGE_COLOR_INFO
|
'info' |
|
string |
BADGE_COLOR_INVERSE
|
'inverse' |
|
string |
TOOLTIP_PLACEMENT_TOP
|
'top' |
|
string |
TOOLTIP_PLACEMENT_BOTTOM
|
'bottom' |
|
string |
TOOLTIP_PLACEMENT_LEFT
|
'left' |
|
string |
TOOLTIP_PLACEMENT_RIGHT
|
'right' |
|
string |
TOOLTIP_TRIGGER_CLICK
|
'click' |
|
string |
TOOLTIP_TRIGGER_HOVER
|
'hover' |
|
string |
TOOLTIP_TRIGGER_FOCUS
|
'focus' |
|
string |
TOOLTIP_TRIGGER_MANUAL
|
'manual' |
|
string |
POPOVER_PLACEMENT_TOP
|
'top' |
|
string |
POPOVER_PLACEMENT_BOTTOM
|
'bottom' |
|
string |
POPOVER_PLACEMENT_LEFT
|
'left' |
|
string |
POPOVER_PLACEMENT_RIGHT
|
'right' |
|
string |
POPOVER_TRIGGER_CLICK
|
'click' |
|
string |
POPOVER_TRIGGER_HOVER
|
'hover' |
|
string |
POPOVER_TRIGGER_FOCUS
|
'focus' |
|
string |
POPOVER_TRIGGER_MANUAL
|
'manual' |
|
string |
ALERT_COLOR_DEFAULT
|
'' |
|
string |
ALERT_COLOR_INFO
|
'info' |
|
string |
ALERT_COLOR_SUCCESS
|
'success' |
|
string |
ALERT_COLOR_WARNING
|
'warning' |
|
string |
ALERT_COLOR_ERROR
|
'error' |
|
string |
ALERT_COLOR_DANGER
|
'danger' |
|
string |
PROGRESS_COLOR_DEFAULT
|
'' |
|
string |
PROGRESS_COLOR_INFO
|
'info' |
|
string |
PROGRESS_COLOR_SUCCESS
|
'success' |
|
string |
PROGRESS_COLOR_WARNING
|
'warning' |
|
string |
PROGRESS_COLOR_DANGER
|
'danger' |
|
string |
WELL_SIZE_SMALL
|
'small' |
|
string |
WELL_SIZE_DEFAULT
|
'' |
|
string |
WELL_SIZE_LARGE
|
'large' |
|
string |
PULL_LEFT
|
'left' |
|
string |
PULL_RIGHT
|
'right' |
|
string |
CLOSE_DISMISS_ALERT
|
'alert' |
|
string |
CLOSE_DISMISS_MODAL
|
'modal' |
|
string |
DETAIL_TYPE_STRIPED
|
'striped' |
|
string |
DETAIL_TYPE_BORDERED
|
'bordered' |
|
string |
DETAIL_TYPE_CONDENSED
|
'condensed' |
|
string |
DETAIL_TYPE_HOVER
|
'hover' |
|
string |
GRID_TYPE_STRIPED
|
'striped' |
|
string |
GRID_TYPE_BORDERED
|
'bordered' |
|
string |
GRID_TYPE_CONDENSED
|
'condensed' |
|
string |
GRID_TYPE_HOVER
|
'hover' |
|
string |
AFFIX_POSITION_TOP
|
'top' |
|
string |
AFFIX_POSITION_BOTTOM
|
'bottom' |
|
string |
ICON_COLOR_DEFAULT
|
'' |
|
string |
ICON_COLOR_WHITE
|
'white' |
|
string |
ICON_GLASS
|
'icon-glass' |
|
string |
ICON_MUSIC
|
'icon-music' |
|
string |
ICON_SEARCH
|
'icon-search' |
|
string |
ICON_ENVELOPE
|
'icon-envelope' |
|
string |
ICON_HEART
|
'icon-heart' |
|
string |
ICON_STAR
|
'icon-star' |
|
string |
ICON_STAR_EMPTY
|
'icon-star-empty' |
|
string |
ICON_USER
|
'icon-user' |
|
string |
ICON_FILM
|
'icon-film' |
|
string |
ICON_TH_LARGE
|
'icon-th-large' |
|
string |
ICON_TH
|
'icon-th' |
|
string |
ICON_TH_LIST
|
'icon-th-list' |
|
string |
ICON_OK
|
'icon-ok' |
|
string |
ICON_REMOVE
|
'icon-remove' |
|
string |
ICON_ZOOM_IN
|
'icon-zoom-in' |
|
string |
ICON_ZOOM_OUT
|
'icon-zoom-out' |
|
string |
ICON_OFF
|
'icon-off' |
|
string |
ICON_SIGNAL
|
'icon-signal' |
|
string |
ICON_COG
|
'icon-cog' |
|
string |
ICON_TRASH
|
'icon-trash' |
|
string |
ICON_HOME
|
'icon-home' |
|
string |
ICON_FILE
|
'icon-file' |
|
string |
ICON_TIME
|
'icon-time' |
|
string |
ICON_ROAD
|
'icon-road' |
|
string |
ICON_DOWNLOAD_ALT
|
'icon-download-alt' |
|
string |
ICON_DOWNLOAD
|
'icon-download' |
|
string |
ICON_UPLOAD
|
'icon-upload' |
|
string |
ICON_INBOX
|
'icon-inbox' |
|
string |
ICON_PLAY_CIRCLE
|
'icon-play-circle' |
|
string |
ICON_REPEAT
|
'icon-repeat' |
|
string |
ICON_REFRESH
|
'icon-refresh' |
|
string |
ICON_LIST_ALT
|
'icon-list-alt' |
|
string |
ICON_LOCK
|
'icon-lock' |
|
string |
ICON_FLAG
|
'icon-flag' |
|
string |
ICON_HEADPHONES
|
'icon-headphones' |
|
string |
ICON_VOLUME_OFF
|
'icon-volume-off' |
|
string |
ICON_VOLUME_DOWN
|
'icon-volume-down' |
|
string |
ICON_VOLUME_UP
|
'icon-volume-up' |
|
string |
ICON_QRCODE
|
'icon-qrcode' |
|
string |
ICON_BARCODE
|
'icon-barcode' |
|
string |
ICON_TAG
|
'icon-tag' |
|
string |
ICON_TAGS
|
'icon-tags' |
|
string |
ICON_BOOK
|
'icon-book' |
|
string |
ICON_BOOKMARK
|
'icon-bookmark' |
|
string |
ICON_PRINT
|
'icon-print' |
|
string |
ICON_CAMERA
|
'icon-camera' |
|
string |
ICON_FONT
|
'icon-font' |
|
string |
ICON_BOLD
|
'icon-bold' |
|
string |
ICON_ITALIC
|
'icon-italic' |
|
string |
ICON_TEXT_HEIGHT
|
'icon-text-height' |
|
string |
ICON_TEXT_WIDTH
|
'icon-text-width' |
|
string |
ICON_ALIGN_LEFT
|
'icon-align-left' |
|
string |
ICON_ALIGN_CENTER
|
'icon-align-center' |
|
string |
ICON_ALIGN_RIGHT
|
'icon-align-right' |
|
string |
ICON_ALIGN_JUSTIFY
|
'icon-align-justify' |
|
string |
ICON_LIST
|
'icon-list' |
|
string |
ICON_INDENT_LEFT
|
'icon-indent-left' |
|
string |
ICON_INDENT_RIGHT
|
'icon-indent-right' |
|
string |
ICON_FACETIME_VIDEO
|
'icon-facetime-video' |
|
string |
ICON_PICTURE
|
'icon-picture' |
|
string |
ICON_PENCIL
|
'icon-pencil' |
|
string |
ICON_MAP_MARKER
|
'icon-map-marker' |
|
string |
ICON_ADJUST
|
'icon-adjust' |
|
string |
ICON_TINT
|
'icon-tint' |
|
string |
ICON_EDIT
|
'icon-edit' |
|
string |
ICON_SHARE
|
'icon-share' |
|
string |
ICON_CHECK
|
'icon-check' |
|
string |
ICON_MOVE
|
'icon-move' |
|
string |
ICON_STEP_BACKWARD
|
'icon-step-backward' |
|
string |
ICON_FAST_BACKWARD
|
'icon-fast-backward' |
|
string |
ICON_BACKWARD
|
'icon-backward' |
|
string |
ICON_PLAY
|
'icon-play' |
|
string |
ICON_PAUSE
|
'icon-pause' |
|
string |
ICON_STOP
|
'icon-pause' |
|
string |
ICON_FORWARD
|
'icon-forward' |
|
string |
ICON_FAST_FORWARD
|
'icon-fast-forward' |
|
string |
ICON_STEP_FORWARD
|
'icon-step-forward' |
|
string |
ICON_EJECT
|
'icon-eject' |
|
string |
ICON_CHEVRON_LEFT
|
'icon-chevron-left' |
|
string |
ICON_CHEVRON_RIGHT
|
'icon-chevron-right' |
|
string |
ICON_PLUS_SIGN
|
'icon-plus-sign' |
|
string |
ICON_MINUS_SIGN
|
'icon-minus-sign' |
|
string |
ICON_REMOVE_SIGN
|
'icon-remove-sign' |
|
string |
ICON_OK_SIGN
|
'icon-ok-sign' |
|
string |
ICON_QUESTION_SIGN
|
'icon-question-sign' |
|
string |
ICON_INFO_SIGN
|
'icon-info-sign' |
|
string |
ICON_SCREENSHOT
|
'icon-screenshot' |
|
string |
ICON_REMOVE_CIRCLE
|
'icon-remove-circle' |
|
string |
ICON_OK_CIRCLE
|
'icon-ok-circle' |
|
string |
ICON_BAN_CIRCLE
|
'icon-ban-circle' |
|
string |
ICON_ARROW_LEFT
|
'icon-arrow-left' |
|
string |
ICON_ARROW_RIGHT
|
'icon-arrow-right' |
|
string |
ICON_ARROW_UP
|
'icon-arrow-up' |
|
string |
ICON_ARROW_DOWN
|
'icon-arrow-down' |
|
string |
ICON_SHARE_ALT
|
'icon-share-alt' |
|
string |
ICON_RESIZE_FULL
|
'icon-resize-full' |
|
string |
ICON_RESIZE_SMALL
|
'icon-resize-small' |
|
string |
ICON_PLUS
|
'icon-plus' |
|
string |
ICON_MINUS
|
'icon-minus' |
|
string |
ICON_ASTERISK
|
'icon-asterisk' |
|
string |
ICON_EXCLAMATION_SIGN
|
'icon-exclamation-sign' |
|
string |
ICON_GIFT
|
'icon-gift' |
|
string |
ICON_LEAF
|
'icon-leaf' |
|
string |
ICON_FIRE
|
'icon-fire' |
|
string |
ICON_EYE_OPEN
|
'icon-eye-open' |
|
string |
ICON_EYE_CLOSE
|
'icon-eye-close' |
|
string |
ICON_WARNING_SIGN
|
'icon-warning-sign' |
|
string |
ICON_PLANE
|
'icon-plane' |
|
string |
ICON_CALENDAR
|
'icon-calendar' |
|
string |
ICON_RANDOM
|
'icon-random' |
|
string |
ICON_COMMENT
|
'icon-comment' |
|
string |
ICON_MAGNET
|
'icon-magnet' |
|
string |
ICON_CHEVRON_UP
|
'icon-chevron-up' |
|
string |
ICON_CHEVRON_DOWN
|
'icon-chevron-down' |
|
string |
ICON_RETWEET
|
'icon-retweet' |
|
string |
ICON_SHOPPING_CART
|
'icon-shopping-cart' |
|
string |
ICON_FOLDER_CLOSE
|
'icon-folder-close' |
|
string |
ICON_FOLDER_OPEN
|
'icon-folder-open' |
|
string |
ICON_RESIZE_VERTICAL
|
'icon-resize-vertical' |
|
string |
ICON_RESIZE_HORIZONTAL
|
'icon-resize-horizontal' |
|
string |
ICON_HDD
|
'icon-hdd' |
|
string |
ICON_BULLHORN
|
'icon-bullhorn' |
|
string |
ICON_BELL
|
'icon-bell' |
|
string |
ICON_CERTFICATE
|
'icon-certificate' |
|
string |
ICON_THUMBS_UP
|
'icon-thumbs-up' |
|
string |
ICON_THUMBS_DOWN
|
'icon-thumbs-down' |
|
string |
ICON_HAND_RIGHT
|
'icon-hand-right' |
|
string |
ICON_HAND_LEFT
|
'icon-hand-left' |
|
string |
ICON_HAND_UP
|
'icon-hand-up' |
|
string |
ICON_HAND_DOWN
|
'icon-hand-down' |
|
string |
ICON_CIRCLE_ARROW_RIGHT
|
'icon-circle-arrow-right' |
|
string |
ICON_CIRCLE_ARROW_LEFT
|
'icon-circle-arrow-left' |
|
string |
ICON_CIRCLE_ARROW_UP
|
'icon-circle-arrow-up' |
|
string |
ICON_CIRCLE_ARROW_DOWN
|
'icon-circle-arrow-down' |
|
string |
ICON_GLOBE
|
'icon-globe' |
|
string |
ICON_WRENCH
|
'icon-wrench' |
|
string |
ICON_TASKS
|
'icon-tasks' |
|
string |
ICON_FILTER
|
'icon-filter' |
|
string |
ICON_BRIEFCASE
|
'icon-briefcase' |
|
string |
ICON_FULLSCREEN
|
'icon-fullscreen' |
|
string |
CLOSE_TEXT
|
'×' |
public static
string
|
$errorSummaryCss | 'alert alert-block alert-error' |
#
the CSS class for displaying error summaries. |