XOOPS 2.5.6
Final
|
Public Member Functions | |
getCols () | |
getRows () | |
getValue ($encode=false) | |
render () | |
setValue ($value) | |
XoopsFormTextArea ($caption, $name, $value="", $rows=5, $cols=50) | |
Public Member Functions inherited from XoopsFormElement | |
getAccessKey () | |
getAccessString ($str) | |
getCaption ($encode=false) | |
getClass () | |
getDescription ($encode=false) | |
getExtra ($encode=false) | |
getFormType () | |
getName ($encode=true) | |
getNocolspan () | |
getTitle ($encode=true) | |
isContainer () | |
isHidden () | |
isRequired () | |
render () | |
renderValidationJS () | |
setAccessKey ($key) | |
setCaption ($caption) | |
setClass ($class) | |
setDescription ($description) | |
setExtra ($extra, $replace=false) | |
setFormType ($value= '') | |
setHidden () | |
setName ($name) | |
setNocolspan ($nocolspan=true) | |
XoopsFormElement () | |
Public Attributes | |
$_cols | |
$_rows | |
$_value | |
Public Attributes inherited from XoopsFormElement | |
$_accesskey = '' | |
$_caption | |
$_class = array() | |
$_description = '' | |
$_extra = array() | |
$_formtype = '' | |
$_hidden = false | |
$_name | |
$_nocolspan = false | |
$_required = false | |
$customValidationCode = array() | |
A textarea
Definition at line 28 of file formtextarea.php.
XoopsFormTextArea::getCols | ( | ) |
XoopsFormTextArea::getRows | ( | ) |
XoopsFormTextArea::getValue | ( | $encode = false | ) |
Get initial content
bool | $encode | To sanitizer the text? Default value should be "true"; however we have to set "false" for backward compat |
Definition at line 98 of file formtextarea.php.
XoopsFormTextArea::render | ( | ) |
XoopsFormTextArea::setValue | ( | $value | ) |
XoopsFormTextArea::XoopsFormTextArea | ( | $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 63 of file formtextarea.php.
XoopsFormTextArea::$_cols |
Definition at line 36 of file formtextarea.php.
XoopsFormTextArea::$_rows |
Definition at line 44 of file formtextarea.php.
XoopsFormTextArea::$_value |
Definition at line 52 of file formtextarea.php.