Difference: TablePlugin (11 vs. 12)

Revision 122002-03-13 - PeterThoeny

Line: 1 to 1
 

Table Plugin

Gives extra control of table display:

Line: 66 to 66
 
Argument Comment
<-- -->
Sorted descending
Example
sort Set table sorting on or off sort="on"
Added:
>
>
initsort Column to sort initially (1 to number of columns) initsort="2"
initdirection Initial sorting direction for initsort, set to up or down initsort="down"
 
headerbg Header cell background colour headerbg="#99CCCC"
Changed:
<
<
databg Data cell background colour, a comma seperated list databg="#C8CB8F,#DBDDB5"
>
>
databg Data cell background colour, a comma separated list databg="#C8CB8F,#DBDDB5"
 
tableborder Table border width (pixels) tableborder="2"
cellpadding Cell padding (pixels) cellpadding="0"
cellspacing Cell spacing (pixels) cellspacing="3"
Line: 107 to 109
 

Plugin Info

Plugin Author: JohnTalintyre, PeterThoeny
Changed:
<
<
Plugin Version: 12 Mar 2002
Change History: 12 Mar 2002 PTh: Added valign, headeralign and dataalign; fixed bug of swapped cellpadding/cellspacing; fixed warning of uninitialized value
05 Jan 2002 PTh: Fixed sorting bug of cells with leading white space
06 Dec 2001 PTh: Fixed date sorting bug
03 Dec 2001 PTh: Fixed sort="off" bug and more
29 Nov 2001: PTh fixed Perl warnings
16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files
07 Oct 2001: Initial version
>
>
Plugin Version: 13 Mar 2002
Change History: 13 Mar 2002 PTh: Added TWiki:Main/ShawnBradford 's initsort and initdirection
12 Mar 2002 PTh: Added valign, headeralign and dataalign; fixed bug of swapped cellpadding/cellspacing; fixed warning of uninitialized value
05 Jan 2002 PTh: Fixed sorting bug of cells with leading white space
06 Dec 2001 PTh: Fixed date sorting bug
03 Dec 2001 PTh: Fixed sort="off" bug and more
29 Nov 2001: PTh fixed Perl warnings
16 Nov 2001: PTh added table border, cell spacing, cell padding, gif files
07 Oct 2001: Initial version
 
CPAN Dependencies: none
Other Dependencies: none
Perl Version: 5.0
Line: 118 to 120
 Related Topics: TWikiPreferences, TWikiPlugins

-- JohnTalintyre - 07 Oct 2001

Changed:
<
<
-- PeterThoeny - 12 Mar 2002
>
>
-- PeterThoeny - 13 Mar 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.