PHP 클래스 TbModal

또한 보기:
상속: extends CWidget
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

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