|
XoopsFormElement | --XoopsFormSelect | --XoopsFormSelectTimezone
Located in File: Program_Root/class/xoopsform/formselecttimezone.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
|
Inherited From Class XoopsFormSelect
|
||||||||||||||||||||||||||
Inherited From Class XoopsFormElement
|
void | XoopsFormSelectTimezone( string $caption, string $name, [mixed $value = null], [int $size = 1]) |
- string $caption:
- string $name:
- mixed $value: Pre-selected value (or array of them). Legal values are "-12" to "12" with some ".5"s strewn in ;-)
- int $size: Number of rows. "1" makes a drop-down-box.
[ Top ]