bootstrap\Modal $footerOptions

$footerOptions public property (available since version 2.0.1) Additional footer options See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public string $footerOptions = null

bootstrap\Modal $headerOptions

$headerOptions public property (available since version 2.0.1) Additional header options See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public string $headerOptions = null

bootstrap\Modal $toggleButton

$toggleButton public property The options for rendering the toggle button tag. The toggle button is used to toggle the visibility of the modal window. If this property is false, no toggle button will be rendered. The following special options are supported: tag: string, the tag name of the button. Defaults to 'button'. label: string, the label of the button. Defaults to 'Show'. The rest of the options will be rendered as the HTML attributes of the button tag. Please refer to the Modal plugi

bootstrap\Modal $size

$size public property The modal size. Can be SIZE_LARGE or SIZE_SMALL, or empty for default. public string $size = null

bootstrap\InputWidget

All Classes | Properties | Methods Inheritance yii\bootstrap\InputWidget » yii\widgets\InputWidget » yii\base\Widget » yii\base\Component » yii\base\Object Implements yii\base\Configurable, yii\base\ViewContextInterface Uses Traits yii\bootstrap\BootstrapWidgetTrait Subclasses yii\bootstrap\ToggleButtonGroup Available since version 2.0.6 Source Code https://github.com/yiisoft/yii2-bootstrap/blob/master/InputWidget.php InputWidget is an adjusted for bootstrap needs version of yii\widget

bootstrap\Modal $closeButton

$closeButton public property The options for rendering the close button tag. The close button is displayed in the header of the modal window. Clicking on the button will hide the modal window. If this is false, no close button will be rendered. The following special options are supported: tag: string, the tag name of the button. Defaults to 'button'. label: string, the label of the button. Defaults to '×'. The rest of the options will be rendered as the HTML attributes of the button tag. Pl

bootstrap\Modal $footer

$footer public property The footer content in the modal window. public string $footer = null

bootstrap\Html

All Classes | Properties | Methods Inheritance yii\bootstrap\Html » yii\bootstrap\BaseHtml » yii\helpers\Html » yii\helpers\BaseHtml Available since version 2.0.5 Source Code https://github.com/yiisoft/yii2-bootstrap/blob/master/Html.php Html is an enhanced version of yii\helpers\Html helper class dedicated to the Bootstrap needs. This class inherits all functionality available at yii\helpers\Html and can be used as substitute. Attention: do not confuse yii\bootstrap\Html and yii\helpers

bootstrap\Dropdown $items

$items public property List of menu items in the dropdown. Each array element can be either an HTML string, or an array representing a single menu with the following structure: label: string, required, the label of the item link. encode: boolean, optional, whether to HTML-ecnode item label. url: string|array, optional, the url of the item link. This will be processed by \yii\bootstrap\Url::to(). If not set, the item will be treated as a menu header when the item has no sub-menu. visible: bo

bootstrap\Dropdown init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )