1f8b48b772
Approved by: portmgr blanket
7 lines
388 B
Text
7 lines
388 B
Text
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
|
|
HTML::SuperForm's constructor.
|
|
|
|
When created with arguments (i.e. [% USE form = HTML.SuperForm(arg) %]),
|
|
the arguments are passed to HTML::SuperForm's constructor.
|