WPDK  1.5.0
WordPress Development Kit
 All Data Structures Files Functions Variables Pages
WPDKjQueryTab Class Reference

Public Member Functions

 __construct ($id, $title, $content= '')
 Construct. More...
 

Data Fields

 $content
 Content tab. More...
 
 $id
 Tab ID. More...
 
 $title
 Title. More...
 

Detailed Description

This is the model of a single jQuery tab

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

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

Constructor & Destructor Documentation

__construct (   $id,
  $title,
  $content = '' 
)

Construct.

Create an instance of WPDKjQueryTab class

Parameters
string | WPDKView$idThe tab ID or an instance of WPDKView
string$titleThe tab title
string$contentOptional. HTML markup of content

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

Field Documentation

string $content

Content tab.

The HTML markup for tab content

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

string $id

Tab ID.

The jQuery tab ID

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

string $title

Title.

The tab title

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


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