Documentation

Values

Manupilates values of the form and form fields.

Methods
clear clears all the field in a specified form
focus sets focus into the necessary component
getCleanValues returns hash of original form values
getDirtyValues returns hash of changed values
getValues derives input values from the form
isDirty checks whether changes within form were made
setDirty marks the form as the one with changed values and vice versa
setValues sets values into all the form inputs
Events
onAfterLoad fires after server side loading is complete
onChange fires when data in the input or related form/toolbar is changed
onValues fires after values have been set within toolbar or form
Back to top