|
XoopsFormElement | --XoopsFormSelect | --XoopsFormSelectLang
Located in File: Program_Root/class/xoopsform/formselectlang.php
copyright (c) 2000-2003 XOOPS.org
Kazumi Ono <onokazu@xoops.org>
|
Inherited From Class XoopsFormSelect
|
||||||||||||||||||||||||||
Inherited From Class XoopsFormElement
|
void | XoopsFormSelectLang( string $caption, string $name, [mixed $value = null], [int $size = 1]) |
- string $caption:
- string $name:
- mixed $value: Pre-selected value (or array of them). Legal is any name of a XOOPS_ROOT_PATH."/language/" subdirectory.
- int $size: Number of rows. "1" makes a drop-down-list.
[ Top ]