Hi There!
i want to add more tools like fileupload , dropdown , table , fonts etc items in editor toolbar ,
so can i add those in Editor toolbar and how?
Hi There!
i want to add more tools like fileupload , dropdown , table , fonts etc items in editor toolbar ,
so can i add those in Editor toolbar and how?
You may try to use the
myEditor.tb
to get the dhtmlxToolbar oibject of the editor toolbar.
So you can apply any dhtmlxToolbarAPI using that object:
https://docs.dhtmlx.com/api__refs__dhtmlxtoolbar.html
e.g.
myEditor.tb.clearAll(); //clears all the buttons from the editor toolbar