XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct ($options=array()) | |
FormDhtmlTextArea ($options=array()) | |
render () | |
Public Member Functions inherited from XoopsEditor | |
__construct () | |
isActive () | |
XoopsEditor ($configs) | |
Public Member Functions inherited from XoopsFormTextArea | |
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 | |
$_hiddenText = 'xoopsHiddenText' | |
Public Attributes inherited from XoopsEditor | |
$_cols = 50 | |
$_rows = 5 | |
$configs | |
$isEnabled | |
$rootPath | |
Public Attributes inherited from XoopsFormTextArea | |
$_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() | |
Definition at line 33 of file dhtmltextarea.php.
FormDhtmlTextArea::__construct | ( | $options = array() | ) |
FormDhtmlTextArea::__construct()
array | $options |
Definition at line 47 of file dhtmltextarea.php.
References $options, and xoops_load().
FormDhtmlTextArea::FormDhtmlTextArea | ( | $options = array() | ) |
FormDhtmlTextArea::FormDhtmlTextArea()
array | $options |
Definition at line 61 of file dhtmltextarea.php.
References $options.
FormDhtmlTextArea::render | ( | ) |
FormDhtmlTextArea::$_hiddenText = 'xoopsHiddenText' |
Definition at line 40 of file dhtmltextarea.php.