
Public Member Functions | |
| index () | |
| view ($id) | |
| Generic view method: to override in real modules or create specific view methods if more types are handled by this module, like view[ModelName] (e.g. | |
| viewArea ($id=null) | |
| viewSection ($id=null) | |
| saveTree () | |
| saveArea () | |
| Add or modify area URLOK and URLERROR should be defined. | |
| saveSection () | |
| Save/modify section. | |
| delete () | |
| Generic delete method: to override in real modules. | |
| loadSectionAjax ($id) | |
| load section object | |
| listContentAjax ($id) | |
| load contents for a section | |
| listSectionAjax ($id) | |
| load children section | |
Public Attributes | |
| $name = 'Areas' | |
| $helpers = array('BeTree', 'BeToolbar') | |
| $components = array('BeTree', 'BeCustomProperty', 'BeLangText') | |
| $uses = array('BEObject', 'Area', 'Section', 'Tree', 'User', 'Group', 'ObjectType') | |
Protected Member Functions | |
| forward ($action, $esito) | |
Protected Attributes | |
| $moduleName = 'areas' | |
Definition at line 32 of file areas_controller.php.
| AreasController.view | ( | $ | id | ) |
Generic view method: to override in real modules or create specific view methods if more types are handled by this module, like view[ModelName] (e.g.
viewDocument, viewEvent...) This methods will be called automagically....
| integer | $id object id to view |
Reimplemented from ModulesController.
Definition at line 47 of file areas_controller.php.
| AreasController.saveSection | ( | ) |
Save/modify section.
URLOK and URLERROR should be defined.
Definition at line 165 of file areas_controller.php.
References AppController.eventInfo(), and AppController.userInfoMessage().
| AreasController.delete | ( | ) |
Generic delete method: to override in real modules.
If more types are handled by this module create specific delete methods like delete[ModelName] (e.g. deleteDocument, deleteEvent...) This methods will be called automagically....
Reimplemented from ModulesController.
Definition at line 232 of file areas_controller.php.
| AreasController.loadSectionAjax | ( | $ | id | ) |
| AreasController.listContentAjax | ( | $ | id | ) |
load contents for a section
| int | $id |
Definition at line 295 of file areas_controller.php.
| AreasController.listSectionAjax | ( | $ | id | ) |
BEdita 3.0.1 betula