Ticket #1561 (closed enhancement: fixed)
DefinitionList: register toolbar buttons next to standard list buttons
| Reported by: | ejucovy | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.97 |
| Component: | Plugins | Version: | trunk |
| Severity: | normal | Keywords: | toolbar |
| Cc: |
Description
Currently DefinitionList? registers its toolbar buttons at the end of the toolbar.
Instead, it would be logical for it to register its buttons next to the standard list buttons ("insertorderedlist" and "insertunorderedlist") using the addToolbarElement method:
In it's simplest form it takes as three parameters 1. the button id (previously registered with registerButton) 2. the id of the button you want to insert this button relative to 3. one of, -1 for "insert before", 0 for "replace" and 1 for "insert after"
This enhancement was discussed here: http://www.xinha.org/punbb/viewtopic.php?id=44
Change History
Note: See
TracTickets for help on using
tickets.
