function.ctrl_label.php
Tags
Table of Contents
- jtpl_function_html_ctrl_label() : mixed
- function plugin : print the label of a form control. You should use this plugin inside a formcontrols block
Functions
jtpl_function_html_ctrl_label()
function plugin : print the label of a form control. You should use this plugin inside a formcontrols block
jtpl_function_html_ctrl_label(jTpl $tpl[, string $ctrlname = '' ][, string $format = '' ]) : mixed
Parameters
- $tpl : jTpl
-
template engine
- $ctrlname : string = ''
-
the name of the control to display (required if it is outside a formcontrols)
- $format : string = ''