Type: function<br> Name: html_radios<br> Date: 24.Feb.2003<br> Purpose: Prints out a list of radio input types<br> Input:<br>
- name (optional) - string default “radio”
- values (required) - array
- options (optional) - associative array
- checked (optional) - array default not set
- separator (optional) - ie <br> or
- output (optional) - without this one the buttons don’t have names Examples: <pre> {html_radios values=$ids output=$names} {html_radios values=$ids name=’box’ separator=’<br>’ output=$names} {html_radios values=$ids checked=$checked separator=’<br>’ output=$names} </pre> @link http://smarty.php.net- /manual- /en- /language.function.html.radios.php {html_radios} (Smarty online manual) @author Christopher Kvarme christopher.kva.nosp@m.rme@flashj.nosp@m.ab.com @author credits to Monte Ohrt mo.nosp@m.nte@ispi.nosp@m..net @version 1.0 @param array @param Smarty @return string @uses smarty_function_escape_special_chars()