[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/libraries/Smarty/libs/plugins/ -> function.html_options.php (summary)

Smarty plugin

File Size: 174 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 libraries/Smarty/libs/plugins/shared.escape_special_chars.php

Defines 3 functions

  smarty_function_html_options()
  smarty_function_html_options_optoutput()
  smarty_function_html_options_optgroup()

Functions
Functions that are not part of a class:

smarty_function_html_options($params, $template)   X-Ref
Smarty {html_options} function plugin

Type:     function<br>
Name:     html_options<br>
Purpose:  Prints the list of <option> tags generated from
the passed parameters<br>
Params:
<pre>
- 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
- id         (optional) - string default not set
- class      (optional) - string default not set
</pre>

author: Monte Ohrt <monte at ohrt dot com>
author: Ralf Strehle (minor optimization) <ralf dot strehle at yahoo dot de>
param: array                    $params   parameters
param: Smarty_Internal_Template $template template object
return: string

smarty_function_html_options_optoutput($key, $value, $selected, $id, $class, &$idx)   X-Ref
No description

smarty_function_html_options_optgroup($key, $values, $selected, $id, $class, &$idx)   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1