PHP 클래스 TbAlert

또한 보기: http://twitter.github.com/bootstrap/javascript.html#alerts
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$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