Ticket #345 (closed defect: fixed)
[patch] Change how TableOps buttons are inserted?
| Reported by: | paulb | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Plugin_TableOperations | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Personally, I like the table ops buttons to appear next to the "inserttable" button. Maybe others would like this as well?
In the TableOperations constructor, change:
var toolbar = ["linebreak"];
to
var toolbar = [];
and change:
// add a new line in the toolbar cfg.toolbar.push(toolbar);
to:
// Add the new buttons in the toolbar. cfg.addToolbarElement(toolbar, "inserttable", 1);
Does anyone object?
Change History
Note: See
TracTickets for help on using
tickets.
