HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbHtml Class Reference

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)

Public Attributes

const TEXT_ALIGN_LEFT = 'left'
const TEXT_ALIGN_CENTER = 'center'
const TEXT_ALIGN_RIGHT = 'right'
const TEXT_COLOR_DEFAULT = ''
const TEXT_COLOR_WARNING = 'warning'
const TEXT_COLOR_ERROR = 'error'
const TEXT_COLOR_INFO = 'info'
const TEXT_COLOR_SUCCESS = 'success'
const HELP_TYPE_INLINE = 'inline'
const HELP_TYPE_BLOCK = 'block'
const FORM_LAYOUT_VERTICAL = 'vertical'
const FORM_LAYOUT_HORIZONTAL = 'horizontal'
const FORM_LAYOUT_INLINE = 'inline'
const FORM_LAYOUT_SEARCH = 'search'
const INPUT_TYPE_TEXT = 'textField'
const INPUT_TYPE_PASSWORD = 'passwordField'
const INPUT_TYPE_URL = 'urlField'
const INPUT_TYPE_EMAIL = 'emailField'
const INPUT_TYPE_NUMBER = 'numberField'
const INPUT_TYPE_RANGE = 'rangeField'
const INPUT_TYPE_DATE = 'dateField'
const INPUT_TYPE_TEXTAREA = 'textArea'
const INPUT_TYPE_FILE = 'fileField'
const INPUT_TYPE_RADIOBUTTON = 'radioButton'
const INPUT_TYPE_CHECKBOX = 'checkBox'
const INPUT_TYPE_DROPDOWNLIST = 'dropDownList'
const INPUT_TYPE_LISTBOX = 'listBox'
const INPUT_TYPE_CHECKBOXLIST = 'checkBoxList'
const INPUT_TYPE_INLINECHECKBOXLIST = 'inlineCheckBoxList'
const INPUT_TYPE_RADIOBUTTONLIST = 'radioButtonList'
const INPUT_TYPE_INLINERADIOBUTTONLIST = 'inlineRadioButtonList'
const INPUT_TYPE_UNEDITABLE = 'uneditableField'
const INPUT_TYPE_SEARCH = 'searchQuery'
const INPUT_SIZE_MINI = 'mini'
const INPUT_SIZE_SMALL = 'small'
const INPUT_SIZE_DEFAULT = ''
const INPUT_SIZE_MEDIUM = 'medium'
const INPUT_SIZE_LARGE = 'large'
const INPUT_SIZE_XLARGE = 'xlarge'
const INPUT_SIZE_XXLARGE = 'xxlarge'
const INPUT_COLOR_DEFAULT = ''
const INPUT_COLOR_WARNING = 'warning'
const INPUT_COLOR_ERROR = 'error'
const INPUT_COLOR_INFO = 'info'
const INPUT_COLOR_SUCCESS = 'success'
const BUTTON_TYPE_LINK = 'link'
const BUTTON_TYPE_HTML = 'htmlButton'
const BUTTON_TYPE_SUBMIT = 'submitButton'
const BUTTON_TYPE_RESET = 'resetButton'
const BUTTON_TYPE_IMAGE = 'imageButton'
const BUTTON_TYPE_LINKBUTTON = 'linkButton'
const BUTTON_TYPE_AJAXLINK = 'ajaxLink'
const BUTTON_TYPE_AJAXBUTTON = 'ajaxButton'
const BUTTON_TYPE_INPUTBUTTON = 'inputButton'
const BUTTON_TYPE_INPUTSUBMIT = 'inputSubmit'
const BUTTON_COLOR_DEFAULT = ''
const BUTTON_COLOR_PRIMARY = 'primary'
const BUTTON_COLOR_INFO = 'info'
const BUTTON_COLOR_SUCCESS = 'success'
const BUTTON_COLOR_WARNING = 'warning'
const BUTTON_COLOR_DANGER = 'danger'
const BUTTON_COLOR_INVERSE = 'inverse'
const BUTTON_COLOR_LINK = 'link'
const BUTTON_SIZE_MINI = 'mini'
const BUTTON_SIZE_SMALL = 'small'
const BUTTON_SIZE_DEFAULT = ''
const BUTTON_SIZE_LARGE = 'large'
const BUTTON_TOGGLE_CHECKBOX = 'checkbox'
const BUTTON_TOGGLE_RADIO = 'radio'
const IMAGE_TYPE_ROUNDED = 'rounded'
const IMAGE_TYPE_CIRCLE = 'circle'
const IMAGE_TYPE_POLAROID = 'polaroid'
const NAV_TYPE_NONE = ''
const NAV_TYPE_TABS = 'tabs'
const NAV_TYPE_PILLS = 'pills'
const NAV_TYPE_LIST = 'list'
const TABS_PLACEMENT_ABOVE = ''
const TABS_PLACEMENT_BELOW = 'below'
const TABS_PLACEMENT_LEFT = 'left'
const TABS_PLACEMENT_RIGHT = 'right'
const NAVBAR_DISPLAY_NONE = ''
const NAVBAR_DISPLAY_FIXEDTOP = 'fixed-top'
const NAVBAR_DISPLAY_FIXEDBOTTOM = 'fixed-bottom'
const NAVBAR_DISPLAY_STATICTOP = 'static-top'
const NAVBAR_COLOR_INVERSE = 'inverse'
const PAGINATION_SIZE_MINI = 'mini'
const PAGINATION_SIZE_SMALL = 'small'
const PAGINATION_SIZE_DEFAULT = ''
const PAGINATION_SIZE_LARGE = 'large'
const PAGINATION_ALIGN_LEFT = 'left'
const PAGINATION_ALIGN_CENTER = 'centered'
const PAGINATION_ALIGN_RIGHT = 'right'
const LABEL_COLOR_DEFAULT = ''
const LABEL_COLOR_SUCCESS = 'success'
const LABEL_COLOR_WARNING = 'warning'
const LABEL_COLOR_IMPORTANT = 'important'
const LABEL_COLOR_INFO = 'info'
const LABEL_COLOR_INVERSE = 'inverse'
const BADGE_COLOR_DEFAULT = ''
const BADGE_COLOR_SUCCESS = 'success'
const BADGE_COLOR_WARNING = 'warning'
const BADGE_COLOR_IMPORTANT = 'important'
const BADGE_COLOR_INFO = 'info'
const BADGE_COLOR_INVERSE = 'inverse'
const TOOLTIP_PLACEMENT_TOP = 'top'
const TOOLTIP_PLACEMENT_BOTTOM = 'bottom'
const TOOLTIP_PLACEMENT_LEFT = 'left'
const TOOLTIP_PLACEMENT_RIGHT = 'right'
const TOOLTIP_TRIGGER_CLICK = 'click'
const TOOLTIP_TRIGGER_HOVER = 'hover'
const TOOLTIP_TRIGGER_FOCUS = 'focus'
const TOOLTIP_TRIGGER_MANUAL = 'manual'
const POPOVER_PLACEMENT_TOP = 'top'
const POPOVER_PLACEMENT_BOTTOM = 'bottom'
const POPOVER_PLACEMENT_LEFT = 'left'
const POPOVER_PLACEMENT_RIGHT = 'right'
const POPOVER_TRIGGER_CLICK = 'click'
const POPOVER_TRIGGER_HOVER = 'hover'
const POPOVER_TRIGGER_FOCUS = 'focus'
const POPOVER_TRIGGER_MANUAL = 'manual'
const ALERT_COLOR_DEFAULT = ''
const ALERT_COLOR_INFO = 'info'
const ALERT_COLOR_SUCCESS = 'success'
const ALERT_COLOR_WARNING = 'warning'
const ALERT_COLOR_ERROR = 'error'
const ALERT_COLOR_DANGER = 'danger'
const PROGRESS_COLOR_DEFAULT = ''
const PROGRESS_COLOR_INFO = 'info'
const PROGRESS_COLOR_SUCCESS = 'success'
const PROGRESS_COLOR_WARNING = 'warning'
const PROGRESS_COLOR_DANGER = 'danger'
const WELL_SIZE_SMALL = 'small'
const WELL_SIZE_DEFAULT = ''
const WELL_SIZE_LARGE = 'large'
const PULL_LEFT = 'left'
const PULL_RIGHT = 'right'
const GRID_TYPE_STRIPED = 'striped'
const GRID_TYPE_BORDERED = 'bordered'
const GRID_TYPE_CONDENSED = 'condensed'
const GRID_TYPE_HOVER = 'hover'
const AFFIX_POSITION_TOP = 'top'
const AFFIX_POSITION_BOTTOM = 'bottom'
const ICON_GLASS = 'icon-glass'
const ICON_MUSIC = 'icon-music'
const ICON_SEARCH = 'icon-search'
const ICON_ENVELOPE = 'icon-envelope'
const ICON_HEART = 'icon-heart'
const ICON_STAR = 'icon-star'
const ICON_STAR_EMPTY = 'icon-star-empty'
const ICON_USER = 'icon-user'
const ICON_FILM = 'icon-film'
const ICON_TH_LARGE = 'icon-th-large'
const ICON_TH = 'icon-th'
const ICON_TH_LIST = 'icon-th-list'
const ICON_OK = 'icon-ok'
const ICON_REMOVE = 'icon-remove'
const ICON_ZOOM_IN = 'icon-zoom-in'
const ICON_ZOOM_OUT = 'icon-zoom-out'
const ICON_OFF = 'icon-off'
const ICON_SIGNAL = 'icon-signal'
const ICON_COG = 'icon-cog'
const ICON_TRASH = 'icon-trash'
const ICON_HOME = 'icon-home'
const ICON_FILE = 'icon-file'
const ICON_TIME = 'icon-time'
const ICON_ROAD = 'icon-road'
const ICON_DOWNLOAD_ALT = 'icon-download-alt'
const ICON_DOWNLOAD = 'icon-download'
const ICON_UPLOAD = 'icon-upload'
const ICON_INBOX = 'icon-inbox'
const ICON_PLAY_CIRCLE = 'icon-play-circle'
const ICON_REPEAT = 'icon-repeat'
const ICON_REFRESH = 'icon-refresh'
const ICON_LIST_ALT = 'icon-list-alt'
const ICON_LOCK = 'icon-lock'
const ICON_FLAG = 'icon-flag'
const ICON_HEADPHONES = 'icon-headphones'
const ICON_VOLUME_OFF = 'icon-volume-off'
const ICON_VOLUME_DOWN = 'icon-volume-down'
const ICON_VOLUME_UP = 'icon-volume-up'
const ICON_QRCODE = 'icon-qrcode'
const ICON_BARCODE = 'icon-barcode'
const ICON_TAG = 'icon-tag'
const ICON_TAGS = 'icon-tags'
const ICON_BOOK = 'icon-book'
const ICON_BOOKMARK = 'icon-bookmark'
const ICON_PRINT = 'icon-print'
const ICON_CAMERA = 'icon-camera'
const ICON_FONT = 'icon-font'
const ICON_BOLD = 'icon-bold'
const ICON_ITALIC = 'icon-italic'
const ICON_TEXT_HEIGHT = 'icon-text-height'
const ICON_TEXT_WIDTH = 'icon-text-width'
const ICON_ALIGN_LEFT = 'icon-align-left'
const ICON_ALIGN_CENTER = 'icon-align-center'
const ICON_ALIGN_RIGHT = 'icon-align-right'
const ICON_ALIGN_JUSTIFY = 'icon-align-justify'
const ICON_LIST = 'icon-list'
const ICON_INDENT_LEFT = 'icon-indent-left'
const ICON_INDENT_RIGHT = 'icon-indent-right'
const ICON_FACETIME_VIDEO = 'icon-facetime-video'
const ICON_PICTURE = 'icon-picture'
const ICON_PENCIL = 'icon-pencil'
const ICON_MAP_MARKER = 'icon-map-marker'
const ICON_ADJUST = 'icon-adjust'
const ICON_TINT = 'icon-tint'
const ICON_EDIT = 'icon-edit'
const ICON_SHARE = 'icon-share'
const ICON_CHECK = 'icon-check'
const ICON_MOVE = 'icon-move'
const ICON_STEP_BACKWARD = 'icon-step-backward'
const ICON_FAST_BACKWARD = 'icon-fast-backward'
const ICON_BACKWARD = 'icon-backward'
const ICON_PLAY = 'icon-play'
const ICON_PAUSE = 'icon-pause'
const ICON_STOP = 'icon-pause'
const ICON_FORWARD = 'icon-forward'
const ICON_FAST_FORWARD = 'icon-fast-forward'
const ICON_STEP_FORWARD = 'icon-step-forward'
const ICON_EJECT = 'icon-eject'
const ICON_CHEVRON_LEFT = 'icon-chevron-left'
const ICON_CHEVRON_RIGHT = 'icon-chevron-right'
const ICON_PLUS_SIGN = 'icon-plus-sign'
const ICON_MINUS_SIGN = 'icon-minus-sign'
const ICON_REMOVE_SIGN = 'icon-remove-sign'
const ICON_OK_SIGN = 'icon-ok-sign'
const ICON_QUESTION_SIGN = 'icon-question-sign'
const ICON_INFO_SIGN = 'icon-info-sign'
const ICON_SCREENSHOT = 'icon-screenshot'
const ICON_REMOVE_CIRCLE = 'icon-remove-circle'
const ICON_OK_CIRCLE = 'icon-ok-circle'
const ICON_BAN_CIRCLE = 'icon-ban-circle'
const ICON_ARROW_LEFT = 'icon-arrow-left'
const ICON_ARROW_RIGHT = 'icon-arrow-right'
const ICON_ARROW_UP = 'icon-arrow-up'
const ICON_ARROW_DOWN = 'icon-arrow-down'
const ICON_SHARE_ALT = 'icon-share-alt'
const ICON_RESIZE_FULL = 'icon-resize-full'
const ICON_RESIZE_SMALL = 'icon-resize-small'
const ICON_PLUS = 'icon-plus'
const ICON_MINUS = 'icon-minus'
const ICON_ASTERISK = 'icon-asterisk'
const ICON_EXCLAMATION_SIGN = 'icon-exclamation-sign'
const ICON_GIFT = 'icon-gift'
const ICON_LEAF = 'icon-leaf'
const ICON_FIRE = 'icon-fire'
const ICON_EYE_OPEN = 'icon-eye-open'
const ICON_EYE_CLOSE = 'icon-eye-close'
const ICON_WARNING_SIGN = 'icon-warning-sign'
const ICON_PLANE = 'icon-plane'
const ICON_CALENDAR = 'icon-calendar'
const ICON_RANDOM = 'icon-random'
const ICON_COMMENT = 'icon-comment'
const ICON_MAGNET = 'icon-magnet'
const ICON_CHEVRON_UP = 'icon-chevron-up'
const ICON_CHEVRON_DOWN = 'icon-chevron-down'
const ICON_RETWEET = 'icon-retweet'
const ICON_SHOPPING_CART = 'icon-shopping-cart'
const ICON_FOLDER_CLOSE = 'icon-folder-close'
const ICON_FOLDER_OPEN = 'icon-folder-open'
const ICON_RESIZE_VERTICAL = 'icon-resize-vertical'
const ICON_RESIZE_HORIZONTAL = 'icon-resize-horizontal'
const ICON_HDD = 'icon-hdd'
const ICON_BULLHORN = 'icon-bullhorn'
const ICON_BELL = 'icon-bell'
const ICON_CERTFICATE = 'icon-certificate'
const ICON_THUMBS_UP = 'icon-thumbs-up'
const ICON_THUMBS_DOWN = 'icon-thumbs-down'
const ICON_HAND_RIGHT = 'icon-hand-right'
const ICON_HAND_LEFT = 'icon-hand-left'
const ICON_HAND_UP = 'icon-hand-up'
const ICON_HAND_DOWN = 'icon-hand-down'
const ICON_CIRCLE_ARROW_RIGHT = 'icon-circle-arrow-right'
const ICON_CIRCLE_ARROW_LEFT = 'icon-circle-arrow-left'
const ICON_CIRCLE_ARROW_UP = 'icon-circle-arrow-up'
const ICON_CIRCLE_ARROW_DOWN = 'icon-circle-arrow-down'
const ICON_GLOBE = 'icon-globe'
const ICON_WRENCH = 'icon-wrench'
const ICON_TASKS = 'icon-tasks'
const ICON_FILTER = 'icon-filter'
const ICON_BRIEFCASE = 'icon-briefcase'
const ICON_FULLSCREEN = 'icon-fullscreen'
const CLOSE_TEXT = '×'

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)

Detailed Description

Bootstrap HTML helper.

Definition at line 14 of file TbHtml.php.

Member Function Documentation

static TbHtml::abbr (   $text,
  $word,
  $htmlOptions = array() 
)
static

Generates an abbreviation with a help text.

Parameters
string$textthe abbreviation.
string$wordthe word the abbreviation is for.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated abbreviation.

Definition at line 495 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeCheckBox (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a check box for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated check box.

Definition at line 1543 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeCheckBoxControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a check box for a model attribute.

Parameters
string$namethe input name.
string$checkedwhether the check box is checked.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1814 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeCheckBoxList (   $model,
  $attribute,
  $data,
  $htmlOptions = array() 
)
static

Generates a check box list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$data$data value-label pairs used to generate the check box list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 1622 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeCheckBoxListControlGroup (   $model,
  $attribute,
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a check box list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1884 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeControlGroup (   $type,
  $model,
  $attribute,
  $htmlOptions = array(),
  $data = array() 
)
static

Generates an active form row.

Parameters
string$typethe input type.
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
array$datadata for multiple select inputs.
Returns
string the generated control group.

Definition at line 1938 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeDateField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a date field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1502 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeDateFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a date field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1762 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeDropDownList (   $model,
  $attribute,
  $data,
  $htmlOptions = array() 
)
static

Generates a drop down list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$datadata for generating the list options (value=>display).
Returns
string the generated drop down list.

Definition at line 1559 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeDropDownListControlGroup (   $model,
  $attribute,
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a drop down list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1828 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeEmailField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates an email field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1463 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeEmailFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a email field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1723 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeFileFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a file field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1788 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeInlineCheckBoxList (   $model,
  $attribute,
  $data,
  $htmlOptions = array() 
)
static

Generates an inline check box list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$data$data value-label pairs used to generate the check box list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 1643 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeInlineCheckBoxListControlGroup (   $model,
  $attribute,
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with an inline check box list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1898 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeInlineRadioButtonList (   $model,
  $attribute,
  $data,
  $htmlOptions = array() 
)
static

Generates an inline radio button list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$data$data value-label pairs used to generate the radio button list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 1608 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeInlineRadioButtonListControlGroup (   $model,
  $attribute,
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with an inline radio button list for a model attribute.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1870 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeListBox (   $model,
  $attribute,
  $data,
  $htmlOptions = array() 
)
static

Generates a list box for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list box

Definition at line 1573 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeListBoxControlGroup (   $model,
  $attribute,
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a list box for a model attribute.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1842 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeNumberField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a number field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1476 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeNumberFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a number field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1736 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activePasswordField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a password field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1437 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activePasswordFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a password field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1697 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeRadioButton (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a radio button for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated radio button.

Definition at line 1527 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeRadioButtonControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a radio button for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1801 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeRadioButtonList (   $model,
  $attribute,
  $data,
  $htmlOptions = array() 
)
static

Generates a radio button list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$data$data value-label pairs used to generate the radio button list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 1587 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeRadioButtonListControlGroup (   $model,
  $attribute,
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a radio button list for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1856 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeRangeField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a range field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1489 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeRangeFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a range field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1749 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeSearchField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a search query input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input.

Definition at line 1670 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeSearchFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a search field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1924 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeTextArea (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a text area input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated text area.

Definition at line 1514 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeTextAreaControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a text area for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1775 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeTextField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a text field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1424 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeTextFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a text field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1684 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeTextInputField (   $type,
  $model,
  $attribute,
  $htmlOptions 
)
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.

Parameters
string$typethe input type.
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input tag.

Definition at line 2069 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeUneditableField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates an uneditable input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input.

Definition at line 1656 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeUneditableFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a uneditable field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1911 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::activeUrlField (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates an url field input for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::activeTextInputField

Definition at line 1450 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::activeUrlFieldControlGroup (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Generates a control group with a url field for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::activeControlGroup

Definition at line 1710 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::addClassName (   $className,
  $htmlOptions 
)
static

Appends new class names to the named index "class" at the $htmlOptions parameter.

Parameters
mixed$classNamethe class(es) to append to $htmlOptions
array$htmlOptionsthe HTML tag attributes to modify
Returns
array the options.

Definition at line 3926 of file TbHtml.php.

static TbHtml::address (   $text,
  $htmlOptions = array() 
)
static

Generates an address block.

Parameters
string$quotethe address text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated block.

Definition at line 522 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::addSpanClass ( $htmlOptions)
staticprotected

Adds the grid span class to the given options is applicable.

Parameters
array$htmlOptionsthe HTML attributes.
Returns
boolean whether the span class was added.

Definition at line 4074 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::addStyles (   $styles,
  $htmlOptions 
)
static

Appends a CSS style string to the given options.

Parameters
string$stylesthe CSS style string.
array$htmlOptionsthe options.
Returns
array the options.

Definition at line 3940 of file TbHtml.php.

Here is the caller graph for this function:

static TbHtml::ajaxButton (   $label,
  $url,
  $ajaxOptions = array(),
  $htmlOptions = array() 
)
static

Generates a push button that can initiate AJAX requests.

Parameters
string$labelthe button label.
mixed$urlthe URL for the AJAX request.
array$ajaxOptionsAJAX options.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2368 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::ajaxLink (   $text,
  $url,
  $ajaxOptions = array(),
  $htmlOptions = array() 
)
static

Generates a link that can initiate AJAX requests.

Parameters
string$textthe link body (it will NOT be HTML-encoded.)
mixed$urlthe URL for the AJAX request.
array$ajaxOptionsAJAX options.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 2353 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::ajaxSubmitButton (   $label,
  $url,
  $ajaxOptions = array(),
  $htmlOptions = array() 
)
static

Generates a push button that can submit the current form in POST method.

Parameters
string$labelthe button label
mixed$urlthe URL for the AJAX request.
array$ajaxOptionsAJAX options.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2383 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::alert (   $color,
  $message,
  $htmlOptions = array() 
)
static

Generates an alert.

Parameters
string$colorthe color of the alert.
string$messagethe message to display.
array$htmlOptionsadditional HTML options.
Returns
string the generated alert.

Definition at line 3412 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::animatedProgressBar (   $width = 0,
  $htmlOptions = array() 
)
static

Generates an animated progress bar.

Parameters
integer$widththe progress in percent.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated progress bar.

Definition at line 3496 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::b (   $text,
  $htmlOptions = array() 
)
static

Generates bold text.

Parameters
string$textthe text to style.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated text.

Definition at line 429 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::badge (   $label,
  $htmlOptions = array() 
)
static

Generates a badge span.

Parameters
string$labelthe badge text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated span.

Definition at line 3261 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::bar (   $width = 0,
  $htmlOptions = array() 
)
static

Generates a progress bar.

Parameters
integer$widththe progress in percent.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated bar.

Definition at line 3535 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::beginFormTb (   $layout = self::FORM_LAYOUT_VERTICAL,
  $action = '',
  $method = 'post',
  $htmlOptions = array() 
)
static

Generates an open form tag.

Parameters
string$layoutthe form layout.
string$actionthe form action URL.
string$methodform method (e.g. post, get).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated tag.

Definition at line 658 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::blockAlert (   $color,
  $message,
  $htmlOptions = array() 
)
static

Generates an alert block.

Parameters
string$colorthe color of the alert.
string$messagethe message to display.
array$htmlOptionsadditional HTML options.
Returns
string the generated alert.

Definition at line 3440 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::breadcrumbs (   $links,
  $htmlOptions = array() 
)
static

Generates a breadcrumb menu.

Parameters
array$linksthe breadcrumb links.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated breadcrumb.

Definition at line 3098 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::btn (   $type,
  $label,
  $htmlOptions = array() 
)
static

Generates a button.

Parameters
string$typethe button type.
string$labelthe button label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2397 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::btnDropdown (   $type,
  $label,
  $items,
  $htmlOptions 
)
staticprotected

Generates a button dropdown. $type the button type.

Parameters
string$labelthe button label text.
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2435 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::button (   $label = 'Button',
  $htmlOptions = array() 
)
static

Generates an button.

Parameters
string$labelthe button label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2284 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::buttonDropdown (   $label,
  $items,
  $htmlOptions = array() 
)
static

Generates a button with a dropdown menu.

Parameters
string$labelthe button label text.
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2758 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::buttonGroup (   $buttons,
  $htmlOptions = array() 
)
static

Generates a button group.

Parameters
array$buttonsthe button configurations.
array$htmlOptionsadditional HTML options.
Returns
string the generated button group.

Definition at line 2676 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::buttonToolbar (   $groups,
  $htmlOptions = array() 
)
static

Generates a button toolbar.

Parameters
array$groupsthe button group configurations.
array$htmlOptionsadditional HTML options.
Returns
string the generated button toolbar.

Definition at line 2718 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::carousel (   $items,
  $htmlOptions = array() 
)
static

Generates an image carousel.

Parameters
array$itemsthe item configurations.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated carousel.

Definition at line 3781 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::carouselIndicators (   $target,
  $numSlides,
  $htmlOptions = array() 
)
static

Generates an indicator for the carousel.

Parameters
string$targetthe CSS selector for the target element.
integer$numSlidesthe number of slides.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated indicators.

Definition at line 3901 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::carouselItem (   $content,
  $label,
  $caption,
  $htmlOptions = array() 
)
static

Generates a carousel item.

Parameters
string$contentthe content.
string$labelthe item label text.
string$captionthe item caption text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated item.

Definition at line 3844 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::carouselNextLink (   $label,
  $url,
  $htmlOptions = array() 
)
static

Generates a next link for the carousel.

Parameters
string$labelthe link label text.
mixed$urlthe link url.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3887 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::carouselPrevLink (   $label,
  $url,
  $htmlOptions = array() 
)
static

Generates a previous link for the carousel.

Parameters
string$labelthe link label text.
mixed$urlthe link url.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3873 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::checkBox (   $name,
  $checked = false,
  $htmlOptions = array() 
)
static

Generates a check box.

Parameters
string$namethe input name.
boolean$checkedwhether the check box is checked.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated check box.

Definition at line 804 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::checkBoxControlGroup (   $name,
  $checked = false,
  $htmlOptions = array() 
)
static

Generates a control group with a check box.

Parameters
string$namethe input name.
string$checkedwhether the check box is checked.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1163 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::checkBoxList (   $name,
  $select,
  $data,
  $htmlOptions = array() 
)
static

Generates a check box list.

Parameters
string$namename of the check box list.
mixed$selectselection of the check boxes.
array$data$data value-label pairs used to generate the check box list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 913 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::checkBoxListControlGroup (   $name,
  $select = '',
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a check box list.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1233 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::closeButton (   $label = self::CLOSE_TEXT,
  $htmlOptions = array() 
)
static

Generates a close button.

Parameters
string$labelthe button label text.
array$htmlOptionsthe HTML options for the button.
Returns
string the generated button.

Definition at line 3653 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::closeIcon (   $tag,
  $label,
  $htmlOptions = array() 
)
static

Generates a close element.

Parameters
string$labelthe element label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated element.

Definition at line 3664 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::closeLink (   $label = self::CLOSE_TEXT,
  $htmlOptions = array() 
)
static

Generates a close link.

Parameters
string$labelthe link label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3641 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::code (   $code,
  $htmlOptions = array() 
)
static

Generates inline code.

Parameters
string$codethe code.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated code.

Definition at line 580 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::codeBlock (   $code,
  $htmlOptions = array() 
)
static

Generates a code block.

Parameters
string$codethe code.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated block.

Definition at line 591 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::collapseIcon (   $target,
  $htmlOptions = array() 
)
static

Generates a collapse icon.

Parameters
string$targetthe CSS selector for the target element.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated icon.

Definition at line 3690 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::collapseLink (   $label,
  $target,
  $htmlOptions = array() 
)
static

Generates a collapse link.

Parameters
string$labelthe link label.
string$targetthe CSS selector.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3678 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::controlGroup (   $type,
  $name,
  $value,
  $htmlOptions = array(),
  $data = array() 
)
static

Generates a form control group.

Parameters
string$typethe input type.
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
array$datadata for multiple select inputs.
Returns
string the generated control group.

Definition at line 1286 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::controls (   $controls,
  $htmlOptions = array() 
)
static

Generates form controls.

Parameters
mixed$controlsthe controls.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated controls.

Definition at line 2166 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::controlsRow (   $controls,
  $htmlOptions = array() 
)
static

Generates form controls row.

Parameters
mixed$controlsthe controls.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated controls.

Definition at line 2189 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::copyOptions (   $names,
  $fromOptions,
  $options 
)
static

Copies the option values from one option array to another.

Parameters
array$namesthe option names to copy.
array$fromOptionsthe options to copy from.
array$optionsthe options to copy to.
Returns
array the options.

Definition at line 3953 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::createActiveInput (   $type,
  $model,
  $attribute,
  $htmlOptions = array(),
  $data = array() 
)
staticprotected

Creates an active form input of the given type.

Parameters
string$typethe input type.
CModel$modelthe model instance.
string$attributethe attribute name.
array$htmlOptionsadditional HTML attributes.
array$datadata for multiple select inputs.
Returns
string the input.
Exceptions
CExceptionif the input type is invalid.

Definition at line 1984 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::createButton (   $type,
  $label,
  $htmlOptions 
)
staticprotected

Creates a button the of given type.

Parameters
string$typethe button type.
string$labelthe button label.
array$htmlOptionsadditional HTML attributes.
Returns
string the button.

Definition at line 2463 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::createInput (   $type,
  $name,
  $value,
  $htmlOptions = array(),
  $data = array() 
)
staticprotected

Creates a form input of the given type.

Parameters
string$typethe input type.
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
array$datadata for multiple select inputs.
Returns
string the input.
Exceptions
CExceptionif the input type is invalid.

Definition at line 1331 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dateField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a date field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 763 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dateFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a date field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1111 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::defaultOption (   $name,
  $value,
  $options 
)
static

Sets the default value for an item in the given options.

Parameters
string$namethe name of the item.
mixed$valuethe default value.
array$optionsthe options.
Returns
mixed

Definition at line 4051 of file TbHtml.php.

Here is the caller graph for this function:

static TbHtml::defaultOptions (   $options,
  $defaults 
)
static

Sets multiple default options for the given options array.

Parameters
array$optionsthe options to set defaults for.
array$defaultsthe default options.
Returns
array the options with default values.

Definition at line 3992 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dropdown (   $items,
  $htmlOptions = array() 
)
static

Generates a dropdown menu.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2605 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dropDownList (   $name,
  $select,
  $data,
  $htmlOptions = array() 
)
static

Generates a drop down list.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
Returns
string the generated drop down list.

Definition at line 820 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dropDownListControlGroup (   $name,
  $select = '',
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a drop down list.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1177 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::dropdownToggle (   $type,
  $label,
  $htmlOptions 
)
static

Generates a dropdown toggle element.

Parameters
string$tagthe HTML tag.
string$labelthe element text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated element.

Definition at line 2644 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dropdownToggleButton (   $label = '',
  $htmlOptions = array() 
)
static

Generates a dropdown toggle button.

Parameters
string$labelthe button label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2632 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dropdownToggleLink (   $label,
  $htmlOptions = array() 
)
static

Generates a dropdown toggle link.

Parameters
string$labelthe link label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 2621 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::dropdownToggleMenuLink (   $label,
  $htmlOptions = array() 
)
static

Generates a dropdown toggle menu item.

Parameters
string$labelthe menu item text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu item.

Definition at line 2658 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::em (   $text,
  $htmlOptions = array(),
  $tag = 'p' 
)
static

Generates an emphasized text.

Parameters
string$stylethe text style.
string$textthe text to emphasize.
array$htmlOptionsadditional HTML attributes.
string$tagthe HTML tag.
Returns
string the generated text.

Definition at line 453 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::emailField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates an email field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 724 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::emailFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with an email field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1072 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::error (   $model,
  $attribute,
  $htmlOptions = array() 
)
static

Displays the first validation error for a model attribute.

Parameters
CModel$modelthe data model.
string$attributethe attribute name.
array$htmlOptionsadditional HTML attributes to be rendered in the container tag.
Returns
string the error display. Empty if no errors are found.

Definition at line 2053 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::errorSummary (   $model,
  $header = null,
  $footer = null,
  $htmlOptions = array() 
)
static

Displays a summary of validation errors for one or several models.

Parameters
mixed$modelthe models whose input errors are to be displayed.
string$headera piece of HTML code that appears in front of the errors.
string$footera piece of HTML code that appears at the end of the errors.
array$htmlOptionsadditional HTML attributes to be rendered in the container div tag.
Returns
string the error summary. Empty if no errors are found.

Definition at line 2039 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::fileFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a file field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1137 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::formActions (   $actions,
  $htmlOptions = array() 
)
static

Generates form actions.

Parameters
mixed$actionsthe actions.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated actions.

Definition at line 2201 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::formTb (   $layout = self::FORM_LAYOUT_VERTICAL,
  $action = '',
  $method = 'post',
  $htmlOptions = array() 
)
static

Generates a form tag.

Parameters
string$layoutthe form layout.
string$actionthe form action URL.
string$methodform method (e.g. post, get).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated tag.

Definition at line 645 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::getAddOnClasses (   $htmlOptions)
staticprotected

Returns the add-on classes based on the given options.

Parameters
array$htmlOptionsthe options.
Returns
string the classes.

Definition at line 2104 of file TbHtml.php.

Here is the caller graph for this function:

static TbHtml::getOption (   $name,
  $options,
  $defaultValue = null 
)
static

Returns an item from the given options or the default value if it's not set.

Parameters
string$namethe name of the item.
array$optionsthe options to get from.
mixed$defaultValuethe default value.
Returns
mixed the value.

Definition at line 4020 of file TbHtml.php.

Here is the caller graph for this function:

static TbHtml::help (   $text,
  $htmlOptions = array() 
)
static

Generates a help text.

Parameters
string$textthe help text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated text.

Definition at line 552 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::helpBlock (   $text,
  $htmlOptions = array() 
)
static

Generates a help block.

Parameters
string$textthe help text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated block.

Definition at line 564 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::heroUnit (   $heading,
  $content,
  $htmlOptions = array() 
)
static

Generates a hero unit.

Parameters
string$headingthe heading text.
string$contentthe content text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated hero unit.

Definition at line 3281 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::htmlButton (   $label = 'Button',
  $htmlOptions = array() 
)
static

Generates an image submit button.

Parameters
string$srcthe image URL
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2295 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::i (   $text,
  $htmlOptions = array() 
)
static

Generates italic text.

Parameters
string$textthe text to style.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated text.

Definition at line 440 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::icon (   $icon,
  $htmlOptions = array(),
  $tagName = 'i' 
)
static

Generates an icon.

Parameters
string$iconthe icon type.
array$htmlOptionsadditional HTML attributes.
string$tagNamethe icon HTML tag.
Returns
string the generated icon.

Definition at line 2579 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::image (   $src,
  $alt = '',
  $htmlOptions = array() 
)
static

Generates an image tag.

Parameters
string$srcthe image URL.
string$altthe alternative text display.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated image tag.

Definition at line 2560 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::imageButton (   $src,
  $htmlOptions = array() 
)
static

Generates an image submit button.

Parameters
string$srcthe image URL
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2328 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::imageCircle (   $src,
  $alt = '',
  $htmlOptions = array() 
)
static

Generates an image tag with circle.

Parameters
string$srcthe image URL.
string$altthe alternative text display.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated image tag.

Definition at line 2534 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::imagePolaroid (   $src,
  $alt = '',
  $htmlOptions = array() 
)
static

Generates an image tag within polaroid frame.

Parameters
string$srcthe image URL.
string$altthe alternative text display.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated image tag.

Definition at line 2547 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::imageRounded (   $src,
  $alt = '',
  $htmlOptions = array() 
)
static

Generates an image tag with rounded corners.

Parameters
string$srcthe image URL.
string$altthe alternative text display.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated image tag.

Definition at line 2521 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::inlineCheckBoxList (   $name,
  $select,
  $data,
  $htmlOptions = array() 
)
static

Generates an inline check box list.

Parameters
string$namename of the check box list.
mixed$selectselection of the check boxes.
array$data$data value-label pairs used to generate the check box list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 993 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::inlineCheckBoxListControlGroup (   $name,
  $select = '',
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with an inline check box list.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1247 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::inlineRadioButtonList (   $name,
  $select,
  $data,
  $htmlOptions = array() 
)
static

Generates an inline radio button list.

Parameters
string$namename of the radio button list.
mixed$selectselection of the radio buttons.
array$data$data value-label pairs used to generate the radio button list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 899 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::inlineRadioButtonListControlGroup (   $name,
  $select = '',
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with an inline radio button list.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1219 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::inputAddOn (   $addOn,
  $htmlOptions 
)
staticprotected

Generates an add-on for an input field.

Parameters
string$addOnthe add-on.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated add-on.

Definition at line 2120 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::inputHelp (   $help,
  $htmlOptions 
)
staticprotected

Generates a help text for an input field.

Parameters
string$helpthe help text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated help text.

Definition at line 2135 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::labelTb (   $label,
  $htmlOptions = array() 
)
static

Generates a label span.

Parameters
string$labelthe label text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated span.

Definition at line 3246 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::lead (   $text,
  $htmlOptions = array() 
)
static

Generates a paragraph that stands out.

Parameters
string$textthe lead text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated paragraph.

Definition at line 406 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::link (   $text,
  $url = '#',
  $htmlOptions = array() 
)
static

Generates a hyperlink tag.

Parameters
string$textlink body. It will NOT be HTML-encoded.
mixed$urla URL or an action route that can be used to create a URL.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated hyperlink

Definition at line 2271 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::linkButton (   $label = 'Submit',
  $htmlOptions = array() 
)
static

Generates a link submit button.

Parameters
string$labelthe button label.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button tag.

Definition at line 2340 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::listBox (   $name,
  $select,
  $data,
  $htmlOptions = array() 
)
static

Generates a list box.

Parameters
string$namethe input name.
mixed$selectthe selected value(s).
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list box

Definition at line 834 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::listBoxControlGroup (   $name,
  $select = '',
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a list box.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1191 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::mediaObject (   $image,
  $heading,
  $content,
  $htmlOptions = array() 
)
static

Generates a single media object.

Parameters
string$imagethe image url.
string$titlethe title text.
string$contentthe content text.
array$htmlOptionsadditional HTML attributes.
Returns
string the media object.

Definition at line 3586 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::mediaObjects (   $mediaObjects)
static

Generates a list of media objects.

Parameters
array$mediaObjectsmedia object configurations.
Returns
string generated list.

Definition at line 3559 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::menu (   $items,
  $htmlOptions = array() 
)
static

Generates a menu.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2863 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::menuDivider (   $htmlOptions = array())
static

Generates a menu divider.

Parameters
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu item.

Definition at line 2962 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::menuDropdown (   $label,
  $items,
  $htmlOptions 
)
static

Generates a menu dropdown.

Parameters
string$labelthe link label.
array$itemsthe menu configuration.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated dropdown.

Definition at line 2929 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::menuHeader (   $label,
  $htmlOptions = array() 
)
static

Generates a menu header.

Parameters
string$labelthe header text.
array$htmlOptionsadditional HTML options.
Returns
string the generated header.

Definition at line 2951 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::menuLink (   $label,
  $url,
  $htmlOptions = array() 
)
static

Generates a menu link.

Parameters
string$labelthe link label.
array$urlthe link url.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu item.

Definition at line 2912 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::mergeOptions (   $a,
  $b 
)
static

Merges two options arrays.

Parameters
array$aoptions to be merged to
array$boptions to be merged from
Returns
array the merged options.

Definition at line 4008 of file TbHtml.php.

Here is the caller graph for this function:

static TbHtml::moveOptions (   $names,
  $fromOptions,
  $options 
)
static

Moves the option values from one option array to another.

Parameters
array$namesthe option names to move.
array$fromOptionsthe options to move from.
array$optionsthe options to move to.
Returns
array the options.

Definition at line 3973 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::muted (   $text,
  $htmlOptions = array(),
  $tag = 'p' 
)
static

Generates a muted text block.

Parameters
string$textthe text.
array$htmlOptionsadditional HTML attributes.
string$tagthe HTML tag.
Returns
string the generated text block.

Definition at line 470 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::mutedSpan (   $text,
  $htmlOptions = array() 
)
static

Generates a muted span.

Parameters
string$textthe text.
array$htmlOptionsadditional HTML attributes.
string$tagthe HTML tag.
Returns
string the generated span.

Definition at line 483 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::nav (   $type,
  $items,
  $htmlOptions = array() 
)
static

Generates a navigation menu.

Parameters
string$typethe menu type.
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2846 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::navbar (   $content,
  $htmlOptions = array() 
)
static

Generates a navbar.

Parameters
string$contentthe navbar content.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated navbar.

Definition at line 3033 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::navbarBrandLink (   $label,
  $url,
  $htmlOptions = array() 
)
static

Generates a brand link for the navbar.

Parameters
string$labelthe link label text.
string$urlthe link url.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3058 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::navbarForm (   $action,
  $method = 'post',
  $htmlOptions = array() 
)
static

Generates a navbar form.

Parameters
mixed$actionthe form action URL.
string$methodform method (e.g. post, get).
array$htmlOptionsadditional HTML attributes
Returns
string the generated form.

Definition at line 2241 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::navbarMenuDivider (   $htmlOptions = array())
static

Generates a menu divider for the navbar.

Parameters
array$htmlOptionsadditional HTML attributes.
Returns
string the generated divider.

Definition at line 3082 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::navbarSearchForm (   $action,
  $method = 'post',
  $htmlOptions = array() 
)
static

Generates a navbar search form.

Parameters
mixed$actionthe form action URL.
string$methodform method (e.g. post, get).
array$htmlOptionsadditional HTML attributes
Returns
string the generated form.

Definition at line 2254 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::navbarText (   $text,
  $htmlOptions = array(),
  $tag = 'p' 
)
static

Generates a text for the navbar.

Parameters
string$textthe text.
array$htmlOptionsadditional HTML attributes.
string$tagthe HTML tag.
Returns
string the generated text block.

Definition at line 3071 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::navList (   $items,
  $htmlOptions = array() 
)
static

Generates a list navigation.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2834 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::normalizeInputOptions (   $options)
staticprotected

Normalizes input options.

Parameters
array$optionsthe options.
Returns
array the normalized options.

Definition at line 2148 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::numberField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a number field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 737 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::numberFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a number field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::textInputField

Definition at line 1085 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::openTag (   $tag,
  $htmlOptions = array() 
)
static

Generates an open HTML element.

Parameters
string$tagthe tag name.
array$htmlOptionsthe element attributes.
Returns
string the generated HTML element tag.

Definition at line 622 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::pageHeader (   $heading,
  $subtext,
  $htmlOptions = array() 
)
static

Generates a pager header.

Parameters
string$headingthe heading text.
string$subtextthe subtext.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated pager header.

Definition at line 3300 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::pager (   $links,
  $htmlOptions = array() 
)
static

Generates a pager.

Parameters
array$linksthe pager buttons.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated pager.

Definition at line 3189 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::pagerLink (   $label,
  $url,
  $htmlOptions = array() 
)
static

Generates a pager link.

Parameters
string$labelthe link label text.
mixed$urlthe link url.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3218 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::pagination (   $links,
  $htmlOptions = array() 
)
static

Generates a pagination.

Parameters
array$linksthe pagination buttons.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated pagination.

Definition at line 3130 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::paginationLink (   $label,
  $url,
  $htmlOptions = array() 
)
static

Generates a pagination link.

Parameters
string$labelthe link label text.
mixed$urlthe link url.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated link.

Definition at line 3167 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::passwordField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a password field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 698 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::passwordFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a password field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::textInputField

Definition at line 1046 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::pills (   $items,
  $htmlOptions = array() 
)
static

Generates a pills navigation.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2811 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::popOption (   $name,
$options,
  $defaultValue = null 
)
static

Removes an item from the given options and returns the value.

Parameters
string$namethe name of the item.
array$optionsthe options to remove the item from.
mixed$defaultValuethe default value.
Returns
mixed the value.

Definition at line 4032 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::popover (   $label,
  $title,
  $content,
  $htmlOptions = array() 
)
static

Generates a popover.

Parameters
string$labelthe popover link label text.
string$titlethe popover title text.
string$contentthe popover content text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated popover.

Definition at line 3735 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::progressBar (   $width = 0,
  $htmlOptions = array() 
)
static

Generates a progress bar.

Parameters
integer$widththe progress in percent.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated progress bar.

Definition at line 3456 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::quote (   $text,
  $htmlOptions = array() 
)
static

Generates a quote.

Parameters
string$textthe quoted text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated quote.

Definition at line 533 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::radioButton (   $name,
  $checked = false,
  $htmlOptions = array() 
)
static

Generates a radio button.

Parameters
string$namethe input name.
boolean$checkedwhether the radio button is checked.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated radio button.

Definition at line 788 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::radioButtonControlGroup (   $name,
  $checked = false,
  $htmlOptions = array() 
)
static

Generates a control group with a radio button.

Parameters
string$namethe input name.
string$checkedwhether the radio button is checked.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1150 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::radioButtonList (   $name,
  $select,
  $data,
  $htmlOptions = array() 
)
static

Generates a radio button list.

Parameters
string$namename of the radio button list.
mixed$selectselection of the radio buttons.
array$data$data value-label pairs used to generate the radio button list.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated list.

Definition at line 853 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::radioButtonListControlGroup (   $name,
  $select = '',
  $data = array(),
  $htmlOptions = array() 
)
static

Generates a control group with a radio button list.

Parameters
string$namethe input name.
string$selectthe selected value.
array$datadata for generating the list options (value=>display).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1205 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::rangeField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a range field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 750 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::rangeFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a range field.

Parameters
string$namethe input name
string$valuethe input value
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1098 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::removeOptions (   $options,
  $names 
)
static

Removes the option values from the given options.

Parameters
array$optionsthe options to remove from.
array$namesnames to remove from the options.
Returns
array the options.

Definition at line 4064 of file TbHtml.php.

Here is the caller graph for this function:

static TbHtml::resetButton (   $label = 'Reset',
  $htmlOptions = array() 
)
static

Generates a reset button.

Parameters
string$labelthe button label
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2317 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::searchField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a search input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input.

Definition at line 1019 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::searchFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a search field.

Parameters
string$namethe input name.
string$selectthe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1272 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::searchForm (   $action,
  $method = 'post',
  $htmlOptions = array() 
)
static

Generates a search form.

Parameters
mixed$actionthe form action URL.
string$methodform method (e.g. post, get).
array$htmlOptionsadditional HTML options.
Returns
string the generated form.

Definition at line 2220 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::small (   $text,
  $htmlOptions = array() 
)
static

Generates small text.

Parameters
string$textthe text to style.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated text.

Definition at line 418 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::smallAbbr (   $text,
  $word,
  $htmlOptions = array() 
)
static

Generates a small abbreviation with a help text.

Parameters
string$textthe abbreviation.
string$wordthe word the abbreviation is for.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated abbreviation.

Definition at line 510 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::splitButtonDropdown (   $label,
  $items,
  $htmlOptions = array() 
)
static

Generates a button with a split dropdown menu.

Parameters
string$labelthe button label text.
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2772 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::stackedPills (   $items,
  $htmlOptions = array() 
)
static

Generates a stacked pills navigation.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2822 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::stackedProgressBar (   $bars,
  $htmlOptions = array() 
)
static

Generates a stacked progress bar.

Parameters
array$barsthe bar configurations.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated progress bar.

Definition at line 3508 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::stackedTabs (   $items,
  $htmlOptions = array() 
)
static

Generates a stacked tab navigation.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2799 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::statefulFormTb (   $layout = self::FORM_LAYOUT_VERTICAL,
  $action = '',
  $method = 'post',
  $htmlOptions = array() 
)
static

Generates a stateful form tag.

Parameters
mixed$actionthe form action URL.
string$methodform method (e.g. post, get).
array$htmlOptionsadditional HTML attributes.
Returns
string the generated form tag.

Definition at line 671 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::stripedProgressBar (   $width = 0,
  $htmlOptions = array() 
)
static

Generates a striped progress bar.

Parameters
integer$widththe progress in percent.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated progress bar.

Definition at line 3484 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::submitButton (   $label = 'Submit',
  $htmlOptions = array() 
)
static

Generates a submit button.

Parameters
string$labelthe button label
array$htmlOptionsadditional HTML attributes.
Returns
string the generated button.

Definition at line 2306 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::tabbable (   $tabs,
  $htmlOptions = array() 
)
static

Generates a tabbable menu.

Parameters
array$tabsthe tab configurations.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2974 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::tabs (   $items,
  $htmlOptions = array() 
)
static

Generates a tab navigation.

Parameters
array$itemsthe menu items.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated menu.

Definition at line 2788 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::tag (   $tag,
  $htmlOptions = array(),
  $content = false,
  $closeTag = true 
)
static

Generates an HTML element.

Parameters
string$tagthe tag name.
array$htmlOptionsthe element attributes.
mixed$contentthe content to be enclosed between open and close element tags.
boolean$closeTagwhether to generate the close tag.
Returns
string the generated HTML element tag.

Definition at line 604 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::textArea (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a text area input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated text area.

Definition at line 775 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::textAreaControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a text area.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1124 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::textField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a text field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 685 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::textFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with a text field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1033 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::textInputField (   $type,
  $name,
  $value,
  $htmlOptions 
)
staticprotected

Generates an input HTML tag. This method generates an input HTML tag based on the given input name and value.

Parameters
string$typethe input type.
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input tag.

Definition at line 1387 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::thumbnail (   $content,
  $htmlOptions = array() 
)
static

Generates a thumbnail.

Parameters
string$contentthe thumbnail content.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated thumbnail.

Definition at line 3370 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::thumbnailLink (   $content,
  $url,
  $htmlOptions = array() 
)
static

Generates a link thumbnail.

Parameters
string$contentthe thumbnail content.
mixed$urlthe url that the thumbnail links to.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated thumbnail.

Definition at line 3390 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::thumbnails (   $thumbnails,
  $htmlOptions = array() 
)
static

Generates a list of thumbnails.

Parameters
array$thumbnailsthe list configuration.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated thumbnails.

Definition at line 3325 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::tooltip (   $label,
  $url,
  $content,
  $htmlOptions = array() 
)
static

Generates a tooltip.

Parameters
string$labelthe tooltip link label text.
mixed$urlthe link url.
string$contentthe tooltip content text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated tooltip.

Definition at line 3721 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::tooltipPopover (   $label,
  $url,
  $title,
  $htmlOptions 
)
staticprotected

Generates a base tooltip.

Parameters
string$labelthe tooltip link label text.
mixed$urlthe link url.
string$titlethe tooltip title text.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated tooltip.

Definition at line 3751 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::uneditableField (   $value = '',
  $htmlOptions = array() 
)
static

Generates an uneditable input.

Parameters
string$valuethe value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input.

Definition at line 1005 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::uneditableFieldControlGroup (   $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with an uneditable field.

Parameters
string$selectthe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1259 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::urlField (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates an url field input.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated input field.
See Also
TbHtml::textInputField

Definition at line 711 of file TbHtml.php.

Here is the call graph for this function:

Here is the caller graph for this function:

static TbHtml::urlFieldControlGroup (   $name,
  $value = '',
  $htmlOptions = array() 
)
static

Generates a control group with an url field.

Parameters
string$namethe input name.
string$valuethe input value.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated control group.
See Also
TbHtml::controlGroup

Definition at line 1059 of file TbHtml.php.

Here is the call graph for this function:

static TbHtml::well (   $content,
  $htmlOptions = array() 
)
static

Generates a well element.

Parameters
string$contentthe well content.
array$htmlOptionsadditional HTML attributes.
Returns
string the generated well.

Definition at line 3624 of file TbHtml.php.

Here is the call graph for this function:

Member Data Documentation

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.

const TbHtml::ICON_RESIZE_SMALL = 'icon-resize-small'

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.

const TbHtml::ICON_TAG = 'icon-tag'

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.


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