|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $name, $value=null, $size=1) | |
Public Member Functions inherited from XoopsFormSelect | |
| __construct ($caption, $name, $value=null, $size=1, $multiple=false) | |
| isMultiple () | |
| getSize () | |
| getValue () | |
| setValue ($value) | |
| addOption ($value, $name='') | |
| addOptionArray ($options) | |
| getOptions () | |
| render () | |
Public Member Functions inherited from XoopsFormElement | |
| __construct () | |
| XoopsFormElement () | |
| isContainer () | |
| setName ($name) | |
| getName ($encode=true) | |
| setId ($id) | |
| getId () | |
| setAccessKey ($key) | |
| getAccessKey () | |
| getAccessString ($str) | |
| setClass ($class) | |
| getClass () | |
| setCaption ($caption) | |
| getCaption () | |
| setDescription ($description) | |
| getDescription () | |
| setHidden () | |
| isHidden () | |
| isBreak () | |
| setExtra ($extra, $replace=false) | |
| getExtra () | |
| getMessageForJS () | |
Additional Inherited Members | |
Data Fields inherited from XoopsFormSelect | |
| $_options = [] | |
| $_multiple = false | |
| $_size | |
| $_value = [] | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
parent class
Definition at line 28 of file formselectlang.php.
| __construct | ( | $caption, | |
| $name, | |||
| $value = null, | |||
| $size = 1 ) |
Constructor
| 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. |
Definition at line 39 of file formselectlang.php.