Tutorial: How to create new toolbar

In the new tutorial article for OnlyOffice 8.1 (Not Found), it mentions that you can create a new tab for a customized plugin. However, I can’t find any examples on how to do this properly. Could you provide an example?

Hello @man200thcs

The link in your post in invalid. I believe you are referencing this one:

There is section API enhancements for plugins that explains how to create plugin with custom toolbar and also a link to API that is used to add custom items and tab for your plugin.

That’s the one, but based on the information I have, I have no clue how to implement it. Should I include it inside the JS file of the plugin, like in the “window.Asc.plugin.init” block?

At this moment we are in process of writing respective documentation about new functionality. More detailed info will be available later.

Yes, these methods are used in a main JS file with plugin code.