inputEx-library

inputEx  0.7.1

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

Class inputEx.TimeField - extends inputEx.CombineField

A field limited to number inputs (floating)

Constructor

inputEx.TimeField ( options )
Parameters:
options <Object> inputEx.Field options object

Properties inherited from inputEx.Field:

Methods

getValue

String getValue ( )
Returns a string like HH:MM:SS
Returns: String
Hour string

setValue

void setValue ( str , [sendUpdatedEvt] )
Set the value
Parameters:
str <String> Hour string (format HH:MM:SS)
[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.