Query: html::widgets::navmenu::headerrole
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HTML::Widgets::NavMenu::HeaderRole(3pm) User Contributed Perl Documentation HTML::Widgets::NavMenu::HeaderRole(3pm)NAMEHTML::Widgets::NavMenu::HeaderRole - A Specialized HTML::Widgets::NavMenu sub-classSYNOPOSISMostly the same as HTML::Widgets::NavMenu except for the ability to specify "'role' => "header"" as one of the node attributes.DESCRIPTIONThis module is constructed and invoked similarly to HTML::Widgets::NavMenu. The only difference is that it is meaningful to specify "header" as the value of the 'role'. In that case, the link or bolded label will be rendered within its own "<h2>" header. The HTML will look something like this: </ul> <h2> <a href="../me/" title="About Myself">About Me</a> </h2> <ul> An example of this use can be found in the Perl Beginners Site ( <http://perl-begin.berlios.de/> ).SEE ALSOHTML::Widgets::NavMenu for the complete documentation of the super-class.AUTHORSShlomi Fish <shlomif@iglu.org.il> (<http://search.cpan.org/~shlomif/>). perl v5.10.1 2011-04-23 HTML::Widgets::NavMenu::HeaderRole(3pm)