HTML_Table::altRowAttributes

HTML_Table::altRowAttributes -- Alterne les attributs de ligne

Synopsis

require_once "HTML/Table.php";

void HTML_Table::altRowAttributes (int $start, mixed $attributes1, mixed $attributes2 [, boolean $inTR = FALSE])

Description

Alterne les attributs de ligne, en commençant à $start.

Paramètres

Note

Cette fonction ne peut pas être appelée de façon statique.

Voir aussi

HTML_Table::setAllAttributes() , HTML_Table::updateAllAttributes() , HTML_Table::setColAttributes() , HTML_Table::updateColAttributes() , HTML_Table::setCellAttributes() , HTML_Table::updateCellAttributes() , HTML_Table::updateRowAttributes() et HTML_Table::setRowAttributes() .