Ticket #1538 (closed enhancement: fixed)
TableOperations: add config option to control currently-forced linebreak in toolbar
| Reported by: | ejucovy | Owned by: | ejucovy |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.97 |
| Component: | Plugins | Version: | trunk |
| Severity: | normal | Keywords: | toolbar |
| Cc: |
Description
The TableOperations plugin always adds a linebreak to the toolbar before appending its table buttons; its code contains:
var toolbar = ["linebreak", "inserttable", "toggleborders"];
In my application I prefer a layout where the table buttons are on the same line as the buttons that precede them.
The following patch extends the existing Xinha.Config.TableOperations configuration object to let the user control whether this forced-linebreak behavior is active.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
