PHP 클래스 TbModalManager

또한 보기: https://github.com/jschr/bootstrap-modal/
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

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