| HTML-Widgets-Index documentation | view source | Contained in the HTML-Widgets-Index distribution. |
HTML::Widgets::Index::Javascript - Names of the javascript routines
use HTML::Widgets::Index::Javascript;
The Index can render javascript so pop-up menus are shown.
my $javascript = HTML::Widgets::Index->new(); $javascript->set_onMouseOver('showMenu');
my $javascript = HTML::Widgets::Javascript->new(); # default my $javascript = HTML::Widgets::Javascript->new( onMouseOver => 'showMenu', # here you can add the rest of the functions, see below. # Usually the default is enough. );
With the sources there is a .js file that will be suitable for most of you. You can write your own javascript functions if you need it.
Francesc Guasch - Ortiz , frankie@etsetb.upc.es
perl(1) , HTML:Widgets::Menu(1).
| HTML-Widgets-Index documentation | view source | Contained in the HTML-Widgets-Index distribution. |