Changes between Version 14 and Version 15 of TablePlugin
- Timestamp:
- Mar 24, 2013, 6:56:43 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TablePlugin
v14 v15 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = Table Plugin =3 = Custom Table Plugin = 4 4 5 5 == Description == 6 6 7 The ! TablePlugin allows the creation of tables within a wiki page. As part of the table markup, styles can be defined in a CSS style markup. These styles can be applied to elements of the table, including the rows, columns and the overall table.7 The !CustomTablePlugin allows the creation of tables within a wiki page. As part of the table markup, styles can be defined in a CSS style markup. These styles can be applied to elements of the table, including the rows, columns and the overall table. 8 8 9 9 The CSS styles can be defined as part of the table markup or as part of the !TableStyles wiki page inside a `codeblock`. This page is the recommended way to store and use any predefined styles. … … 79 79 {{{ 80 80 {{{ 81 #! table81 #!customtable 82 82 83 83 #!-- Define the table style