Ticket #345 (closed defect: fixed)

Opened 8 years ago

Last modified 7 years ago

[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

Changed 8 years ago by anonymous

And in the version I downloaded last night (26 sep 2005), the Table properties icon (TableOperations/img/table-prop.gif) is the same as the insert table icon (images/ed_buttons_main.gif 6:2) - which doesn't help matters much.

Changed 8 years ago by gogo

  • summary changed from Change how TableOps buttons are inserted? to [patch] Change how TableOps buttons are inserted?
  • version set to trunk
  • milestone set to Version 1.0

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to fixed

Made a change like this in changeset:499

Note: See TracTickets for help on using tickets.