Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dijit/form/TimeTextBox.js

  • Provides:

    • dijit.form.TimeTextBox
  • Requires:

    • dijit._TimePicker in common
    • dijit.form._DateTimeTextBox in common
  • dijit.form.TimeTextBox.__Constraints

    • type
      Function
    • chains:
      • dijit.form._DateTimeTextBox.__Constraints: (prototype)
      • dijit._TimePicker.__Constraints.prototype: (prototype)
      • dijit.form._DateTimeTextBox.__Constraints: (call)
      • dijit._TimePicker.__Constraints: (call)
  • dijit.form.TimeTextBox

    • type
      Function
    • chains:
      • dijit.form._DateTimeTextBox: (prototype)
      • dijit.form._DateTimeTextBox: (call)
    • summary
      A validating, serializable, range-bound time text box with a drop down time picker
  • dijit.form.TimeTextBox.baseClass

    • type
      String
  • dijit.form.TimeTextBox.popupClass

    • type
      String
  • dijit.form.TimeTextBox._selector

    • type
      String
  • dijit.form.TimeTextBox.constraints

    • type
      dijit.form.TimeTextBox.__Constraints
  • dijit.form.TimeTextBox.value

    • type
      Date
    • summary
      The value of this widget as a JavaScript Date object.  Note that the date portion implies time zone and daylight savings rules.
      
      Example:
      	new dijit.form.TimeTextBox({value: dojo.date.stamp.fromISOString("T12:59:59", new Date())})
      
      When passed to the parser in markup, must be specified according to locale-independent
      <code>dojo.date.stamp.fromISOString</code> format.
      
      Example:
      	&lt;input dojotype='dijit.form.TimeTextBox' value='T12:34:00'&gt;
      
      
      value.toString()=&quot;NaN&quot;
      FIXME: in markup, you have no control over daylight savings
  • dijit.form.TimeTextBox._onKey

    • parameters:
      • evt
    • type
      Function
  • dijit.form

    • type
      Object
  • dijit

    • type
      Object