Property | Type | Description | |
---|---|---|---|
$brand | the text for the brand. | ||
$brandOptions | the HTML attributes for the brand link. | ||
$brandUrl | the URL for the brand link. | ||
$collapse | whether to enable collapsing on narrow screens. Default to false. | ||
$fixed | fix location of the navbar if applicable. Valid values are 'top' and 'bottom'. Defaults to 'top'. Setting the value to false will make the navbar static. | ||
$fluid | whether the nav span over the full width. Defaults to false. | ||
$htmlOptions | the HTML attributes for the widget container. | ||
$items | navigation items. | ||
$type | the navbar type. Valid values are 'inverse'. |
Method | Description | |
---|---|---|
init ( ) | ### .init() | |
run ( ) | ### .run() |
Method | Description | |
---|---|---|
getContainerCssClass ( ) : string | ### .getContainerCssClass() |
protected getContainerCssClass ( ) : string | ||
return | string | the class |
public $collapse |
public $fixed |
public $fluid |