PHP 클래스 TbDatePicker

저자: : antonio ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$events the JavaScript event handlers.
$form when created via TbActiveForm. This attribute is set to the form that renders the widget
$options the options for the Bootstrap JavaScript plugin.

공개 메소드들

메소드 설명
init ( ) ### .init()
registerClientScript ( ) ### .registerClientScript()
registerLanguageScript ( )
run ( ) ### .run()

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

registerClientScript() 공개 메소드

Registers required client script for bootstrap datepicker. It is not used through bootstrap->registerPlugin in order to attach events if any

registerLanguageScript() 공개 메소드

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$events 공개적으로 프로퍼티

the JavaScript event handlers.
public $events

$form 공개적으로 프로퍼티

when created via TbActiveForm. This attribute is set to the form that renders the widget
public $form

$options 공개적으로 프로퍼티

the options for the Bootstrap JavaScript plugin.
public $options