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

Public Member Functions

 init ()
 run ()

Public Attributes

const CONTAINER_PREFIX = 'yii_booster_collapse_'
const TYPE_DEFAULT = 'default'
const TYPE_INVERSE = 'inverse'
const FIXED_TOP = 'top'
const FIXED_BOTTOM = 'bottom'
 $type = self::TYPE_DEFAULT
 $brand
 $brandUrl
 $brandOptions = array()
 $items = array()
 $fixed = self::FIXED_TOP
 $fluid = false
 $collapse = true
 $htmlOptions = array()

Protected Member Functions

 getContainerCssClass ()

Detailed Description

Definition at line 18 of file TbNavbar.php.

Member Function Documentation

TbNavbar::getContainerCssClass ( )
protected

.getContainerCssClass()

Returns the navbar container CSS class.

Returns
string the class

Definition at line 183 of file TbNavbar.php.

Here is the caller graph for this function:

TbNavbar::init ( )

.init()

Initializes the widget.

Definition at line 86 of file TbNavbar.php.

TbNavbar::run ( )

.run()

Runs the widget.

Definition at line 133 of file TbNavbar.php.

Here is the call graph for this function:

Member Data Documentation

TbNavbar::$brand

Definition at line 39 of file TbNavbar.php.

TbNavbar::$brandOptions = array()

Definition at line 49 of file TbNavbar.php.

TbNavbar::$brandUrl

Definition at line 44 of file TbNavbar.php.

TbNavbar::$collapse = true

Definition at line 74 of file TbNavbar.php.

TbNavbar::$fixed = self::FIXED_TOP

Definition at line 63 of file TbNavbar.php.

TbNavbar::$fluid = false

Definition at line 69 of file TbNavbar.php.

TbNavbar::$htmlOptions = array()

Definition at line 79 of file TbNavbar.php.

TbNavbar::$items = array()

Definition at line 55 of file TbNavbar.php.

TbNavbar::$type = self::TYPE_DEFAULT

Definition at line 34 of file TbNavbar.php.

const TbNavbar::CONTAINER_PREFIX = 'yii_booster_collapse_'

Definition at line 20 of file TbNavbar.php.

const TbNavbar::FIXED_BOTTOM = 'bottom'

Definition at line 28 of file TbNavbar.php.

const TbNavbar::FIXED_TOP = 'top'

Definition at line 27 of file TbNavbar.php.

const TbNavbar::TYPE_DEFAULT = 'default'

Definition at line 23 of file TbNavbar.php.

const TbNavbar::TYPE_INVERSE = 'inverse'

Definition at line 24 of file TbNavbar.php.


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