Widget
Provides an abstract base to create widgets and their forms.
Usage
- Extend the AdminPageFramework_Widget factory class.
- Define the form in
load()
method. - Define the front-end output of the widget in
content()
method. - Instantiate the class by passing the widget title in the first parameter.
Classes
AdminPageFramework_Widget | Provides methods for creating widgets. |
AdminPageFramework_Widget_Controller | Provides methods of views for the widget factory class. |
AdminPageFramework_Widget_Model | Provides methods of models for the widget factory class. |
AdminPageFramework_Widget_View | Provides methods of views for the widget factory class. |