![]() |
WPDK
1.5.0
WordPress Development Kit
|
Public Member Functions | |
| __construct ($id, $title, $view) | |
| Construct. More... | |
Public Member Functions inherited from WPDKViewController | |
| __construct ($id, $title) | |
| Construct. More... | |
| admin_head () | |
| Head. More... | |
| _admin_head () | |
| Head. More... | |
| load () | |
| Head. More... | |
| html () | |
| Get HTML markup content. More... | |
| display () | |
| Display the view controller. More... | |
Public Member Functions inherited from WPDKObject | |
| __className () | |
| Returns the class object. More... | |
| __parentClass () | |
| Returns the class object for the receiver’s superclass. More... | |
| __isClass ($class) | |
| Brief. More... | |
| __isSubclassOfClass ($class) | |
| Return TRUE if the receiving class is a subclass of —or identical to— $class, otherwise FALSE. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from WPDKViewController | |
| static | initWithView ($id, $title, $view) |
| Init a view controller with a view. More... | |
| static | didHeadLoad () |
| Head. More... | |
| static | willLoad () |
| Head. More... | |
Data Fields inherited from WPDKViewController | |
| $__version = '0.9.22' | |
| Version. More... | |
| $id = '' | |
| ID. More... | |
| $title = '' | |
| Title. More... | |
| $view | |
| The root view. More... | |
| $viewHead | |
| The header view. More... | |
A jQuery tabs view controller
Definition at line 196 of file wpdk-jquery.php.
| __construct | ( | $id, | |
| $title, | |||
| $view | |||
| ) |
Construct.
Create an instane of WPDKjQueryTabsViewController class
| string | $id | A lowercase id used in HTML markup |
| string | $title | The view controller title |
| WPDKjQueryTabsView | $view | An instance of WPDKjQueryTabView class |
Definition at line 209 of file wpdk-jquery.php.