jrHtmlShowForm
The jrHtmlShowForm function is used to FORCE a form display even if the jmHtmlEnd function has not been called.
string
jrHtmlShowForm
([bool $reset = true], [bool $clean = true], [bool $head_only = false])
-
bool
$reset: True/False on whether to reset the Form Element array that has been built to the point of the jrHtmlShowForm() call
-
bool
$clean: True/False on whether to run $_post through cleanPostVars() before allowing use in header.tpl and form.tpl
-
bool
$head_only: True/false on whether to only process header.tpl (true) or process both header.tpl and form.tpl (false)
|