inputEx-library

inputEx  0.7.1

inputEx-library > inputEx > inputEx.DateTimeField
Search:
 
Filters

Class inputEx.DateTimeField - extends inputEx.CombineField

A field limited to number inputs (floating)

Constructor

inputEx.DateTimeField ( options )
Parameters:
options <Object> Added options
  • dateFormat: same as DateField

Properties inherited from inputEx.Field:

Methods

getValue

Date getValue ( )
Concat the values to return a date
Returns: Date
The javascript Date object

setValue

void setValue ( val , [sendUpdatedEvt] )
Set the value of both subfields
Parameters:
val <Date> Date to set
[sendUpdatedEvt] <boolean> (optional) Wether this setValue should fire the updatedEvt or not (default is true, pass false to NOT send the event)

Events inherited from inputEx.Field:


Copyright © 2011 Eric Abouaf All rights reserved.