Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: kondybas on April 03, 2012, 08:16:03 AM

Title: How to rearrange buttons in toolbar?
Post by: kondybas on April 03, 2012, 08:16:03 AM
I have installed bounce plugin, and its button appears after button "Delete", not before, grouped with reply/forward buttons. Generally that's not a problem, but some users... you know what I mean :)

Is it possible to define buttons order manually?
Title: Re: How to rearrange buttons in toolbar?
Post by: SKaero on April 03, 2012, 08:53:09 AM
Not that I know of, all plugins buttons get added at the end. I think the simplest solution would be to add some js to the plugin that would move the button before the delete button.
Title: Re: How to rearrange buttons in toolbar?
Post by: kondybas on April 03, 2012, 09:32:23 AM
Quote from: SKaero on April 03, 2012, 08:53:09 AM
I think the simplest solution would be to add some js to the plugin that would move the button before the delete button.
Alas, I'm not so familiar with js...