author | Colas Nahaboo <colas@nahaboo.net> |
Sat, 26 Jan 2008 15:50:53 +0100 | |
changeset 0 | 414e01d06fd5 |
permissions | -rw-r--r-- |
colas@0 | 1 |
head 1.1; |
colas@0 | 2 |
access; |
colas@0 | 3 |
symbols; |
colas@0 | 4 |
locks; strict; |
colas@0 | 5 |
comment @# @; |
colas@0 | 6 |
|
colas@0 | 7 |
|
colas@0 | 8 |
1.1 |
colas@0 | 9 |
date 2006.02.01.12.01.24; author TWikiContributor; state Exp; |
colas@0 | 10 |
branches; |
colas@0 | 11 |
next ; |
colas@0 | 12 |
|
colas@0 | 13 |
|
colas@0 | 14 |
desc |
colas@0 | 15 |
@new-topic |
colas@0 | 16 |
@ |
colas@0 | 17 |
|
colas@0 | 18 |
|
colas@0 | 19 |
1.1 |
colas@0 | 20 |
log |
colas@0 | 21 |
@buildrelease |
colas@0 | 22 |
@ |
colas@0 | 23 |
text |
colas@0 | 24 |
@%META:TOPICINFO{author="TWikiContributor" date="1107572730" format="1.0" version="1"}% |
colas@0 | 25 |
%META:TOPICPARENT{name="TWikiTipsOfTheDay"}% |
colas@0 | 26 |
---+ Control table attributes with !TablePlugin |
colas@0 | 27 |
|
colas@0 | 28 |
The TablePlugin gives extra control of table display: |
colas@0 | 29 |
* Allows sorting |
colas@0 | 30 |
* Changing table properties like border width, cell spacing and cell padding |
colas@0 | 31 |
* Changing background color and text color for header cells |
colas@0 | 32 |
* Changing background color and text color for data cells - colors can _alternate_ |
colas@0 | 33 |
* Table attributes can be set and overridden in this order: |
colas@0 | 34 |
* Default =TABLEATTRIBUTES= Plugin setting in this topic |
colas@0 | 35 |
* A =TABLEATTRIBUTES= preferences setting on site-level (TWikiPreferences), web-level (any WebPreferences), or topic level. For example: |
colas@0 | 36 |
* =Set TABLEATTRIBUTES = tableborder="0" cellpadding="1" ...= |
colas@0 | 37 |
|
colas@0 | 38 |
To change table characteristics place =%<nop>TABLE{...}%= before the table. |
colas@0 | 39 |
|
colas@0 | 40 |
[[TablePlugin][More Information...]] |
colas@0 | 41 |
|
colas@0 | 42 |
[[TWikiTipsOfTheDay][See More Tips...]] |
colas@0 | 43 |
|
colas@0 | 44 |
-- TWiki:Main.PaulineCheung - 30 Jan 2005 |
colas@0 | 45 |
|
colas@0 | 46 |
@ |