|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $name, $size=15, $value=0) | |
| XoopsFormTextDateSelect ($caption, $name, $size=15, $value=0) | |
| render () | |
Public Member Functions inherited from XoopsFormText | |
| __construct ($caption, $name, $size, $maxlength, $value='') | |
| XoopsFormText ($caption, $name, $size, $maxlength, $value='') | |
| getSize () | |
| getMaxlength () | |
| getValue () | |
| setValue ($value) | |
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 XoopsFormText | |
| $_size | |
| $_maxlength | |
| $_value | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 19 of file formtextdateselect.php.
| __construct | ( | $caption, | |
| $name, | |||
| $size = 15, | |||
| $value = 0 ) |
Definition at line 22 of file formtextdateselect.php.
| render | ( | ) |
Prepare HTML for output
Reimplemented from XoopsFormText.
Definition at line 32 of file formtextdateselect.php.
| XoopsFormTextDateSelect | ( | $caption, | |
| $name, | |||
| $size = 15, | |||
| $value = 0 ) |
Definition at line 27 of file formtextdateselect.php.