PEAR Manual
Prev
Chapter 31. HTML
Next
HTML_Table
Table of Contents
Introduction
-- Creating an HTML-Table
HTML_Table::HTML_Table
-- Constructor
HTML_Table::addCol
-- Add column
HTML_Table::addRow
-- Add row
HTML_Table::altRowAttributes
-- Alternate row attributes
HTML_Table::apiVersion
-- Return API version
HTML_Table::getAutoFill
-- Return autoFill value
HTML_Table::getAutoGrow
-- Return autoGrow flag
HTML_Table::getCellAttributes
-- Return cell attributes
HTML_Table::getCellContents
-- Return cell content
HTML_Table::getColCount
-- Return numbers of column
HTML_Table::getRowAttributes
-- Return row attributes
HTML_Table::getRowCount
-- Return number of rows
HTML_Table::setAllAttributes
-- Set attributes for all cells
HTML_Table::setAutoGrow
-- Set autoGrow flag
HTML_Table::setAutoFill
-- Set autoFill value
HTML_Table::setCaption
-- Set table caption
HTML_Table::setCellAttributes
-- Set cell attributes
HTML_Table::setCellContents
-- Set cell content
HTML_Table::setColAttributes
-- Set column attributes
HTML_Table::setColCount
-- Set number of columns
HTML_Table::setColType
-- Set column type
HTML_Table::setHeaderContents
-- Set content of header cell
HTML_Table::setRowCount
-- Set row number
HTML_Table::setRowType
-- Set row type
HTML_Table::setRowAttributes
-- Set row attributes
HTML_Table::toHtml
-- Return HTML code
HTML_Table::updateAllAttributes
-- Update attributes of all cells
HTML_Table::updateCellAttributes
-- Update cell attributes
HTML_Table::updateColAttributes
-- Update column attributes
HTML_Table::updateRowAttributes
-- Update row attributes
API to create HTML tables
Prev
Home
Next
HTML_Template_IT::touchBlock()
Up
Introduction