|
XOOPS 2.5.6
Final
|

Public Member Functions | |
| render () | |
| renderValidationJS () | |
| XoopsFormEditor ($caption, $name, $configs=null, $nohtml=false, $OnFailure= '') | |
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 | |
| $editor | |
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() | |
XOOPS Form Editor
Definition at line 28 of file formeditor.php.
| XoopsFormEditor::render | ( | ) |
| XoopsFormEditor::renderValidationJS | ( | ) |
renderValidationJS TEMPORARY SOLUTION to 'override' original renderValidationJS method with custom XoopsEditor's renderValidationJS method
Definition at line 63 of file formeditor.php.
References $ret.
| XoopsFormEditor::XoopsFormEditor | ( | $caption, | |
| $name, | |||
$configs = null, |
|||
$nohtml = false, |
|||
$OnFailure = '' |
|||
| ) |
Constructor
| string | $caption | Caption |
| string | $name | Name for textarea field |
| string | $value | Initial text |
| array | $configs | configures: editor - editor identifier; name - textarea field name; width, height - dimensions for textarea; value - text content |
| bool | $noHtml | use non-WYSIWYG eitor onfailure |
| string | $OnFailure | editor to be used if current one failed |
Definition at line 42 of file formeditor.php.
References $configs, XoopsEditorHandler\getInstance(), and xoops_load().

| XoopsFormEditor::$editor |
Definition at line 30 of file formeditor.php.