XCL Web Application Platform 2.5.0
The XoopsCube Legacy Project
|
Public Member Functions | |
__construct ($caption, $name, $value, $rows=5, $cols=50, $hiddentext='xoopsHiddenText') | |
render () | |
_renderSmileys () | |
setEditor ($editor) | |
getEditor () | |
![]() | |
__construct ($caption, $name, $value='', $rows=5, $cols=50) | |
XoopsFormTextArea ($caption, $name, $value='', $rows=5, $cols=50) | |
getRows () | |
getCols () | |
getValue () | |
setValue ($value) | |
![]() | |
__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 | |
$_xoopsHiddenText | |
![]() | |
$_cols | |
$_rows | |
$_value | |
![]() | |
$_name | |
$_caption | |
$_accesskey = '' | |
$_class = '' | |
$_hidden = false | |
$_extra = '' | |
$_required = false | |
$_description = '' | |
$_id = null | |
Definition at line 26 of file formdhtmltextarea.php.
__construct | ( | $caption, | |
$name, | |||
$value, | |||
$rows = 5, | |||
$cols = 50, | |||
$hiddentext = 'xoopsHiddenText' ) |
Constructor
string | $caption | Caption |
string | $name | "name" attribute |
string | $value | Initial text |
int | $rows | Number of rows |
int | $cols | Number of columns |
string | $hiddentext | Hidden Text |
Definition at line 60 of file formdhtmltextarea.php.
_renderSmileys | ( | ) |
prepare HTML for output of the smiley list.
Definition at line 126 of file formdhtmltextarea.php.
getEditor | ( | ) |
get the "editor" value
Definition at line 160 of file formdhtmltextarea.php.
render | ( | ) |
Prepare HTML for output
Reimplemented from XoopsFormTextArea.
Definition at line 71 of file formdhtmltextarea.php.
setEditor | ( | $editor | ) |
set editor mode for XCL 2.2
string | editor type |
Definition at line 150 of file formdhtmltextarea.php.
$_xoopsHiddenText |
Definition at line 33 of file formdhtmltextarea.php.