function.ctrl_rawvalue.php
Tags
Table of Contents
- jtpl_function_html_ctrl_rawvalue() : mixed
- function plugin : print the raw value of a form control, without trying to display a corresponding label and without to display values of child controls. You should use this plugin inside a formcontrols block
Functions
jtpl_function_html_ctrl_rawvalue()
function plugin : print the raw value of a form control, without trying to display a corresponding label and without to display values of child controls. You should use this plugin inside a formcontrols block
jtpl_function_html_ctrl_rawvalue(jTpl $tpl[, string $ctrlname = '' ][, string $sep = ', ' ]) : mixed
Parameters
- $tpl : jTpl
-
template engine
- $ctrlname : string = ''
-
the name of the control to display (required if it is outside a formcontrols)
- $sep : string = ', '
-
separator to display values of a multi-value control