| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |
HTML::Widgets::NavMenu::Iterator::NavMenu - navmenu iterator.
For internal use only.
sub _init { my $self = shift; my $args = shift;
$self->SUPER::_init($args);
# Make a fresh copy just to be on the safe side.
$self->_ul_classes([ @{$args->{'ul_classes'}} ]);
return 0;
}
Generate a UL tag of depth $depth.
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.
Retrieves the current role.
| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |