PHP Класс TbAlert

См. также: http://twitter.github.com/bootstrap/javascript.html#alerts
Наследование: extends CWidget
Показать файл Открыть проект

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

Свойство Тип Описание
$alerts the alerts configurations.
$block indicates whether the alert should be an alert block. Defaults to 'true'.
$closeText the close link text. If this is set false, no close link will be displayed.
$events the Javascript event handlers.
$fade indicates whether alerts should use transitions. Defaults to 'true'.
$htmlOptions the HTML attributes for the widget container.
$userComponentId User-component for getting flash messages.

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

Метод Описание
init ( ) ### .init()
run ( ) ### .run()

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

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

Initializes the widget.
public init ( )

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

Runs the widget.
public run ( )

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

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

the alerts configurations.
public $alerts

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

indicates whether the alert should be an alert block. Defaults to 'true'.
public $block

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

the close link text. If this is set false, no close link will be displayed.
public $closeText

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

the Javascript event handlers.
public $events

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

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

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

the HTML attributes for the widget container.
public $htmlOptions

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

User-component for getting flash messages.
public $userComponentId