|
| $_sModule |
|
| $_oModule |
|
| $_aButtons |
|
| $_oTemplate |
|
| $_bJsCssAdded = false |
|
| $_sObject |
|
| $_aObject |
|
| $_sConfCustom = '' |
|
| $_sButtonsCustom = false |
|
| $_sPluginsCustom = false |
|
| $_sSkin |
|
| $_aSkins |
|
Editor representation.
- See also
- BxDolEditor
◆ _addJsCss()
BxEditorEditor::_addJsCss |
( |
| $bDynamicMode = false, |
|
|
| $sInitEditor = '' ) |
|
protected |
Add css/js files which are needed for editor display and functionality.
◆ attachEditor()
BxEditorEditor::attachEditor |
( |
| $sSelector, |
|
|
| $iViewMode = BX_EDITOR_STANDARD, |
|
|
| $bDynamicMode = false, |
|
|
| $aAttrs = [] ) |
Attach editor to HTML element, in most cases - textarea.
- Parameters
-
$sSelector | - jQuery selector to attach editor to. |
$iViewMode | - editor view mode: BX_EDITOR_STANDARD, BX_EDITOR_MINI, BX_EDITOR_FULL |
$bDynamicMode | - is AJAX mode or not, the HTML with editor area is loaded dynamically. |
◆ $CONF_COMMON
BxEditorEditor::$CONF_COMMON |
|
staticprotected |
Initial value:= "
var oParams = {
root_url: '{bx_url_root}',
name: '{bx_var_editor_name}',
selector: '{bx_var_selector}',
toolbar: {toolbar},
toolbar_inline: {toolbar_inline},
}
{bx_var_editor_name} = bx_ex_editor_init({bx_var_editor_name}, oParams);"
Common initialization params
The documentation for this class was generated from the following file:
- modules/boonex/editor/classes/BxEditorEditor.php