Agile Toolkit
4.2
Agile Toolkit is a powerful web development framework. Inspired by GUI Applications development
|
Public Member Functions | |
init () | |
reloadJS () | |
initMainPage () | |
page_edit () | |
Data Fields | |
$controller = null | |
$model = null | |
$c | |
$allow_add = true | |
$allow_edit = true | |
$allow_delete = true | |
$grid_actual_fields = false | |
$edit_actual_fields = false | |
$add_actual_fields | |
$read_only = false | |
$grid | |
$form |
init | ( | ) |
Initialize object. Always call parent
This method is called for initialization
Reimplemented from Page.
initMainPage | ( | ) |
page_edit | ( | ) |
reloadJS | ( | ) |
$add_actual_fields |
$allow_add = true |
$allow_delete = true |
$allow_edit = true |
$c |
$controller = null |
Reference to the current controller. Read only. Use setController()
Reimplemented from AbstractObject.
$edit_actual_fields = false |
$form |
$grid |
$grid_actual_fields = false |
$model = null |
Reference to the current model. Read only. Use setModel()
Reimplemented from AbstractObject.
$read_only = false |