WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKjQueryTabsViewController Class Reference
Inheritance diagram for WPDKjQueryTabsViewController:
WPDKViewController WPDKObject WPDKPreferencesViewController

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...
 

Detailed Description

A jQuery tabs view controller

Author
=undo= info@.nosp@m.wpxt.nosp@m.re.me
Date
2012-11-28
Version
0.8.1

Definition at line 196 of file wpdk-jquery.php.

Constructor & Destructor Documentation

__construct (   $id,
  $title,
  $view 
)

Construct.

Create an instane of WPDKjQueryTabsViewController class

Parameters
string$idA lowercase id used in HTML markup
string$titleThe view controller title
WPDKjQueryTabsView$viewAn instance of WPDKjQueryTabView class
Returns
WPDKjQueryTabsViewController

Definition at line 209 of file wpdk-jquery.php.


The documentation for this class was generated from the following file: