Ticket #1004 (new New Feature)

Opened 16 months ago

Last modified 10 months ago

Make tables sortable

Reported by: wwalc Owned by:
Priority: Normal Milestone:
Component: Project : MediaWiki+FCKeditor Version:
Keywords: Confirmed Cc:

Description

Tables in MediaWiki can be sortable using special class:
class="wikitable sortable"
more can be found here:
http://meta.wikimedia.org/wiki/Help:Sorting

Change History

Changed 16 months ago by ycombarnous

Ideally, the table dialog should have an additional field called "table style" to be able to set the class.
The list of classes would be a select:
1) None

2) Pretty table (=wikitable)

3) Table with sort (=sortable)

4) Pretty table with sort (=wikitable sortable)

The extension notes should indicate that this is customizable in the dialog.
I tried to implement it, but for IE, FCK adds a class to put a border around the table in the editor, and I could not get rid of it.

Changed 10 months ago by w.olchawa

  • keywords Confirmed added
Note: See TracTickets for help on using tickets.