PHP 클래스 WhTimePicker

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

공개 프로퍼티들

프로퍼티 타입 설명
$events the JavaScript event handlers.
$htmlOptions the HTML attributes for the widget container.
$pluginOptions the options for the Bootstrap JavaScript plugin. Available options: template string 'dropdown' (default), Show picker in a dropdown 'modal', Show picker in a modal false, Don't show a widget minuteStep integer 15 Specify a step for the minute field. showSeconds boolean false Show the seconds field. secondStep integer 15 Specify a step for the second field. defaultTime string 'current' (default) Set to the current time. 'value' Set to inputs current value false Do not set a default time showMeridian boolean true (default) 12hr mode false24hr mode showInputs boolean true (default )Shows the text inputs in the widget. false Hide the text inputs in the widget disableFocus boolean false Disables the input from focusing. This is useful for touch screen devices that display a keyboard on input focus. modalBackdrop boolean false Show modal backdrop.

공개 메소드들

메소드 설명
init ( ) Initializes the widget.
registerClientScript ( ) Registers required javascript files
renderField ( ) Renders the field
run ( ) Runs the widget.

메소드 상세

init() 공개 메소드

Initializes the widget.
public init ( )

registerClientScript() 공개 메소드

Registers required javascript files

renderField() 공개 메소드

Renders the field
public renderField ( )

run() 공개 메소드

Runs the widget.
public run ( )

프로퍼티 상세

$events 공개적으로 프로퍼티

the JavaScript event handlers.
public $events

$htmlOptions 공개적으로 프로퍼티

the HTML attributes for the widget container.
public $htmlOptions

$pluginOptions 공개적으로 프로퍼티

the options for the Bootstrap JavaScript plugin. Available options: template string 'dropdown' (default), Show picker in a dropdown 'modal', Show picker in a modal false, Don't show a widget minuteStep integer 15 Specify a step for the minute field. showSeconds boolean false Show the seconds field. secondStep integer 15 Specify a step for the second field. defaultTime string 'current' (default) Set to the current time. 'value' Set to inputs current value false Do not set a default time showMeridian boolean true (default) 12hr mode false24hr mode showInputs boolean true (default )Shows the text inputs in the widget. false Hide the text inputs in the widget disableFocus boolean false Disables the input from focusing. This is useful for touch screen devices that display a keyboard on input focus. modalBackdrop boolean false Show modal backdrop.
public $pluginOptions