XOOPS 2.5.6
Final
|
Public Member Functions | |
__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 | |
$_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 23 of file xoopseditor.php.
XoopsEditor::__construct | ( | ) |
Constructor
Definition at line 34 of file xoopseditor.php.
References $configs, $i, and $vars.
Referenced by XoopsFormTinymce\XoopsFormTinymce().
XoopsEditor::isActive | ( | ) |
Definition at line 71 of file xoopseditor.php.
XoopsEditor::XoopsEditor | ( | $configs | ) |
Definition at line 66 of file xoopseditor.php.
XoopsEditor::$_cols = 50 |
Definition at line 29 of file xoopseditor.php.
XoopsEditor::$_rows = 5 |
Definition at line 28 of file xoopseditor.php.
XoopsEditor::$configs |
Definition at line 26 of file xoopseditor.php.
Referenced by XoopsFormTinymce\__construct(), and XoopsFormTinymce\XoopsFormTinymce().
XoopsEditor::$isEnabled |
Definition at line 25 of file xoopseditor.php.
XoopsEditor::$rootPath |
Definition at line 27 of file xoopseditor.php.
Referenced by XoopsFormTinymce\__construct().