Table wrapper base class 2008.06.08 (Default branch) |
|
|
This is a generic HTML table wrapper base class. It provides basic functionality to generate the output of any HTML component that may be layed out in a table. It features XHTML compliant output and built-in control of table, row and cell color, width, alignment, and border width. Cell contents are fully definable in subclasses by iterating over the class functions to define the data of the rows and their cells.
License: Freely Distributable
Changes:
This release allows making table centering
optional. An example script
has been added to demonstrate the usage of the
class.
|