cfunction.formfull.php
Tags
Table of Contents
- jtpl_cfunction_html_formfull() : string
- Display a full form without the use of other plugins.
Functions
jtpl_cfunction_html_formfull()
Display a full form without the use of other plugins.
jtpl_cfunction_html_formfull(jTplCompiler $compiler[, mixed $params = array() ]) : string
usage : {formfull $theformobject,'submit_action', $submit_action_params}
You can add this others parameters :
- string $builderName (default is 'html')
- array $options for the builder. Example, for the 'html' builder :
- "errorDecorator"=>"name of your javascript object for error listener"
- "method" => "post" or "get". default is "post"
Parameters
- $compiler : jTplCompiler
-
the template compiler
- $params : mixed = array()
Return values
string —the php code corresponding to the begin or end of the block