XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | Smarty |
Functions | |
smarty_function_html_checkboxes ($params, &$smarty) | |
smarty_function_html_checkboxes_output ($name, $value, $output, $selected, $extra, $separator, $labels) | |
smarty_function_html_checkboxes | ( | $params, | |
& | $smarty | ||
) |
Smarty {html_checkboxes} function plugin
File: function.html_checkboxes.php
Type: function
Name: html_checkboxes
Date: 24.Feb.2003
Purpose: Prints out a list of checkbox input types
Input:
{html_checkboxes values=$ids output=$names} {html_checkboxes values=$ids name='box' separator='{html_checkboxes} (Smarty online manual) Christopher Kvarme chris credits to Monte Ohrt toph er.kv arme @flas hjab .com
' output=$names} {html_checkboxes values=$ids checked=$checked separator='
' output=$names}
array | |
Smarty |
Definition at line 41 of file function.html_checkboxes.php.
References $options, smarty_function_escape_special_chars(), and smarty_function_html_checkboxes_output().
smarty_function_html_checkboxes_output | ( | $name, | |
$value, | |||
$output, | |||
$selected, | |||
$extra, | |||
$separator, | |||
$labels | |||
) |
Definition at line 126 of file function.html_checkboxes.php.
References smarty_function_escape_special_chars().
Referenced by smarty_function_html_checkboxes().