XOOPS 2.5.6
Final
|
Go to the source code of this file.
Namespaces | |
namespace | Smarty |
Functions | |
smarty_function_html_options ($params, &$smarty) | |
smarty_function_html_options_optgroup ($key, $values, $selected) | |
smarty_function_html_options_optoutput ($key, $value, $selected) | |
smarty_function_html_options | ( | $params, | |
& | $smarty | ||
) |
Smarty {html_options} function plugin
Type: function
Name: html_options
Input:
array | |
Smarty |
Definition at line 30 of file function.html_options.php.
References $options, smarty_function_escape_special_chars(), and smarty_function_html_options_optoutput().
Referenced by smarty_function_html_select_date(), and smarty_function_html_select_time().
smarty_function_html_options_optgroup | ( | $key, | |
$values, | |||
$selected | |||
) |
Definition at line 111 of file function.html_options.php.
References smarty_function_escape_special_chars(), and smarty_function_html_options_optoutput().
Referenced by smarty_function_html_options_optoutput().
smarty_function_html_options_optoutput | ( | $key, | |
$value, | |||
$selected | |||
) |
Definition at line 98 of file function.html_options.php.
References smarty_function_escape_special_chars(), and smarty_function_html_options_optgroup().
Referenced by smarty_function_html_options(), and smarty_function_html_options_optgroup().