PHP Класс TbModal

См. также:
Наследование: 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 ( ) ### .init()
run ( ) ### .run()

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

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

Initializes the widget.
public init ( )

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