UNA
|
Public Member Functions | |
__construct ($aObject, $oTemplate) | |
attachEditor ($sSelector, $iViewMode=BX_EDITOR_STANDARD, $bDynamicMode=false, $aAttrs=[]) | |
Public Member Functions inherited from BxDolEditor | |
getObjectName () | |
setCustomConf ($s) | |
setCustomPlugins ($sPlugins) | |
setCustomToolbarButtons ($sButtons) | |
getWidth ($iViewMode) | |
getSkins ($bFullInfo=false) | |
setSkin ($sSkin) | |
attachEditor ($sSelector, $iViewMode, $bDynamicMode=false) | |
Protected Member Functions | |
_addJsCss ($bDynamicMode=false, $sInitEditor='') | |
_getJsCss ($bUseUrlsForJs=false) | |
Protected Member Functions inherited from BxDolEditor | |
__construct ($aObject) | |
_addJsCss ($bDynamicMode=false) | |
_replaceMarkers ($s, $a) | |
Protected Attributes | |
$_oTemplate | |
$_bJsCssAdded = false | |
Protected Attributes inherited from BxDolEditor | |
$_sObject | |
$_aObject | |
$_sConfCustom = '' | |
$_sButtonsCustom = false | |
$_sPluginsCustom = false | |
$_sSkin | |
$_aSkins | |
Static Protected Attributes | |
static | $CONF_COMMON |
static | $CONF_STANDARD = "" |
static | $CONF_MINI = "" |
static | $CONF_FULL = "" |
Additional Inherited Members | |
Static Public Member Functions inherited from BxDolEditor | |
static | getObjectInstance ($sObject=false, $oTemplate=false) |
Static Public Member Functions inherited from iBxDolFactoryObject | |
static | getObjectInstance ($sObject) |
Quill editor representation.
|
protected |
Add css/js files which are needed for editor display and functionality.
BxBaseEditorQuill::attachEditor | ( | $sSelector, | |
$iViewMode = BX_EDITOR_STANDARD, | |||
$bDynamicMode = false, | |||
$aAttrs = [] ) |
Attach editor to HTML element, in most cases - textarea.
$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. |
|
staticprotected |
Common initialization params
|
staticprotected |
Full view initialization params
|
staticprotected |
Minimal view initialization params
|
staticprotected |
Standard view initialization params