CAF Shared JavaScript

Class CAF.Input

Object
   |
   +--CAF.Input

class CAF.Input


Input utilities.
Defined in core.js


Nested Class Summary
<static class> CAF.Input.Model
<static class> CAF.Input.File
 
Field Summary
<static>  Object checkValueChangesInterval
          check for value changes every x ms
<static>  Object ValidatorTimeout
          
 
Constructor Summary
CAF.Input ()
           
 
Method Summary
<static> void addValidator(id, validator, key, nowait)
           Registers a validator.
<static> void synchronizeValues(ids)
           Synchronizes the values of the specified controls (ie when one control's value changes, updates the other controls' values).
<static> Object validate(form, setfocus)
           Validates all the input controls in the specified form, returning an aggregate error message.

Field Detail

checkValueChangesInterval

<static> Object checkValueChangesInterval

ValidatorTimeout

<static> Object ValidatorTimeout

Constructor Detail

CAF.Input

CAF.Input()

Method Detail

addValidator

<static> void addValidator(id, validator, key, nowait)

synchronizeValues

<static> void synchronizeValues(ids)

validate

<static> Object validate(form, setfocus)

CAF Shared JavaScript

Documentation generated by JSDoc on Sun Sep 15 20:21:18 2019