PHP Класс TbMenu

См. также:
Наследование: extends TbBaseMenu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$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'.

Открытые методы

Метод Описание
getDividerCssClass ( ) : string ### .getDividerCssClass()
getDropdownCssClass ( ) : string ### .getDropdownCssClass()
init ( ) ### .init()
isVertical ( ) : boolean ### .isVertical()

Описание методов

getDividerCssClass() публичный метод

Returns the divider css class.
public getDividerCssClass ( ) : string
Результат string the class name

getDropdownCssClass() публичный метод

Returns the dropdown css class.
public getDropdownCssClass ( ) : string
Результат string the class name

init() публичный метод

Initializes the widget.
public init ( )

isVertical() публичный метод

Returns whether this is a vertical menu.
public isVertical ( ) : boolean
Результат boolean the result

Описание свойств

$dropup публичное свойство

indicates whether dropdowns should be dropups instead.
public $dropup

$scrollspy публичное свойство

the scrollspy target or configuration.
public $scrollspy

$stacked публичное свойство

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

$type публичное свойство

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