Changes for version 1.0100 - 2008-02-08
- Fixed a bug in HTML::Widgets::NavMenu::Url: relative URL from a non-dir to a dir. It accidently had an extraneous "../".
- Fixed the _get_leading_path_of_coords function in HTML::Widgets::NavMenu to properly generate the topmost item of the breadcrumbs trail, which should be in coords = [0] and not coord = []. The latter is meaningless and ignored. This caused a subtle bug in combining the breadcrumbs trails of my homesite.
- it became apparent when the URL of the [0] item was not empty.
- Added the 'capt' key to the 'expand' => keys for "capturing" regex.
Modules
A Perl Module for Generating HTML Navigation Menus
provides a function to escape HTML.
an expand value that differentiates among different expands
A Specialized HTML::Widgets::NavMenu sub-class
base class for the iterator.
an iterator for HTML.
navmenu iterator.
a nav-menu iterator for the HeaderRole sub-class.
an iterator for HTML.
a base object for HTML::Widgets::NavMenu
a predicate object for HTML::Widgets::NavMenu
class to generate tags.
an iterator for HTML.
an item for the tree iterator.
a simple stack class.
an iterator for HTML.
URL manipulation class.
Provides
in lib/HTML/Widgets/NavMenu.pm
in lib/HTML/Widgets/NavMenu.pm
in lib/HTML/Widgets/NavMenu.pm
in lib/HTML/Widgets/NavMenu/Iterator/Html.pm
in lib/HTML/Widgets/NavMenu.pm
in lib/HTML/Widgets/NavMenu.pm
Examples
- examples/README
- examples/article-examples/cgi-script/H-W-NM-serve.pl
- examples/article-examples/complex/H-W-NM-complex.pl
- examples/article-examples/fine-grained-site-flow/H-W-NM-fine-grained-site-flow.pl
- examples/article-examples/simple/H-W-NM-simple.pl
- examples/article-examples/with-embellishments/H-W-NM-embellish.pl