Procedural File: block.form.php
Source Location: d:\website\PhpDocumentor\/kernel/smarty_bit/block.form.php
Page Details:
Smarty plugin
Tags:
smarty_block_form [line 22]
void smarty_block_form(
$params, $content, &$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, $PHP_SELF is used as url
- legend if set, it will generate a fieldset using the input as legend
Tags:
Parameters
| |
$params |
|
| |
$content |
|
| |
&$gBitSmarty |
|
|
|