Scroll to navigation

HTML::Widgets::NavMenu::Iterator::NavMenu(3pm) User Contributed Perl Documentation HTML::Widgets::NavMenu::Iterator::NavMenu(3pm)
 

NAME

HTML::Widgets::NavMenu::Iterator::NavMenu - navmenu iterator.

SYNOPSIS

For internal use only.

METHODS

$self->gen_ul_tag({depth => $depth});

Generate a UL tag of depth $depth.

get_currently_active_text ( $node )

Calculates the highlighted text for the node $node. Normally surrounds it with "<b> ... </b>" tags. Gets the tag for the link - an item in the menu.

my @tags = $self-> get_open_sub_menu_tags()

Gets the tags to open a new sub menu.

$self->get_role()

Retrieves the current role.
2013-10-22 perl v5.18.1