|
XoopsFormElement
|
--XoopsFormSelect
|
--XoopsFormSelectCountry
Located in File: Program_Root/class/xoopsform/formselectcountry.php
copyright (c) 2000-2003 XOOPS.orgKazumi Ono <onokazu@xoops.org>
|
Inherited From Class XoopsFormSelect
|
||||||||||||||||||||||||||
Inherited From Class XoopsFormElement
|
| void | XoopsFormSelectCountry( string $caption, string $name, [mixed $value = null], [int $size = 1]) |
- string $caption: Caption- string $name: "name" attribute- mixed $value: Pre-selected value (or array of them). Legal are all 2-letter country codes (in capitals).- int $size: Number or rows. "1" makes a drop-down-list[ Top ]