Class AdminPageFramework_Widget_Documentation
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.
Abstract
Package: AdminPageFramework\Widget
Since: 3.3.0
Example: ../../../example/APF_Widget.php
Heading: Widget
Located at _document/AdminPageFramework_Widget_Documentation.php
Package: AdminPageFramework\Widget
Since: 3.3.0
Example: ../../../example/APF_Widget.php
Heading: Widget
Located at _document/AdminPageFramework_Widget_Documentation.php