2016-05-19 12:53:05 +02:00
|
|
|
This is an interface into HTML::SuperForm through the Template Toolkit. When
|
|
|
|
created without arguments (i.e. [% USE form = HTML.SuperForm %]), the
|
|
|
|
Template's stash is searched for an Apache object or a CGI object to pass to
|
2009-07-15 01:18:18 +02:00
|
|
|
HTML::SuperForm's constructor.
|
|
|
|
|
2016-05-19 12:53:05 +02:00
|
|
|
When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
|
2009-07-15 01:18:18 +02:00
|
|
|
the arguments are passed to HTML::SuperForm's constructor.
|