void smarty_block_form(
$pParams, $pContent, &$gBitSmarty)
|
|
Smarty {form} block plugin
Type: block Name: form Input:
- ipackage (optional) - package where we should direct the form after submission
- ifile (optional) - file that is targetted
- ianchor (optional) - move to anchor after submitting
if neither are set, SCRIPT_NAME is used as url
- legend if set, it will generate a fieldset using the input as legend
Tags:
Parameters
|
$pParams |
|
|
$pContent |
|
|
&$gBitSmarty |
|