function.ctrl_value.php
Tags
Table of Contents
- jtpl_function_html_ctrl_value() : mixed
- function plugin : print the value of a form control. You should use this plugin inside a formcontrols block
Functions
jtpl_function_html_ctrl_value()
function plugin : print the value of a form control. You should use this plugin inside a formcontrols block
jtpl_function_html_ctrl_value(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