47 lines
1.2 KiB
Plaintext
47 lines
1.2 KiB
Plaintext
|
head 1.1;
|
||
|
access;
|
||
|
symbols;
|
||
|
locks; strict;
|
||
|
comment @# @;
|
||
|
|
||
|
|
||
|
1.1
|
||
|
date 2006.02.01.12.01.24; author TWikiContributor; state Exp;
|
||
|
branches;
|
||
|
next ;
|
||
|
|
||
|
|
||
|
desc
|
||
|
@new-topic
|
||
|
@
|
||
|
|
||
|
|
||
|
1.1
|
||
|
log
|
||
|
@buildrelease
|
||
|
@
|
||
|
text
|
||
|
@%META:TOPICINFO{author="TWikiContributor" date="1107572730" format="1.0" version="1"}%
|
||
|
%META:TOPICPARENT{name="TWikiTipsOfTheDay"}%
|
||
|
---+ Control table attributes with !TablePlugin
|
||
|
|
||
|
The TablePlugin gives extra control of table display:
|
||
|
* Allows sorting
|
||
|
* Changing table properties like border width, cell spacing and cell padding
|
||
|
* Changing background color and text color for header cells
|
||
|
* Changing background color and text color for data cells - colors can _alternate_
|
||
|
* Table attributes can be set and overridden in this order:
|
||
|
* Default =TABLEATTRIBUTES= Plugin setting in this topic
|
||
|
* A =TABLEATTRIBUTES= preferences setting on site-level (TWikiPreferences), web-level (any WebPreferences), or topic level. For example:
|
||
|
* =Set TABLEATTRIBUTES = tableborder="0" cellpadding="1" ...=
|
||
|
|
||
|
To change table characteristics place =%<nop>TABLE{...}%= before the table.
|
||
|
|
||
|
[[TablePlugin][More Information...]]
|
||
|
|
||
|
[[TWikiTipsOfTheDay][See More Tips...]]
|
||
|
|
||
|
-- TWiki:Main.PaulineCheung - 30 Jan 2005
|
||
|
|
||
|
@
|