Convert DataForm to using headTags.
This commit is contained in:
parent
46fc168e11
commit
57c06240e3
1 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue