SourceForge logo
SourceForge logo
Menu

phpwiki-checkins

Revision: 6216
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6216&view=rev
Author: vargenau
Date: 2008年08月28日 18:12:59 +0000 (2008年8月28日)
Log Message:
-----------
Bordered table
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2008年08月28日 18:11:39 UTC (rev 6215)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2008年08月28日 18:12:59 UTC (rev 6216)
@@ -1,4 +1,4 @@
-Date: 2008年6月19日 14:15:24 +0000
+Date: 2008年8月28日 14:15:24 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -19,9 +19,14 @@
 !!! HTML attributes
 
 <?plugin RichTable
-* border="1", cellpadding="5"
+* class="bordered"
 -
 |
+Attribute
+|
+Syntax
+-
+|
 For the table
 |
 {| border="1"
@@ -131,3 +136,4 @@
 
 ----
 [PhpWikiDocumentation] [CategoryWikiPlugin]
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6452
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6452&view=rev
Author: vargenau
Date: 2009年01月25日 09:43:33 +0000 (2009年1月25日)
Log Message:
-----------
No explicit call needed
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年01月24日 21:40:21 UTC (rev 6451)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年01月25日 09:43:33 UTC (rev 6452)
@@ -1,4 +1,4 @@
-Date: 2009年1月24日 20:18:24 +0100
+Date: 2009年1月25日 10:18:24 +0100
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -8,8 +8,11 @@
 charset=iso-8859-1
 Content-Transfer-Encoding: binary
 
-The *~MediawikiTable* [[Help:WikiPlugin|plugin]] takes off from the [RichTable|Help:RichTablePlugin] plugin. It allows a user to specify a <tt><table></tt> with (a subset of) the syntax used by Mediawiki.
+The *~MediawikiTable* [[Help:WikiPlugin|plugin]] allows a user to specify a ##<table>## with (a subset of) the syntax used by Mediawiki.
+The plugin is not meant to be called directly, just use the syntax below to insert your table.
 
+== Mediawiki table syntax
+
 * The table starts with a line <b>{~|</b> and ends with a line <b>|~}</b>.
 * An optional table caption is made with a line starting with a pipe and a plus sign <b>|+</b> followed by the caption.
 * An optional table summary is made with a line starting with a pipe and an equal sign <b>|=</b> followed by the summary.
@@ -21,7 +24,7 @@
 You can also simply put the summary as an attribute to the table.
 The summary is necessary to be able to create accessible tables.
 
-!!! HTML attributes
+=== HTML attributes
 
 <?plugin RichTable
 * class="bordered"
@@ -54,7 +57,7 @@
 
 The attributes might be put with or without double quotes.
 
-!!! Example
+== Examples
 
 {| border="1", style="width: 100%"
 |+ style="font-weight: bold; font-size: 150%;" | This is the table caption
@@ -137,7 +140,7 @@
 ?>
 </verbatim>
 
-!!! Author
+== Author
 
 Marc-Etienne Vargenau, Alcatel-Lucent
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6453
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6453&view=rev
Author: vargenau
Date: 2009年01月25日 15:19:16 +0000 (2009年1月25日)
Log Message:
-----------
See Also
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年01月25日 09:43:33 UTC (rev 6452)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年01月25日 15:19:16 UTC (rev 6453)
@@ -1,4 +1,4 @@
-Date: 2009年1月25日 10:18:24 +0100
+Date: 2009年1月25日 15:18:24 +0100
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -144,6 +144,9 @@
 
 Marc-Etienne Vargenau, Alcatel-Lucent
 
+== See Also
+* [[http://meta.wikimedia.org/wiki/Help:Table|Mediawiki table help page]]
+
 ----
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6478
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6478&view=rev
Author: vargenau
Date: 2009年02月02日 13:32:03 +0000 (2009年2月02日)
Log Message:
-----------
More examples
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月01日 14:40:29 UTC (rev 6477)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月02日 13:32:03 UTC (rev 6478)
@@ -1,4 +1,4 @@
-Date: 2009年1月25日 15:18:24 +0100
+Date: Mon, 2 Feb 2009 5:18:24 +0100
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -18,7 +18,7 @@
 * An optional table summary is made with a line starting with a pipe and an equal sign <b>|=</b> followed by the summary.
 * A table row starts with a pipe and a hyphen: <b>|-</b>.
 * A table cell starts with a pipe on a new line, or a double bar <b>||</b> on the same line.
-* A header table cell starts with an exclamation mark, or a double exclamation mark <b>!!</b> on the same line (works only with an explicit plugin call).
+* A header table cell starts with an exclamation mark, or a double exclamation mark <b>!!</b> on the same line.
 
 The summary syntax is an extension to the Mediawiki syntax. 
 You can also simply put the summary as an attribute to the table.
@@ -28,7 +28,7 @@
 
 <?plugin RichTable
 * class="bordered"
--
+- style="font-weight:bold;background-color:#d8d8d8;", align=center
 |
 Attribute
 |
@@ -59,13 +59,15 @@
 
 == Examples
 
+=== Example 1: simple table
+
 {| border="1", style="width: 100%"
 |+ style="font-weight: bold; font-size: 150%;" | This is the table caption
 |= This is the table summary
 |- style="white-space: nowrap"
-| <b>Header 1</b>
-| <b>Header 2</b>
-| <b>Header 3</b>
+! Header 1
+! Header 2
+! Header 3
 |- style=height:100px
 | Cell I
 | <b>Cell II</b>, in bold
@@ -81,9 +83,9 @@
 |+ style="font-weight: bold; font-size: 150%;" | This is the table caption
 |= This is the table summary
 |- style="white-space: nowrap"
-| <b>Header 1</b>
-| <b>Header 2</b>
-| <b>Header 3</b>
+! Header 1
+! Header 2
+! Header 3
 |- style=height:100px
 | Cell I
 | <b>Cell II</b>, in bold
@@ -93,14 +95,8 @@
 |}
 </verbatim>
 
-In this example, there is no explicit call to the plugin. You have the same syntax as in Mediawiki.
+=== Example 2: table with paragraphs, lists and plugins in cells
 
-You can also explictly call the plugin. This will allow you:
-* to use the Mediawiki header syntax (!),
-* to use multiple paragraphs in a cell,
-* to use lists in a cell.
-
-<?plugin MediawikiTable
 {|
 |- style="white-space: nowrap"
 ! Header 1
@@ -114,14 +110,13 @@
 * Two
 * Three
 |- bgcolor=#f0f0ff, align=center
-|Cell 1||Cell 2
+|Current date || <<CurrentTime format=date>>
 |}
 ?>
 
 The above table is rendered from:
 
 <verbatim>
-<?plugin MediawikiTable
 {|
 |- style="white-space: nowrap"
 ! Header 1
@@ -135,11 +130,88 @@
 * Two
 * Three
 |- bgcolor=#f0f0ff, align=center
-|Cell 1||Cell 2
+|Current date || <<CurrentTime format=date>>
 |}
-?>
 </verbatim>
 
+=== Example 3: nested tables
+
+<<MediawikiTable
+{| class="bordered", align=center
+|+ Outer table caption
+|-
+! Header A !! Header B
+|-
+| A numbered list:
+# one
+# two
+# three
+|
+This cell contains a nested table.
+ {| class="bordered"
+ |+ Inner table caption
+ |-
+ ! Header A
+ ! Header B
+ |-
+ | Inner A1
+ | Inner B1
+ |-
+ | Inner A2
+ | Inner B2
+ |}
+|-
+| A paragraph
+
+Another paragraph
+
+| A plain list:
+* apple
+* pear
+* apricot
+|}
+>>
+
+The above table is rendered from:
+
+<verbatim>
+<<MediawikiTable
+{| class="bordered", align=center
+|+ Outer table caption
+|-
+! Header A !! Header B
+|-
+| A numbered list:
+# one
+# two
+# three
+|
+This cell contains a nested table.
+ {| class="bordered"
+ |+ Inner table caption
+ |-
+ ! Header A
+ ! Header B
+ |-
+ | Inner A1
+ | Inner B1
+ |-
+ | Inner A2
+ | Inner B2
+ |}
+|-
+| A paragraph
+
+Another paragraph
+
+| A plain list:
+* apple
+* pear
+* apricot
+|}
+>>
+</verbatim>
+
 == Author
 
 Marc-Etienne Vargenau, Alcatel-Lucent
@@ -149,4 +221,3 @@
 
 ----
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6479
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6479&view=rev
Author: vargenau
Date: 2009年02月02日 13:36:07 +0000 (2009年2月02日)
Log Message:
-----------
Small syntax fix
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月02日 13:32:03 UTC (rev 6478)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月02日 13:36:07 UTC (rev 6479)
@@ -112,7 +112,6 @@
 |- bgcolor=#f0f0ff, align=center
 |Current date || <<CurrentTime format=date>>
 |}
-?>
 
 The above table is rendered from:
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6506
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6506&view=rev
Author: vargenau
Date: 2009年02月16日 15:16:52 +0000 (2009年2月16日)
Log Message:
-----------
Add information about bordered, boxed and sortable tables
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月16日 14:20:10 UTC (rev 6505)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月16日 15:16:52 UTC (rev 6506)
@@ -1,4 +1,4 @@
-Date: Mon, 2 Feb 2009 5:18:24 +0100
+Date: 2009年2月16日 15:18:24 +0100
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -57,6 +57,24 @@
 
 The attributes might be put with or without double quotes.
 
+=== Predefined CSS classes
+
+If you do not specify a class for the table, it will be rendered without border.
+
+==== Boxed and bordered tables
+
+If you specify ##class="boxed"##, you will have a border around the table (but not around the cells).
+
+If you specify ##class="bordered"##, you will have a border around the table and the cells
+
+In both cases, the caption (if any) will be bold and centered under the table
+
+In both cases, the headers (specified by ##!##) will have a ##"#d8d8d8"## background
+
+==== Sortable tables
+
+If you specify ##class="sortable"##, the table columns will be sortable.
+
 == Examples
 
 === Example 1: simple table
@@ -133,8 +151,39 @@
 |}
 </verbatim>
 
-=== Example 3: nested tables
+=== Example 3: sortable table
 
+Click on a column header to sort the column.
+Clicking a second time will reverse the sorting order.
+
+{| class="bordered sortable"
+|-
+! First name !! Name !! Age
+|-
+| John || Smith || 35
+|-
+| Albert || Wells || 5
+|-
+| Sam || Adam || 102
+|}
+
+The above table is rendered from:
+
+<verbatim>
+{| class="bordered sortable"
+|-
+! First name !! Name !! Age
+|-
+| John || Smith || 35
+|-
+| Albert || Wells || 5
+|-
+| Sam || Adam || 102
+|}
+</verbatim>
+
+=== Example 4: nested tables
+
 <<MediawikiTable
 {| class="bordered", align=center
 |+ Outer table caption
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6607
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6607&view=rev
Author: vargenau
Date: 2009年02月28日 20:29:41 +0000 (2009年2月28日)
Log Message:
-----------
Let us use a Mediawiki table
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月28日 20:22:29 UTC (rev 6606)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年02月28日 20:29:41 UTC (rev 6607)
@@ -8,52 +8,41 @@
 charset=iso-8859-1
 Content-Transfer-Encoding: binary
 
-The *~MediawikiTable* [[Help:WikiPlugin|plugin]] allows a user to specify a ##<table>## with (a subset of) the syntax used by Mediawiki.
+The **~MediawikiTable** [[Help:WikiPlugin|plugin]] allows a user to specify a ##<table>## with (a subset of) the syntax used by Mediawiki.
 The plugin is not meant to be called directly, just use the syntax below to insert your table.
 
 == Mediawiki table syntax
 
-* The table starts with a line <b>{~|</b> and ends with a line <b>|~}</b>.
-* An optional table caption is made with a line starting with a pipe and a plus sign <b>|+</b> followed by the caption.
-* An optional table summary is made with a line starting with a pipe and an equal sign <b>|=</b> followed by the summary.
-* A table row starts with a pipe and a hyphen: <b>|-</b>.
-* A table cell starts with a pipe on a new line, or a double bar <b>||</b> on the same line.
-* A header table cell starts with an exclamation mark, or a double exclamation mark <b>!!</b> on the same line.
+* The table starts with a line ##{|## and ends with a line ##|}##.
+* An optional table caption is made with a line starting with a pipe and a plus sign ##|+## followed by the caption.
+* An optional table summary is made with a line starting with a pipe and an equal sign ##|=## followed by the summary.
+* A table row starts with a pipe and a hyphen: ##|-##.
+* A table cell starts with a pipe on a new line, or a double bar ##||## on the same line.
+* A header table cell starts with an exclamation mark, or a double exclamation mark ##!!## on the same line.
 
-The summary syntax is an extension to the Mediawiki syntax. 
+The summary syntax is an extension to the Mediawiki syntax.
 You can also simply put the summary as an attribute to the table.
 The summary is necessary to be able to create accessible tables.
 
 === HTML attributes
 
-<<RichTable
-* class="bordered"
-- style="font-weight:bold;background-color:#d8d8d8;", align=center
-|
-Attribute
-|
-Syntax
--
-|
-For the table
-|
-{| border="1"
--
-|
-For the caption
-|
-~|+ style="font-weight: bold;"
--
-|
-For a row
-|
-~|- style="height:100px"
--
-|
-For a cell
-|
-~| align="right" | Cell 2 (right aligned)
->>
+{| class="bordered"
+|-
+! Attribute
+! Syntax
+|-
+| For the table
+| {{{ {| border="1" }}}
+|-
+| For the caption
+| {{{ |+ style="font-weight: bold;" }}}
+|-
+| For a row
+| {{{ |- style="height:100px" }}}
+|-
+| For a cell
+| {{{ | align="right" | Cell 2 (right aligned) }}}
+|}
 
 The attributes might be put with or without double quotes.
 
@@ -79,7 +68,7 @@
 
 === Example 1: simple table
 
-{| border="1", style="width: 100%"
+{| border="1" style="width: 100%"
 |+ style="font-weight: bold; font-size: 150%;" | This is the table caption
 |= This is the table summary
 |- style="white-space: nowrap"
@@ -97,7 +86,7 @@
 The above table is rendered from:
 
 {{{
-{| border="1", style="width: 100%"
+{| border="1" style="width: 100%"
 |+ style="font-weight: bold; font-size: 150%;" | This is the table caption
 |= This is the table summary
 |- style="white-space: nowrap"
@@ -185,7 +174,7 @@
 === Example 4: nested tables
 
 <<MediawikiTable
-{| class="bordered", align=center
+{| class="bordered" align=center
 |+ Outer table caption
 |-
 ! Header A !! Header B
@@ -224,7 +213,7 @@
 
 {{{
 <<MediawikiTable
-{| class="bordered", align=center
+{| class="bordered" align=center
 |+ Outer table caption
 |-
 ! Header A !! Header B
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 6917
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6917&view=rev
Author: vargenau
Date: 2009年06月11日 18:57:29 +0000 (2009年6月11日)
Log Message:
-----------
Improve wording
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年06月11日 13:29:13 UTC (rev 6916)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2009年06月11日 18:57:29 UTC (rev 6917)
@@ -1,4 +1,4 @@
-Date: Mon, 1 Jun 2009 15:05:05 +0000
+Date: 2009年6月11日 20:56:23 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -13,12 +13,13 @@
 
 == Mediawiki table syntax
 
-* The table starts with a line ##{|## and ends with a line ##|}##.
+* The table starts with a line ##{|##.
 * An optional table caption is made with a line starting with a pipe and a plus sign ##|+## followed by the caption.
 * An optional table summary is made with a line starting with a pipe and an equal sign ##|=## followed by the summary.
 * A table row starts with a pipe and a hyphen: ##|-##.
 * A table cell starts with a pipe on a new line, or a double bar ##||## on the same line.
 * A header table cell starts with an exclamation mark, or a double exclamation mark ##!!## on the same line.
+* The table ends with a line ##|}##.
 
 The summary syntax is an extension to the Mediawiki syntax.
 You can also simply put the summary as an attribute to the table.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 7727
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7727&view=rev
Author: vargenau
Date: 2010年11月08日 09:53:28 +0000 (2010年11月08日)
Log Message:
-----------
No comma between arguments (works, but not recommended)
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2010年11月05日 15:02:12 UTC (rev 7726)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2010年11月08日 09:53:28 UTC (rev 7727)
@@ -1,4 +1,4 @@
-Date: 2010年9月10日 13:46:13 +0000
+Date: Mon, 8 Nov 2010 10:51:04 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -83,8 +83,8 @@
 |- style=height:100px
 | Cell I
 | **Cell II**, in bold
-|align=right, width="100%" |Cell III
-|- bgcolor=#f0f0ff, align=center
+|align=right width="100%" |Cell III
+|- bgcolor=#f0f0ff align=center
 |Cell 1||Cell 2||Cell 3
 |}
 
@@ -101,8 +101,8 @@
 |- style=height:100px
 | Cell I
 | **Cell II**, in bold
-|align=right, width="100%" |Cell III
-|- bgcolor=#f0f0ff, align=center
+|align=right width="100%" |Cell III
+|- bgcolor=#f0f0ff align=center
 |Cell 1||Cell 2||Cell 3
 |}
 }}}
@@ -121,7 +121,7 @@
 * One
 * Two
 * Three
-|- bgcolor=#f0f0ff, align=center
+|- bgcolor=#f0f0ff align=center
 |Current date || <<CurrentTime format=date>>
 |}
 
@@ -140,7 +140,7 @@
 * One
 * Two
 * Three
-|- bgcolor=#f0f0ff, align=center
+|- bgcolor=#f0f0ff align=center
 |Current date || <<CurrentTime format=date>>
 |}
 }}}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 7733
 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7733&view=rev
Author: vargenau
Date: 2010年11月09日 13:25:11 +0000 (2010年11月09日)
Log Message:
-----------
Add explanation about <thead>
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2010年11月09日 13:20:16 UTC (rev 7732)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2010年11月09日 13:25:11 UTC (rev 7733)
@@ -1,4 +1,4 @@
-Date: Mon, 8 Nov 2010 10:51:04 +0000
+Date: Tue, 9 Nov 2010 14:24:02 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
 X-Rcs-Id: $Id$
 Content-Type: application/x-phpwiki;
@@ -25,6 +25,9 @@
 You can also simply put the summary as an attribute to the table.
 The summary is necessary to be able to create accessible tables.
 
+If the first row of the table as made with header cells only, this row will be put in a //thead//.
+In that case, this row will be repeated on every page when printing the table.
+
 === HTML attributes ===
 
 {| class="bordered"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 9084
 http://sourceforge.net/p/phpwiki/code/9084
Author: vargenau
Date: 2014年09月17日 09:43:14 +0000 (2014年9月17日)
Log Message:
-----------
Add info about multiple columns sort
Modified Paths:
--------------
 trunk/pgsrc/Help%2FMediawikiTablePlugin
Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin
===================================================================
--- trunk/pgsrc/Help%2FMediawikiTablePlugin	2014年09月17日 08:39:16 UTC (rev 9083)
+++ trunk/pgsrc/Help%2FMediawikiTablePlugin	2014年09月17日 09:43:14 UTC (rev 9084)
@@ -1,4 +1,4 @@
-Date: 2014年7月29日 10:42:12 +0000
+Date: 2014年9月17日 11:42:17 +0000
 Mime-Version: 1.0 (Produced by PhpWiki 1.5.0)
 Content-Type: application/x-phpwiki;
 pagename=Help%2FMediawikiTablePlugin;
@@ -60,6 +60,9 @@
 ==== Sortable tables ====
 
 If you specify ##class="sortable"##, the table columns will be sortable.
+An icon will be put in the headers to show the table is sortable.
+Clicking on a column header will sort that column.
+You can sort multiple columns with shift click.
 
 ==== Do not break table when printing ====
 
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /