HumHub Documentation (unofficial)

BootstrapInterface

BootstrapInterface includes all Bootstrap library specific constants implemented by all Krajee extension classes. These constants are used in configuration of Bootstrap version specific configurations as set via [[BootstrapTrait::$bsCssMap]].

Tags
author

Kartik Visweswaran kartikv2@gmail.com

Table of Contents

Constants

BS_BADGE  = 'badge'
Bootstrap badge style
BS_BTN_DEFAULT  = 'btn-default'
Bootstrap default button style
BS_CAROUSEL_CONTROL_LEFT  = 'carousel-control-left'
Bootstrap carousel control left style
BS_CAROUSEL_CONTROL_RIGHT  = 'carousel-control-right'
Bootstrap carousel control right style
BS_CAROUSEL_ITEM  = 'carousel-item'
Bootstrap carousel item style
BS_CAROUSEL_ITEM_LEFT  = 'carousel-item-left'
Bootstrap carousel item left style
BS_CAROUSEL_ITEM_NEXT  = 'carousel-item-next'
Bootstrap carousel item next style
BS_CAROUSEL_ITEM_PREV  = 'carousel-item-prev'
Bootstrap carousel item previous style
BS_CAROUSEL_ITEM_RIGHT  = 'carousel-item-right'
Bootstrap carousel item right style
BS_CENTER_BLOCK  = 'center-block'
Bootstrap center block style
BS_CHECKBOX  = 'checkbox'
Bootstrap checkbox style
BS_CONTROL_LABEL  = 'control-label'
Bootstrap label control style
BS_DROPDOWN_DIVIDER  = 'dropdown-divider'
Bootstrap dropdown divider style
BS_FORM_CONTROL_STATIC  = 'form-control-static'
Bootstrap form control static style
BS_HELP_BLOCK  = 'form-text'
Bootstrap help block style
BS_HIDDEN_LG  = 'hidden-lg'
Bootstrap hidden large style
BS_HIDDEN_MD  = 'hidden-md'
Bootstrap hidden medium style
BS_HIDDEN_PRINT  = 'hidden-print'
Bootstrap hidden print style
BS_HIDDEN_SM  = 'hidden-sm'
Bootstrap hidden small style
BS_HIDDEN_XS  = 'hidden-xs'
Bootstrap hidden extra small style
BS_HIDE  = 'hide'
Bootstrap hide print style
BS_IMG_CIRCLE  = 'img-circle'
Bootstrap image circle style
BS_IMG_RESPONSIVE  = 'img-responsive'
Bootstrap image responsive style
BS_IMG_ROUNDED  = 'img-rounded'
Bootstrap image rounded style
BS_INPUT_LG  = 'input-lg'
Bootstrap large input style
BS_INPUT_SM  = 'input-sm'
Bootstrap small input style
BS_LABEL  = 'label'
Bootstrap label
BS_LABEL_DANGER  = 'label-danger'
Bootstrap label danger contextual color
BS_LABEL_DARK  = 'label-dark'
Bootstrap label default contextual color
BS_LABEL_DEFAULT  = 'label-default'
Bootstrap label default contextual color
BS_LABEL_INFO  = 'label-info'
Bootstrap label info contextual color
BS_LABEL_LIGHT  = 'label-light'
Bootstrap label default contextual color
BS_LABEL_PRIMARY  = 'label-primary'
Bootstrap label primary contextual color
BS_LABEL_SUCCESS  = 'label-success'
Bootstrap label success contextual color
BS_LABEL_WARNING  = 'label-warning'
Bootstrap label warning contextual color
BS_LIST_INLINE_ITEM  = 'list-inline-item'
Bootstrap list inline item style
BS_NAV_ITEM  = 'nav-item'
Bootstrap NAV item style
BS_NAV_LINK  = 'nav-link'
Bootstrap NAV link style
BS_NAV_STACKED  = 'nav-stacked'
Bootstrap NAV stacked style
BS_NAVBAR_BTN  = 'navbar-btn'
Bootstrap navbar button style
BS_NAVBAR_DEFAULT  = 'navbar-default'
Bootstrap navbar right style
BS_NAVBAR_FIXTOP  = 'navbar-fixed-top'
Bootstrap navbar fixed top style
BS_NAVBAR_RIGHT  = 'navbar-right'
Bootstrap navbar right style
BS_NAVBAR_TOGGLE  = 'navbar-toggle'
Bootstrap navbar toggle style
BS_PAGE_ITEM  = 'page-item'
Bootstrap page item style
BS_PAGE_LINK  = 'page-link'
Bootstrap page link style
BS_PANEL  = 'panel'
Bootstrap panel
BS_PANEL_BODY  = 'panel-body'
Bootstrap panel body
BS_PANEL_DANGER  = 'panel-danger'
Bootstrap panel danger contextual color
BS_PANEL_DARK  = 'panel-dark'
Bootstrap panel default contextual color
BS_PANEL_DEFAULT  = 'panel-default'
Bootstrap panel default contextual color
BS_PANEL_FOOTER  = 'panel-footer'
Bootstrap panel footer
BS_PANEL_HEADING  = 'panel-heading'
Bootstrap panel heading
BS_PANEL_INFO  = 'panel-info'
Bootstrap panel info contextual color
BS_PANEL_PRIMARY  = 'panel-primary'
Bootstrap panel primary contextual color
BS_PANEL_SECONDARY  = 'panel-secondary'
Bootstrap panel secondary contextual color
BS_PANEL_SUCCESS  = 'panel-success'
Bootstrap panel success contextual color
BS_PANEL_TITLE  = 'panel-title'
Bootstrap panel title
BS_PANEL_WARNING  = 'panel-warning'
Bootstrap panel warning contextual color
BS_PROGRESS_BAR_ACTIVE  = 'progress-bar-active'
Bootstrap progress-bar active animated state
BS_PROGRESS_BAR_DANGER  = 'progress-bar-danger'
Bootstrap progress-bar danger contextual color
BS_PROGRESS_BAR_INFO  = 'progress-bar-info'
Bootstrap progress-bar info contextual color
BS_PROGRESS_BAR_PRIMARY  = 'progress-bar-primary'
Bootstrap progress-bar primary contextual color
BS_PROGRESS_BAR_SUCCESS  = 'progress-bar-success'
Bootstrap progress-bar success contextual color
BS_PROGRESS_BAR_WARNING  = 'progress-bar-warning'
Bootstrap progress-bar warning contextual color
BS_PULL_LEFT  = 'pull-left'
Bootstrap pull left style
BS_PULL_RIGHT  = 'pull-right'
Bootstrap pull right style
BS_RADIO  = 'radio'
Bootstrap radio style
BS_SHOW  = 'show'
Bootstrap show style
BS_SR_ONLY  = 'sr-only'
Bootstrap panel
BS_TABLE_ACTIVE  = 'table-active'
Bootstrap table default contextual color
BS_TABLE_CONDENSED  = 'table-condensed'
Bootstrap condensed table style
BS_TABLE_DANGER  = 'table-danger'
Bootstrap table danger contextual color
BS_TABLE_INFO  = 'table-info'
Bootstrap table info contextual color
BS_TABLE_PRIMARY  = 'table-primary'
Bootstrap table primary contextual color
BS_TABLE_SUCCESS  = 'table-success'
Bootstrap table success contextual color
BS_TABLE_WARNING  = 'table-warning'
Bootstrap table warning contextual color
BS_THUMBNAIL  = 'thumbnail'
Bootstrap well small style
BS_VISIBLE_LG  = 'visible-lg'
Bootstrap visible large style
BS_VISIBLE_MD  = 'visible-md'
Bootstrap visible medium style
BS_VISIBLE_PRINT  = 'visible-print-block'
Bootstrap hidden print block style
BS_VISIBLE_SM  = 'visible-sm'
Bootstrap visible small style
BS_VISIBLE_XS  = 'visible-xs'
Bootstrap visible extra small style
BS_WELL  = 'well'
Bootstrap well style
BS_WELL_LG  = 'well-lg'
Bootstrap well large style
BS_WELL_SM  = 'well-sm'
Bootstrap well small style
SIZE_LARGE  = 'lg'
bootstrap **large** size modifier
SIZE_MEDIUM  = 'md'
bootstrap **medium** size modifier (this is the default size)
SIZE_SMALL  = 'sm'
bootstrap **small** size modifier
SIZE_TINY  = 'xs'
bootstrap **extra small** size modifier - **deprecated** - use [[SIZE_X_SMALL]] instead
SIZE_X_LARGE  = 'xl'
bootstrap **extra large** size modifier
SIZE_X_SMALL  = 'xs'
bootstrap **extra small** size modifier
SIZE_XX_LARGE  = 'xxl'
bootstrap **extra extra large** size modifier

Constants

BS_BTN_DEFAULT

Bootstrap default button style

public mixed BS_BTN_DEFAULT = 'btn-default'

Bootstrap carousel control left style

public mixed BS_CAROUSEL_CONTROL_LEFT = 'carousel-control-left'

Bootstrap carousel control right style

public mixed BS_CAROUSEL_CONTROL_RIGHT = 'carousel-control-right'

Bootstrap carousel item style

public mixed BS_CAROUSEL_ITEM = 'carousel-item'

Bootstrap carousel item left style

public mixed BS_CAROUSEL_ITEM_LEFT = 'carousel-item-left'

Bootstrap carousel item next style

public mixed BS_CAROUSEL_ITEM_NEXT = 'carousel-item-next'

Bootstrap carousel item previous style

public mixed BS_CAROUSEL_ITEM_PREV = 'carousel-item-prev'

Bootstrap carousel item right style

public mixed BS_CAROUSEL_ITEM_RIGHT = 'carousel-item-right'

BS_CENTER_BLOCK

Bootstrap center block style

public mixed BS_CENTER_BLOCK = 'center-block'

BS_CONTROL_LABEL

Bootstrap label control style

public mixed BS_CONTROL_LABEL = 'control-label'

BS_DROPDOWN_DIVIDER

Bootstrap dropdown divider style

public mixed BS_DROPDOWN_DIVIDER = 'dropdown-divider'

BS_FORM_CONTROL_STATIC

Bootstrap form control static style

public mixed BS_FORM_CONTROL_STATIC = 'form-control-static'

BS_HELP_BLOCK

Bootstrap help block style

public mixed BS_HELP_BLOCK = 'form-text'

BS_HIDDEN_LG

Bootstrap hidden large style

public mixed BS_HIDDEN_LG = 'hidden-lg'

BS_HIDDEN_MD

Bootstrap hidden medium style

public mixed BS_HIDDEN_MD = 'hidden-md'

BS_HIDDEN_PRINT

Bootstrap hidden print style

public mixed BS_HIDDEN_PRINT = 'hidden-print'

BS_HIDDEN_SM

Bootstrap hidden small style

public mixed BS_HIDDEN_SM = 'hidden-sm'

BS_HIDDEN_XS

Bootstrap hidden extra small style

public mixed BS_HIDDEN_XS = 'hidden-xs'

BS_IMG_CIRCLE

Bootstrap image circle style

public mixed BS_IMG_CIRCLE = 'img-circle'

BS_IMG_RESPONSIVE

Bootstrap image responsive style

public mixed BS_IMG_RESPONSIVE = 'img-responsive'

BS_IMG_ROUNDED

Bootstrap image rounded style

public mixed BS_IMG_ROUNDED = 'img-rounded'

BS_LABEL_DANGER

Bootstrap label danger contextual color

public mixed BS_LABEL_DANGER = 'label-danger'

BS_LABEL_DARK

Bootstrap label default contextual color

public mixed BS_LABEL_DARK = 'label-dark'

BS_LABEL_DEFAULT

Bootstrap label default contextual color

public mixed BS_LABEL_DEFAULT = 'label-default'

BS_LABEL_INFO

Bootstrap label info contextual color

public mixed BS_LABEL_INFO = 'label-info'

BS_LABEL_LIGHT

Bootstrap label default contextual color

public mixed BS_LABEL_LIGHT = 'label-light'

BS_LABEL_PRIMARY

Bootstrap label primary contextual color

public mixed BS_LABEL_PRIMARY = 'label-primary'

BS_LABEL_SUCCESS

Bootstrap label success contextual color

public mixed BS_LABEL_SUCCESS = 'label-success'

BS_LABEL_WARNING

Bootstrap label warning contextual color

public mixed BS_LABEL_WARNING = 'label-warning'

BS_LIST_INLINE_ITEM

Bootstrap list inline item style

public mixed BS_LIST_INLINE_ITEM = 'list-inline-item'

BS_NAV_STACKED

Bootstrap NAV stacked style

public mixed BS_NAV_STACKED = 'nav-stacked'

BS_NAVBAR_BTN

Bootstrap navbar button style

public mixed BS_NAVBAR_BTN = 'navbar-btn'

BS_NAVBAR_DEFAULT

Bootstrap navbar right style

public mixed BS_NAVBAR_DEFAULT = 'navbar-default'

BS_NAVBAR_FIXTOP

Bootstrap navbar fixed top style

public mixed BS_NAVBAR_FIXTOP = 'navbar-fixed-top'

BS_NAVBAR_RIGHT

Bootstrap navbar right style

public mixed BS_NAVBAR_RIGHT = 'navbar-right'

BS_NAVBAR_TOGGLE

Bootstrap navbar toggle style

public mixed BS_NAVBAR_TOGGLE = 'navbar-toggle'

BS_PANEL_DANGER

Bootstrap panel danger contextual color

public mixed BS_PANEL_DANGER = 'panel-danger'

BS_PANEL_DARK

Bootstrap panel default contextual color

public mixed BS_PANEL_DARK = 'panel-dark'

BS_PANEL_DEFAULT

Bootstrap panel default contextual color

public mixed BS_PANEL_DEFAULT = 'panel-default'

Bootstrap panel footer

public mixed BS_PANEL_FOOTER = 'panel-footer'

BS_PANEL_HEADING

Bootstrap panel heading

public mixed BS_PANEL_HEADING = 'panel-heading'

BS_PANEL_INFO

Bootstrap panel info contextual color

public mixed BS_PANEL_INFO = 'panel-info'

BS_PANEL_PRIMARY

Bootstrap panel primary contextual color

public mixed BS_PANEL_PRIMARY = 'panel-primary'

BS_PANEL_SECONDARY

Bootstrap panel secondary contextual color

public mixed BS_PANEL_SECONDARY = 'panel-secondary'

BS_PANEL_SUCCESS

Bootstrap panel success contextual color

public mixed BS_PANEL_SUCCESS = 'panel-success'

BS_PANEL_TITLE

Bootstrap panel title

public mixed BS_PANEL_TITLE = 'panel-title'

BS_PANEL_WARNING

Bootstrap panel warning contextual color

public mixed BS_PANEL_WARNING = 'panel-warning'

BS_PROGRESS_BAR_ACTIVE

Bootstrap progress-bar active animated state

public mixed BS_PROGRESS_BAR_ACTIVE = 'progress-bar-active'

BS_PROGRESS_BAR_DANGER

Bootstrap progress-bar danger contextual color

public mixed BS_PROGRESS_BAR_DANGER = 'progress-bar-danger'

BS_PROGRESS_BAR_INFO

Bootstrap progress-bar info contextual color

public mixed BS_PROGRESS_BAR_INFO = 'progress-bar-info'

BS_PROGRESS_BAR_PRIMARY

Bootstrap progress-bar primary contextual color

public mixed BS_PROGRESS_BAR_PRIMARY = 'progress-bar-primary'

BS_PROGRESS_BAR_SUCCESS

Bootstrap progress-bar success contextual color

public mixed BS_PROGRESS_BAR_SUCCESS = 'progress-bar-success'

BS_PROGRESS_BAR_WARNING

Bootstrap progress-bar warning contextual color

public mixed BS_PROGRESS_BAR_WARNING = 'progress-bar-warning'

BS_PULL_RIGHT

Bootstrap pull right style

public mixed BS_PULL_RIGHT = 'pull-right'

BS_TABLE_ACTIVE

Bootstrap table default contextual color

public mixed BS_TABLE_ACTIVE = 'table-active'

BS_TABLE_CONDENSED

Bootstrap condensed table style

public mixed BS_TABLE_CONDENSED = 'table-condensed'

BS_TABLE_DANGER

Bootstrap table danger contextual color

public mixed BS_TABLE_DANGER = 'table-danger'

BS_TABLE_INFO

Bootstrap table info contextual color

public mixed BS_TABLE_INFO = 'table-info'

BS_TABLE_PRIMARY

Bootstrap table primary contextual color

public mixed BS_TABLE_PRIMARY = 'table-primary'

BS_TABLE_SUCCESS

Bootstrap table success contextual color

public mixed BS_TABLE_SUCCESS = 'table-success'

BS_TABLE_WARNING

Bootstrap table warning contextual color

public mixed BS_TABLE_WARNING = 'table-warning'

BS_THUMBNAIL

Bootstrap well small style

public mixed BS_THUMBNAIL = 'thumbnail'

BS_VISIBLE_LG

Bootstrap visible large style

public mixed BS_VISIBLE_LG = 'visible-lg'

BS_VISIBLE_MD

Bootstrap visible medium style

public mixed BS_VISIBLE_MD = 'visible-md'

BS_VISIBLE_PRINT

Bootstrap hidden print block style

public mixed BS_VISIBLE_PRINT = 'visible-print-block'

BS_VISIBLE_SM

Bootstrap visible small style

public mixed BS_VISIBLE_SM = 'visible-sm'

BS_VISIBLE_XS

Bootstrap visible extra small style

public mixed BS_VISIBLE_XS = 'visible-xs'

SIZE_MEDIUM

bootstrap **medium** size modifier (this is the default size)

public mixed SIZE_MEDIUM = 'md'

SIZE_TINY

bootstrap **extra small** size modifier - **deprecated** - use [[SIZE_X_SMALL]] instead

public mixed SIZE_TINY = 'xs'

SIZE_X_LARGE

bootstrap **extra large** size modifier

public mixed SIZE_X_LARGE = 'xl'

SIZE_X_SMALL

bootstrap **extra small** size modifier

public mixed SIZE_X_SMALL = 'xs'

SIZE_XX_LARGE

bootstrap **extra extra large** size modifier

public mixed SIZE_XX_LARGE = 'xxl'

        
On this page

Search results