Convert DataForm to using headTags.

This commit is contained in:
Colin Kuskie 2010-09-14 13:28:08 -07:00
parent 0dd014f923
commit 18c53fe808

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.