API - XOOPS 2.5.11 Beta 2
By monxoops.fr
|
Public Member Functions | |
__construct ($caption, $name, $configs=null, $nohtml=false, $OnFailure='') | |
renderValidationJS () | |
render () | |
Public Member Functions inherited from XoopsFormTextArea | |
__construct ($caption, $name, $value='', $rows=5, $cols=50) | |
getRows () | |
getCols () | |
getValue ($encode=false) | |
setValue ($value) | |
render () | |
Public Member Functions inherited from XoopsFormElement | |
__construct () | |
isContainer () | |
setName ($name) | |
getName ($encode=true) | |
setAccessKey ($key) | |
getAccessKey () | |
getAccessString ($str) | |
setClass ($class) | |
getClass () | |
setCaption ($caption) | |
getCaption ($encode=false) | |
getTitle ($encode=true) | |
setDescription ($description) | |
getDescription ($encode=false) | |
setHidden () | |
isHidden () | |
isRequired () | |
setExtra ($extra, $replace=false) | |
getExtra ($encode=false) | |
setNocolspan ($nocolspan=true) | |
getNocolspan () | |
getFormType () | |
setFormType ($value='') | |
renderValidationJS () | |
render () | |
Data Fields | |
$editor | |
Data Fields inherited from XoopsFormTextArea | |
$_cols | |
$_rows | |
$_value | |
Data Fields inherited from XoopsFormElement | |
$customValidationCode = array() | |
$_name | |
$_caption | |
$_accesskey = '' | |
$_class = array() | |
$_hidden = false | |
$_extra = array() | |
$_required = false | |
$_description = '' | |
$_nocolspan = false | |
$_formtype = '' | |
XOOPS Form Editor
__construct | ( | $caption, | |
$name, | |||
$configs = null , |
|||
$nohtml = false , |
|||
$OnFailure = '' |
|||
) |
Constructor
string | $caption | Caption |
string | $name | Name for textarea field |
array | $configs | configures: editor - editor identifier; name - textarea field name; width, height - dimensions for textarea; value - text content |
bool | $nohtml | use non-WYSIWYG editor onfailure |
string | $OnFailure | editor to be used if current one failed |
Reimplemented from XoopsFormTextArea.
render | ( | ) |
renderValidationJS | ( | ) |
renderValidationJS TEMPORARY SOLUTION to 'override' original renderValidationJS method with custom XoopsEditor's renderValidationJS method
Reimplemented from XoopsFormElement.
$editor |