Vitex Software's Ease Twitter Bootstrap4

NavItemDropDown extends DivTag
in package

Description of DropDown.

Tags
author

Vítězslav Dvořák info@vitexsoftware.cz

Table of Contents

Properties

$dropdownMenu  : DivTag

Methods

__construct()  : mixed
DropDown menu.
addDropdownItem()  : void
add one dropdown item.
finalize()  : void
handle()  : ATag
DropDown handle.

Properties

Methods

__construct()

DropDown menu.

public __construct(string $heading[, array<string|int, mixed> $items = [] ]) : mixed
Parameters
$heading : string
$items : array<string|int, mixed> = []

addDropdownItem()

add one dropdown item.

public addDropdownItem(string $label, string $url) : void
Parameters
$label : string

or empty for divider

$url : string

handle()

DropDown handle.

public handle(string $heading) : ATag
Parameters
$heading : string
Return values
ATag

        
On this page

Search results