XAO::DO::Web::MenuBuilder 1.07 review

Download
by rbytes.net on

License: Perl Artistic License
File size: 113K
Developer: Andrew Maltsev
0 stars award from rbytes.net

XAO::DO::Web::MenuBuilder is a Perl module for building all sorts of menus.

SYNOPSIS

< %MenuBuilder
base="/bits/top-menu"
item.0="statistic"
item.1="config"
item.1.grayed
item.2="password"
item.2.grayed
active="statistic"
% >

< %MenuBuilder
base="/bits/top-menu"
item.0="statistic"
item.1="config"
item.2="password"
grayed="config,password"
active="statistic"
% >

Assumes the following file structure at the `base':

header - static menu header (optional)
footer - static menu footer (optional)
separator - static menu items separator
item-NAME-normal - normal item text
item-NAME-grayed - grayed item text
item-NAME-active - currently opened page
If "grayed" argument is "*" then all menu items are displayed in "grayed" mode.

Requirements:
Perl

XAO::DO::Web::MenuBuilder 1.07 search tags