Changes between Version 6 and Version 7 of TablePlugin/docs


Ignore:
Timestamp:
Aug 5, 2012, 4:13:20 PM (12 years ago)
Author:
jonny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TablePlugin/docs

    v6 v7  
    2323
    2424The keywords:
    25     - @table
    26     - @css
    27     - @row
    28     - @column
    29     - @<cell_name>
     25    - @table - used when you want to define a table style or apply a custom table style to a new table.
     26    - @css - used to define a new style
     27    - @column - used to introduce a column.
     28    - @row - used to introduce a row
     29    - @<cell_name> - named as part of the @column definition.
    3030
    31 The last keyword `@<cell_name>` is variable. It is based on the names you give the cells in your table definition. This is covered in more detail below in the Table Definition section.
     31The last keyword `@<cell_name>` is variable. It is based on the names you give the cells in your @column definition. This is covered in more detail below in the Table Definition section.
     32
     33== Table Definition ==
     34
     35The following example will not focus on any types of styles. The TablePlugin provides a default style (which can be edited if required) that will always be used if no specific style is applied to the table. We will focus on the bare minimum markup required to setup a new table. Comments are included as part of the codeblock to further explain the markup and how to use it.
     36
     37{{{
     38
     39}}}
    3240
    3341== Table Styles ==
     
    6169}}}
    6270
    63 == Table Definition ==
    64 
    6571== Usage ==