I have a problem,
I want to add the ‘Template’ button in the toolbar working in the knowledge Base component.
I noticed that in phpgwapi\js\fckeditor\fckeditor.egwconfig.js there are six ToolbarSets and in particular that one used in the knowledge Base is “egw_extended” (it seems so).
Now I want to add a new button, for example
[‘Bold’,‘Italic’,‘Underline’] -->becomes–> [‘Bold’,‘Italic’,‘Underline’, ‘Templates’]
But this does not work, and in fact I can’t find where and if the “egw_extended” (but also the other five ones) is called.
I need help
Thanks Dani