PHP Class TbMenu

See also:
Inheritance: extends TbBaseMenu
Afficher le fichier Open project: yinhe/yincart Class Usage Examples

Méthodes publiques

Свойство Type Description
$dropup indicates whether dropdowns should be dropups instead.
$scrollspy the scrollspy target or configuration.
$stacked indicates whether the menu should appear vertically stacked.
$type the menu type. Valid values are 'tabs', 'pills', or 'list'.

Méthodes publiques

Méthode Description
getDividerCssClass ( ) : string ### .getDividerCssClass()
getDropdownCssClass ( ) : string ### .getDropdownCssClass()
init ( ) ### .init()
isVertical ( ) : boolean ### .isVertical()

Method Details

getDividerCssClass() public méthode

Returns the divider css class.
public getDividerCssClass ( ) : string
Résultat string the class name

getDropdownCssClass() public méthode

Returns the dropdown css class.
public getDropdownCssClass ( ) : string
Résultat string the class name

init() public méthode

Initializes the widget.
public init ( )

isVertical() public méthode

Returns whether this is a vertical menu.
public isVertical ( ) : boolean
Résultat boolean the result

Property Details

$dropup public_oe property

indicates whether dropdowns should be dropups instead.
public $dropup

$scrollspy public_oe property

the scrollspy target or configuration.
public $scrollspy

$stacked public_oe property

indicates whether the menu should appear vertically stacked.
public $stacked

$type public_oe property

the menu type. Valid values are 'tabs', 'pills', or 'list'.
public $type