XOOPS 2.5.6
Final
|
Public Member Functions | |
__construct () | |
_loadEditor ($name, $options=null) | |
get ($name= '', $options=null, $noHtml=false, $OnFailure= '') | |
getList ($noHtml=false) | |
render ($editor) | |
setConfig ($editor, $options) | |
XoopsEditorHandler () | |
Static Public Member Functions | |
& | getInstance () |
Public Attributes | |
$allowed_editors = array() | |
$nohtml = false | |
$root_path = "" | |
Definition at line 87 of file xoopseditor.php.
XoopsEditorHandler::__construct | ( | ) |
Enter description here...
Definition at line 97 of file xoopseditor.php.
Referenced by XoopsEditorHandler().
XoopsEditorHandler::_loadEditor | ( | $name, | |
$options = null |
|||
) |
XoopsEditorHandler::_loadEditor()
mixed | $name | |
mixed | $options |
Definition at line 237 of file xoopseditor.php.
References $config, $editor, $file, $GLOBALS, $options, and getList().
Referenced by get().
XoopsEditorHandler::get | ( | $name = '' , |
|
$options = null , |
|||
$noHtml = false , |
|||
$OnFailure = '' |
|||
) |
string | $name | Editor name which is actually the folder name |
array | $options | editor options: $key => $val |
string | $OnFailure | a pre-validated editor that will be used if the required editor is failed to create |
bool | $noHtml | dohtml disabled |
Definition at line 131 of file xoopseditor.php.
References $editor, $options, _loadEditor(), and getList().
|
static |
Access the only instance of this class
object
Definition at line 114 of file xoopseditor.php.
Referenced by XoopsFormSelectEditor\render(), XoopsFormDhtmlTextArea\XoopsFormDhtmlTextArea(), and XoopsFormEditor\XoopsFormEditor().
XoopsEditorHandler::getList | ( | $noHtml = false | ) |
mixed | $noHtml |
Definition at line 150 of file xoopseditor.php.
References $config, $editors, $file, $GLOBALS, XoopsCache\read(), XoopsCache\write(), and xoops_load().
Referenced by _loadEditor(), and get().
XoopsEditorHandler::render | ( | $editor | ) |
XoopsEditorHandler::setConfig | ( | $editor, | |
$options | |||
) |
XoopsEditorHandler::setConfig()
mixed | $editor | |
mixed | $options |
Definition at line 219 of file xoopseditor.php.
XoopsEditorHandler::XoopsEditorHandler | ( | ) |
Definition at line 102 of file xoopseditor.php.
References __construct().
XoopsEditorHandler::$allowed_editors = array() |
Definition at line 92 of file xoopseditor.php.
XoopsEditorHandler::$nohtml = false |
Definition at line 91 of file xoopseditor.php.
XoopsEditorHandler::$root_path = "" |
Definition at line 90 of file xoopseditor.php.