|
XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
| __construct ($caption, $name, $value='', $rows=5, $cols=50) | |
| XoopsFormTextArea ($caption, $name, $value='', $rows=5, $cols=50) | |
| getRows () | |
| getCols () | |
| getValue () | |
| setValue ($value) | |
| 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 () | |
Data Fields | |
| $_cols | |
| $_rows | |
| $_value | |
Data Fields inherited from XoopsFormElement | |
| $_name | |
| $_caption | |
| $_accesskey = '' | |
| $_class = '' | |
| $_hidden = false | |
| $_extra = '' | |
| $_required = false | |
| $_description = '' | |
| $_id = null | |
Definition at line 18 of file formtextarea.php.
| __construct | ( | $caption, | |
| $name, | |||
| $value = '', | |||
| $rows = 5, | |||
| $cols = 50 ) |
Constuctor
| string | $caption | caption |
| string | $name | name |
| string | $value | initial content |
| int | $rows | number of rows |
| int | $cols | number of columns |
Definition at line 50 of file formtextarea.php.
| getCols | ( | ) |
| getRows | ( | ) |
| getValue | ( | ) |
| render | ( | ) |
prepare HTML for output
Reimplemented from XoopsFormElement.
Reimplemented in XoopsFormDhtmlTextArea.
Definition at line 108 of file formtextarea.php.
| setValue | ( | $value | ) |
| XoopsFormTextArea | ( | $caption, | |
| $name, | |||
| $value = '', | |||
| $rows = 5, | |||
| $cols = 50 ) |
Definition at line 58 of file formtextarea.php.
| $_cols |
Definition at line 25 of file formtextarea.php.
| $_rows |
Definition at line 32 of file formtextarea.php.
| $_value |
Definition at line 39 of file formtextarea.php.