|
XoopsFormElement
|
--XoopsFormSelect
|
--XoopsFormSelectGroup
Located in File: Program_Root/class/xoopsform/formselectgroup.php
copyright (c) 2000-2003 XOOPS.orgKazumi Ono <onokazu@xoops.org>
|
Inherited From Class XoopsFormSelect
|
||||||||||||||||||||||||||
Inherited From Class XoopsFormElement
|
| void | XoopsFormSelectGroup( string $caption, string $name, [bool $include_anon = false], [mixed $value = null], [int $size = 1], [bool $multiple = false]) |
- string $caption: - string $name: - bool $include_anon: Include group "anonymous"?- mixed $value: Pre-selected value (or array of them).- int $size: Number or rows. "1" makes a drop-down-list.- bool $multiple: Allow multiple selections?[ Top ]