Documentation

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
Back to top