Ticket #716 (closed defect: wontfix)
Plugins' buttons : Position defined only through xinha_config.toolbar, please !
| Reported by: | sgougeon | Owned by: | gogo |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
After hours of parametrizing xinha, I have found quite annoying to have to turn into comment any cfg.addToolbarElement(); line into the respective plugin.js for almost any plugins that I have declared. Indeed, it is much more pleasant to decide oneself through the xinha_config.toolbar the proper gathering into groups and order of groups and inside groups of buttons, instead of getting predefined groups & sorting orders.
So, it would be really kind to let the user explicitly and fully defining the xinha_config.toolbar parameter, without calling cfg.addToolbarElement();
By the way, I failed using such a strategy for some specific plugins, noticeably the "fullscreen" one. No success in finding why.
sgougeon (a) univ-lemans.fr (Sam)
