PHP 클래스 TbMenu

또한 보기:
상속: extends TbBaseMenu
파일 보기 프로젝트 열기: yinhe/yincart 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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