yui tooltips for hoverhelp

This commit is contained in:
Graham Knop 2007-09-27 00:38:32 +00:00
parent f2d27f96e3
commit 1eabe1ea37
6 changed files with 58 additions and 483 deletions

View file

@ -215,7 +215,7 @@ Returns the HTML for this form object.
sub print {
my $self = shift;
return $self->{_header}.$self->{_data}.$self->{_footer}.'<script type="text/javascript" src="'.$self->session->url->extras('wz_tooltip.js').'"></script>';
return $self->{_header}.$self->{_data}.$self->{_footer};
}
#-------------------------------------------------------------------