User tests: Successful: Unsuccessful:
Since an editors is a special plugins rendering through $this->getDispatcher()->dispatch('onDisplay', $event);
leads to rendering of ALL loaded editors, instead of ONE.
I guess onDisplay
should be called directly, per specific editor.
in mod_custom XML, in params fieldset add fields with 2 different type of editor, eg:
<field name="editor1" type="editor" label="None" editor="none" />
<field name="editor2" type="editor" label="Default"/>
Should be rendered 2 editor:
Editor type None
TinyMCE editor
Rendered 4 editors.
For a first field:
name="editor1"
name="editor1"
For a second field:
name="editor2"
name="editor2"
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
I have tested this item
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-09-23 18:15:04 |
Closed_By | ⇒ | wilsonge |
Thanks!
I've tested this successfully.? Does exactly what it should do.