PHP 클래스 WhDatePicker

저자: Antonio Ramirez ([email protected])
상속: extends CInputWidget
파일 보기 프로젝트 열기: 2amigos/yiiwheels

공개 프로퍼티들

프로퍼티 타입 설명
$events the JavaScript event handlers.
$pluginOptions the options for the Bootstrap JavaScript plugin.

공개 메소드들

메소드 설명
init ( ) Initializes the widget.
initOptions ( ) Initializes options
registerClientScript ( ) Registers required client script for bootstrap datepicker.
renderField ( ) Renders field
run ( ) Runs the widget.

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

initOptions() 공개 메소드

Initializes options
public initOptions ( )

registerClientScript() 공개 메소드

Registers required client script for bootstrap datepicker.

renderField() 공개 메소드

Renders field
public renderField ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$events 공개적으로 프로퍼티

the JavaScript event handlers.
public $events

$pluginOptions 공개적으로 프로퍼티

the options for the Bootstrap JavaScript plugin.
public $pluginOptions