Convert DataForm to using headTags.

This commit is contained in:
Colin Kuskie 2010-09-14 13:28:08 -07:00
parent 46fc168e11
commit 57c06240e3

View file

@ -345,6 +345,19 @@ sub getTableHtml {
#-------------------------------------------------------------------
=head2 headTags ()
Set head tags for this form plugin
=cut
sub headTags {
my $self = shift;
$self->prepare;
}
#-------------------------------------------------------------------
=head2 prepare ( )
Load all the script and css files we need. Call this in prepareView() if needed.