HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
TbCollapse Class Reference

Public Member Functions

 init ()

Static Public Member Functions

static getNextContainerId ()

Public Attributes

const CONTAINER_PREFIX = 'yii_bootstrap_collapse_'
 $tagName = 'div'
 $parent = false
 $toggle = true
 $options = array()
 $events = array()
 $htmlOptions = array()

Static Private Attributes

static $_containerId = 0

Detailed Description

Definition at line 19 of file TbCollapse.php.

Member Function Documentation

static TbCollapse::getNextContainerId ( )
static

.getNextContainerId()

Returns the next collapse container ID.

Returns
string the id

Definition at line 112 of file TbCollapse.php.

TbCollapse::init ( )

.init()

Initializes the widget.

Definition at line 60 of file TbCollapse.php.

Member Data Documentation

TbCollapse::$_containerId = 0
staticprivate

Definition at line 53 of file TbCollapse.php.

TbCollapse::$events = array()

Definition at line 46 of file TbCollapse.php.

TbCollapse::$htmlOptions = array()

Definition at line 51 of file TbCollapse.php.

TbCollapse::$options = array()

Definition at line 41 of file TbCollapse.php.

TbCollapse::$parent = false

Definition at line 31 of file TbCollapse.php.

TbCollapse::$tagName = 'div'

Definition at line 26 of file TbCollapse.php.

TbCollapse::$toggle = true

Definition at line 36 of file TbCollapse.php.

const TbCollapse::CONTAINER_PREFIX = 'yii_bootstrap_collapse_'

Definition at line 21 of file TbCollapse.php.


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