Procedural File: function.html_options.php
Source Location: /smarty/libs/plugins/function.html_options.php
Page Details:
Smarty plugin
smarty_function_html_options
string smarty_function_html_options(
array $params, Smarty &$smarty)
[line 30]
Smarty {html_options} function plugin
Type: function
Name: html_options
Input:
- name (optional) - string default "select"
- values (required if no options supplied) - array
- options (required if no values supplied) - associative array
- selected (optional) - string default not set
- output (required if not options supplied) - array
Purpose: Prints the list of <option> tags generated from the passed parameters
Tags:
Parameters
-
array
$params
-
-
Smarty
&$smarty
-
[ Top ]
smarty_function_html_options_optgroup
void smarty_function_html_options_optgroup(
$key, $values, $selected)
[line 111]
Parameters
-
$key
-
-
$values
-
-
$selected
-
[ Top ]
smarty_function_html_options_optoutput
void smarty_function_html_options_optoutput(
$key, $value, $selected)
[line 98]
Parameters
-
$key
-
-
$value
-
-
$selected
-
[ Top ]