Hello!
I'm writing my plugin for the TinyMCE editor. I would like to know if I can somehow change the plugin's settings before outputting to the page?
Labels |
Added:
?
|
Title |
|
Category | ⇒ | Plugins |
Hmm, it looks this user is asking for help. Our Github repo concerns only joomla core coding.
@motokraft
Is this a proposal for a new Joomla core plugin? If not, please ask for help in the forums or on list joomla-dev-general@googlegroups.com
I'm writing my plugin for the TinyMCE editor
So i thought ist about Coding.
So i thought ist about Coding.
It is for sure, but is it for the core or a personal plugin the user wants to add to TinyMCE. Let's wait for an answer.
I would like to know if I can somehow change the plugin's settings before outputting to the page
Since you are the developer of the plugin you should be able to do whatever you want. But to me it's not clear what do you mean by the plugin's settings
. So do you want to pass some data on a specific editor instance (tinyMCE in this case), if so you need to write a plugin that alters the stored values in Joomla.storageOption (check the method here:
joomla-cms/libraries/src/Document/Document.php
Lines 606 to 623 in 7e938bc
Hope it helps
Status | New | ⇒ | Information Required |
It not a plugin, it just use of TinyMCE init callback.
To make your own plugin check this https://www.tinymce.com/docs/advanced/creating-a-plugin/
To add your plugin to TinyMCE use external_plugins
option https://www.tinymce.com/docs/configure/integration-and-setup/#external_plugins
as @dgrammatiko suggested.
Or add it there manually (TinyMCE editor params):
But it is not a Joomla! core issue.
For more help please ask on Joomla! forum.
Closed as not core
Status | Information Required | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-06-06 11:57:06 |
Closed_By | ⇒ | brianteeman |
Changed Title to shown only English.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/20669.