Difference: TablePlugin (14 vs. 15)

Revision 152002-12-15 - PeterThoeny

Line: 1 to 1
 

Table Plugin

Gives extra control of table display:

Line: 29 to 29
 
  • Table cell spacing. Default: 1
    • Set CELLSPACING = 1
Added:
>
>
  • Table width, e.g. 100% for relative, 640 for absolute width. Default: (not set)
    • Set TABLEWIDTH =
 
  • Vertical alignment of cells. Set to: top, middle, bottom or baseline; default: (empty)
    • Set VALIGN =
Line: 84 to 87
 
valign Vertical alignment of cells, set to top, middle, bottom or baseline valign="top"
headeralign Header cell alignment, set to left, center, right or justify. Overrides individual cell settings headeralign="left"
dataalign Data cell alignment, set to left, center, right or justify. Overrides individual cell settings dataalign="center"
Added:
>
>
tablewidth Table width: Percentage of window width, or absolute pixel value. Default is unspecified tablewidth="100%"
columnwidths Column widths: Comma delimited list of column widths, percentage or absolute pixel value. Default is unspecified columnwidths="80%, 20%"
headerrows Number of header rows to exclude from sort; default 1 headerrows="1"
footerrows Number of footer rows to exclude from sort; default 0 footerrows="1"
  All default to the global setting

Example

Changed:
<
<
Line before table: %TABLE{ sort="on" tableborder="0" cellpadding="1" cellspacing="3" headerbg="#000099" headercolor="#FFFFCC" databg="#C8CB8F, #DBDDB5" }%
>
>
Line before table: %TABLE{ sort="on" tableborder="0" cellpadding="1" cellspacing="3" headerbg="#000099" headercolor="#FFFFCC" databg="#C8CB8F, #DBDDB5" headerrows="2" footerrows="1" }%
 
Changed:
<
<
>
>
Table with two Header Rows and Footer Row
 
Num Status Action Who When Progress
1 C Chose new colours John 1-Dec-02  
2 X Release John 1-Apr-02  
3   Get feedback Anne 1-Feb-02  
12 C Spec error handling Jack 1-Dec-02  
5   Abc John    
Added:
>
>
Num Status Action Who When Progress
 

Plugin Installation Instructions

Line: 119 to 128
 

Plugin Info

Plugin Author: JohnTalintyre, PeterThoeny
Changed:
<
<
Plugin Version: 09 Dec 2002
>
>
Plugin Version: 15 Dec 2002
 
Change History:
<-- specify latest version first -->
 
Added:
>
>
15 Dec 2002: PTh: Added headerrows and footerrows params (TWiki:Main/WoutMertens); added tablewidth and columnwidths params (TWiki:Main/ThorstenSommermann)
 
09 Dec 2002: PTh: Added headercolor and datacolor parameters
05 Jun 2002: PTh: Added "none" value to databg parameter (suggested by TWiki:Main/TaitCyrus); fixed sorting by stripping HTML tags, removing links and making sort ignore case (suggested by TWiki:Main/ShawnBradford)
13 Mar 2002: PTh: Added TWiki:Main/ShawnBradford 's initsort and initdirection
Line: 139 to 149
 Related Topics: TWikiPreferences, TWikiPlugins, StandardColors

-- JohnTalintyre - 07 Oct 2001

Changed:
<
<
-- PeterThoeny - 09 Dec 2002
>
>
-- PeterThoeny - 15 Dec 2002
 
META FILEATTACHMENT attr="" comment="Up arrow" date="1005707580" name="up.gif" path="C:\Data\Temp\up.gif" size="876" user="PeterThoeny" version="1.1"
META FILEATTACHMENT attr="" comment="Down arrow" date="1005707591" name="down.gif" path="C:\Data\Temp\down.gif" size="869" user="PeterThoeny" version="1.1"
META FILEATTACHMENT attr="" comment="Diamond symbol" date="1005707607" name="diamond.gif" path="C:\Data\Temp\diamond.gif" size="881" user="PeterThoeny" version="1.1"
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TablePlugin.