Property | Type | Description | |
---|---|---|---|
$app | App_Web | ||
$current_menu_class | |||
$dest_var | if set, then instead of setting a destination page for the URLs the links will return to the same page, however new argument will be added to each link containing ID of the menu. | ||
$inactive_menu_class | |||
$items | |||
$owner | View |
Property | Type | Description | |
---|---|---|---|
$class_tag | |||
$last_item |
Method | Description | |
---|---|---|
addMenuItem ( $page, $label = null ) | ||
addSubMenu ( string $label ) : Menu_jUI | ||
defaultTemplate ( ) | ||
init ( ) | ||
isCurrent ( $href ) | ||
render ( ) | ||
setTarget ( $js_func ) | This will add a new behaviour for clicking on the menu items. For example setTarget('frameURL') will show menu links inside a frame instead of just linking to them. |
Method | Description | |
---|---|---|
getDefaultHref ( $label ) |
public addSubMenu ( string $label ) : Menu_jUI | ||
$label | string | |
return | Menu_jUI |
public setTarget ( $js_func ) |
public $dest_var |