|
Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
| init () | |
| setController ($controller) | |
| setModel ($model, $fields=null, $grid_fields=null) | |
| initComponents () | |
| formSubmit ($form) | |
| formSubmitSuccess () | |
Data Fields | |
| $form = null | |
| $grid = null | |
| $grid_class = 'Grid' | |
| $form_class = 'Form' | |
| $allow_add = true | |
| $allow_edit = true | |
| $allow_del = true | |
| $add_button | |
| $frame_options = null | |
| formSubmit | ( | $ | form | ) |
| init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from AbstractObject.
| initComponents | ( | ) |
| setController | ( | $ | controller | ) |
Reimplemented from AbstractObject.
| setModel | ( | $ | model, |
| $ | fields = null, |
||
| $ | grid_fields = null |
||
| ) |
| $add_button |
| $allow_add = true |
| $allow_del = true |
| $allow_edit = true |
| $form = null |
| $form_class = 'Form' |
| $frame_options = null |
| $grid = null |
| $grid_class = 'Grid' |