Difference: TablePlugin (2 vs. 3)

Revision 32001-11-16 - PeterThoeny

Line: 1 to 1
 

Table Plugin

Gives extra control off table display:

  • Allows sorting
Changed:
<
<
  • Changing background colour for header cells
  • Changing background colour for data cells - colours can alternate
>
>
  • Changing background color for header cells
  • Changing background color for data cells - colors can alternate
 
  • Behaviour can be specified for a specific table using %TABLE{...}% or with global preferences

Global Preferences

  • Set DEBUG to on to get debug messages in data/debug.txt. Default: off
Changed:
<
<
    • Set DEBUG = on
  • Colour for header cells ('*'s around text). Default: #99CCCC
>
>
    • Set DEBUG = off
  • Table border width. Default: 1
    • Set TABLEBORDER = 3
  • Table cell padding. Default: 0
    • Set CELLPADDING = 5
  • Table cell spacing. Default: 1
    • Set CELLSPACING = 2
  • Color for header cells ('*'s around text). Default: #99CCCC
 
    • #Set HEADER_BG = red
Changed:
<
<
  • #Set DATA_BG = #C8CB8F,#DBDDB5
>
>
  • Background color for table rows, two alternate colors. Default: #FFFFCC,#FFFFFF
 
  • Set DATA_BG = #FFFFCC,#FFFFFF
Added:
>
>
  • Make sortable:
 
  • #Set SORT = attachments
  • Set SORT = all
  • #Set SORT = none
Changed:
<
<
  • Set SHORTDESCRIPTION = Control sorting and colours for table display
>
>
  • Short description:
    • Set SHORTDESCRIPTION = Control attributes of tables and sorting of table columns
 

Sorting

Line: 33 to 40
 

Per table settings

Changed:
<
<
On line before the table use %TABLE{...}%:
>
>
On line before the table use %TABLE{...}%:
 
Changed:
<
<
Argument
<-- -->
Sorted descending
Comment
sort on or off
headerbg header cell background colour
databg data cell background colour, a comma seperated list
>
>
Argument Comment Example
sort Set on or off sort="on"
headerbg Header cell background colour headerbg="#99CCCC"
databg Data cell background colour, a comma seperated list databg="#C8CB8F,#DBDDB5"
tableborder Table border width (pixels) tableborder="2"
cellpadding Cell padding (pixels) cellpadding="0"
cellspacing Cell spacing (pixels) cellspacing="3"
  All default to the global setting

Examples

Changed:
<
<
Line before table: %TABLE{sort="on" headerbg="#99CCCC" databg="#C8CB8F,#DBDDB5"}%
>
>
Line before table: %TABLE{sort="on" tableborder="0" cellpadding="2" cellspacing="1" headerbg="#99CCCC" databg="#C8CB8F,#DBDDB5"}%
 
Changed:
<
<
>
>
 
Num Status Action Who When Progress
1 C Chose new colours John 1-Dec-02  
2 X Release John 1-Apr-02  
Line: 54 to 64
 
12 C Spec error handling Jack 1-Dec-02  
5   Abc John    
Deleted:
<
<
 -- JohnTalintyre - 07 Oct 2001
Added:
>
>
-- PeterThoeny - 15 Nov 2001
 
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.