Changes between Version 17 and Version 18 of TablePlugin


Ignore:
Timestamp:
Nov 20, 2015, 3:51:36 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TablePlugin

    v17 v18  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Styled Table Plugin
     3= Create tables with custom styling
    44
    55== Description
    66
    7 The !StyledTablePlugin 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.
     7This plugin allows the creation of tables within a Trac 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.
    88
    99The 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.
     
    2323== Download
    2424
    25 Download the zipped source from [download:tableplugin here].
     25Download the zipped source from [export:tableplugin here].
    2626
    2727== Source
    2828
    29 You can check out TablePlugin from [http://trac-hacks.org/svn/tableplugin here] using Subversion, or [source:tableplugin browse the source] with Trac.
     29You can check out TablePlugin from [/svn/tableplugin here] using Subversion, or [source:tableplugin browse the source] with Trac.
     30
     31== Installation
     32
     33General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3034
    3135== Example
     
    3943table.default {
    4044    font-family: verdana,arial,sans-serif;
    41     font-size:11px;
    42     color:#333333;
     45    font-size: 11px;
     46    color: #333333;
    4347    border-width: 1px;
    4448    border-color: #666666;
     
    107111@status (@complete): Complete
    108112
    109 #!-- Remaining rows below...
     113#!-- Remaining rows below
    110114
    111115@task: Task 2