action - action(action, [event])
Called when user clicks form's button.
Resets the form.
Display error message.
Generate HTML template for simple forms (Internal method).
get - get([field], [returnIndex])
Finds and returns the field object or its index.
Compares current record object to original and returns difference.
Opens specified form page.
lock - lock(message, [showSpinner])
Locks the form and displays a status message.
Reloads record data and refreshes the form.
request - request([postData], [callBack])
Reloads record data and refreshes the form.
save - save([postData], [callBack])
Submits record data to remote data source for saving.
Extends field object with obj.
submit - submit([postData], [callBack])
Submits record data to remote data source for saving.
Unlocks the form.
Performs form validation.
Destroys the object.
off - off(type, [handler])
Removes event listener from the object.
Adds event listener to a object.
Refreshes the object without completely re-inserting it.
Renders the object into box.
Resizes the object to the width and height of its container.
Executes all event listeners added with on() method.