YiiWheels
  • Package
  • Class
  • Tree

Packages

  • None
  • yiiwheels
    • behaviors
    • widgets
    • widgets
      • ace
      • box
      • datepicker
      • daterangepicker
      • datetimepicker
      • detail
      • fileupload
      • fileuploader
      • gallery
      • google
      • grid
        • behaviors
        • operations
      • highcharts
      • maskInput
      • maskmoney
      • modal
      • multiselect
      • rangeslider
      • redactor
      • select2
      • sparklines
      • switch
      • timeago
      • timepicker
      • toggle
      • typeahead

Classes

  • WhTimePicker

Class WhTimePicker

CInputWidget
Extended by WhTimePicker
Package: YiiWheels\widgets\timepicker
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/timepicker/WhTimePicker.php

Methods summary

public
# init( )

Initializes the widget.

Initializes the widget.

public
# run( )

Runs the widget.

Runs the widget.

public
# renderField( )

Renders the field

Renders the field

public
# registerClientScript( )

Registers required javascript files

Registers required javascript files

Magic methods summary

Properties summary

public array $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.

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 string[] $events
#

the JavaScript event handlers.

the JavaScript event handlers.

public array $htmlOptions
#

the HTML attributes for the widget container.

the HTML attributes for the widget container.

YiiWheels API documentation generated by ApiGen 2.8.0