Class: HTMLTable
Source Location: /html/HTMLTable.class.php
ABSTObject
|
--PlainTextFormatter
|
--HTMLTable
A very important class to generate HTML-tables. To keep a fast performance, this class is not purely object oriented. That means that the tabledatas are not objects - their information are stored in arrays.
Author(s):
Version:
Copyright:
Copyright (c) 2003 Daniel Plücken <daniel@debakel.net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
Inherited Variables
|
Inherited Methods
|
Class Details
Class Variables
$attributesArr = array()
[line 164]
Stores all customized attributes of each tabledata. This array carries two dimensions of string types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$border = 0
[line 214]
Stores the value of the border-attribute of this table.
Tags:
$cellHeightArr = array()
[line 118]
Stores the height of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$cellpadding = 0
[line 200]
Stores the value of the cellpadding-attribute of this table.
Tags:
$cellspacing = 0
[line 207]
Stores the value of the cellspacing-attribute of this table.
Tags:
$cellStyleClassArr = array()
[line 155]
Stores the styleclass of each tabledata. This array carries two dimensions of string types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$cellWidthArr = array()
[line 109]
Stores the width of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$cols = 0
[line 79]
Stores the cols count of this table.
Tags:
$colspanArr = array()
[line 137]
Stores the colspan of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$contentArr = array()
[line 100]
Stores the content of each tabledata. This array carries two dimensions of string types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$freestyle =
[line 87]
Can filled with styledefinitions that were not handled by an implemented method.
Tags:
$height = 0
[line 193]
Stores the value of the height-attribute of this table.
Tags:
$id = "table_"
[line 65]
The id or name of this table.
Tags:
$no_format = false
[line 239]
Stores whether the table should be formatted by the PlainTextFormatter or not.
Tags:
$no_format_arr = array()
[line 128]
Stores whether a tabledata should be formatted by the PlainTextFormatter or not. This array carries two dimensions of boolean types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$rowAttributes = array()
[line 175]
Stores the customized attributes of each table's row.
Tags:
$rows = 0
[line 72]
Stores the rows count of this table.
Tags:
$rowspanArr = array()
[line 146]
Stores the rowspan of each tabledata. This array carries two dimensions of integer types. The first dimension stands for the rows of the table, the second one stands for the cols of the table.
Tags:
$style = ""
[line 221]
Stores the value of the class-attribute of this table
Tags:
$tableAttributes = ""
[line 228]
Stores the customized attributes of this table.
Tags:
$width = 0
[line 186]
Stores the value of the width-attribute of this table.
Tags:
Class Methods
|
|