HTML_Table
- Содержание
- Introduction -- Creating an HTML-Table
- FAQ -- Answers to most Frequently Asked Questions
- HTML_Table::HTML_Table -- Constructor
- HTML_Table::addBody -- Add body
- HTML_Table::addCol -- Add column
- HTML_Table::addRow -- Add row
- HTML_Table::altRowAttributes -- Alternate row attributes
- HTML_Table::apiVersion -- Return API version (DEPRECATED)
- HTML_Table::display -- Output HTML code
- HTML_Table::getAutoFill -- Return autoFill value
- HTML_Table::getAutoGrow -- Return autoGrow flag
- HTML_Table::getBody -- Return the table object for the tbody group
- HTML_Table::getCellAttributes -- Return cell attributes
- HTML_Table::getCellContents -- Return cell content
- HTML_Table::getColCount -- Return numbers of column
- HTML_Table::getFooter -- Return the table object for the tfoot group
- HTML_Table::getHeader -- Return the table object for the thead group
- 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::setColGroup -- Set a colgroup
- 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
Пред. | Начало | След. |
HTML_QuickForm_DHTMLRulesTableless | Уровень выше | Introduction |