Package ZenUtils :: Module Ext
[hide private]
[frames] | no frames]

Module Ext

source code

Classes [hide private]
  FormResponse
Builds a response for an Ext form.
Functions [hide private]
 
form_action(f)
Decorator for methods that are the targets of Ext form submission.
source code
Function Details [hide private]

form_action(f)

source code 

Decorator for methods that are the targets of Ext form submission.

Provides transaction rollback, so methods can be used as their own validation without harm.