HTML::Widgets::Index::Javascript - Names of the javascript routines


HTML-Widgets-Index documentation  | view source Contained in the HTML-Widgets-Index distribution.

Index


NAME

Top

HTML::Widgets::Index::Javascript - Names of the javascript routines

SYNOPSIS

Top

  use HTML::Widgets::Index::Javascript;

DESCRIPTION

Top

The Index can render javascript so pop-up menus are shown.

my $javascript = HTML::Widgets::Index->new(); $javascript->set_onMouseOver('showMenu');

CONSTRUCTOR

Top

  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.
  );

DEFAULT JAVASCRIPT

  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.

FUNCTIONS

Top

AUTHOR

Top

Francesc Guasch - Ortiz , frankie@etsetb.upc.es

SEE ALSO

Top

perl(1) , HTML:Widgets::Menu(1).


HTML-Widgets-Index documentation  | view source Contained in the HTML-Widgets-Index distribution.