PHP 클래스 TbDateRangePicker

상속: extends TbBaseInputWidget
파일 보기 프로젝트 열기: yinhe/yincart

공개 프로퍼티들

프로퍼티 타입 설명
$callback JS Callback for Daterange picker
$form when created via TbActiveForm. this attribute is set to the form that renders the widget
$htmlOptions the HTML attributes for the widget container.
$options Options to be passed to daterange picker
$selector string

공개 메소드들

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

비공개 메소드들

메소드 설명
setDaysOfWeekNames ( ) ### .setDaysOfWeekNames()
setLocaleSettings ( ) ### .setLocaleSettings()
setMonthNames ( ) ### .setMonthNames()

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

registerClientScript() 공개 메소드

Registers required css js files

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$callback 공개적으로 프로퍼티

JS Callback for Daterange picker
public $callback

$form 공개적으로 프로퍼티

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

$htmlOptions 공개적으로 프로퍼티

the HTML attributes for the widget container.
public $htmlOptions

$options 공개적으로 프로퍼티

Options to be passed to daterange picker
public $options

$selector 공개적으로 프로퍼티

public string $selector
리턴 string