bootstrap\BootstrapPluginAsset $js

$js public property public $js = ['js/bootstrap.js']

bootstrap\BootstrapPluginAsset $depends

$depends public property public $depends = ['yii\web\JqueryAsset', 'yii\bootstrap\BootstrapAsset']

bootstrap\BootstrapAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/bootstrap/dist'

bootstrap\BootstrapAsset $css

$css public property public $css = ['css/bootstrap.css']

bootstrap\BaseHtml staticControl()

staticControl() public static method Renders Bootstrap static form control. By default value will be HTML-encoded using encode(), you may control this behavior via 'encode' option. See also http://getbootstrap.com/css/#forms-controls-static. public static string staticControl ( $value, $options = [] )$value string Static control value. $options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. There are also a special opt

bootstrap\BaseHtml icon()

icon() public static method Composes icon HTML for bootstrap Glyphicons. See also http://getbootstrap.com/components/#glyphicons. public static string icon ( $name, $options = [] )$name string Icon short name, for example: 'star' $options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. There are also a special options: tag: string, tag to be rendered, by default 'span' is used. prefix: string, prefix which should be use

bootstrap\BaseHtml activeStaticControl()

activeStaticControl() public static method Generates a Bootstrap static form control for the given model attribute. See also staticControl(). public static string activeStaticControl ( $model, $attribute, $options = [] )$model yii\base\Model The model object. $attribute string The attribute name or expression. See getAttributeName() for the format about attribute expression. $options array The tag options in terms of name-value pairs. See staticControl() for details. return string

bootstrap\Alert run()

run() public method Renders the widget. public void run ( )

bootstrap\Alert renderCloseButton()

renderCloseButton() protected method Renders the close button. protected string renderCloseButton ( )return string The rendering result

bootstrap\Alert renderBodyEnd()

renderBodyEnd() protected method Renders the alert body (if any). protected string renderBodyEnd ( )return string The rendering result