PHP Класс TbModalManager

См. также: https://github.com/jschr/bootstrap-modal/
Наследование: extends CWidget
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$autoOpen indicates whether to automatically open the modal when initialized. Defaults to 'false'.
$events the Javascript event handlers.
$fade indicates whether the modal should use transitions. Defaults to 'true'.
$htmlOptions the HTML attributes for the widget container.
$options the options for the Bootstrap Javascript plugin.

Открытые методы

Метод Описание
init ( ) Initializes the widget.
registerClientScript ( integer $id ) Registers required
run ( ) Runs the widget.

Описание методов

init() публичный Метод

Initializes the widget.
public init ( )

registerClientScript() публичный Метод

Registers required
public registerClientScript ( integer $id )
$id integer

run() публичный Метод

Runs the widget.
public run ( )

Описание свойств

$autoOpen публичное свойство

indicates whether to automatically open the modal when initialized. Defaults to 'false'.
public $autoOpen

$events публичное свойство

the Javascript event handlers.
public $events

$fade публичное свойство

indicates whether the modal should use transitions. Defaults to 'true'.
public $fade

$htmlOptions публичное свойство

the HTML attributes for the widget container.
public $htmlOptions

$options публичное свойство

the options for the Bootstrap Javascript plugin.
public $options