previousHTML_Table::addRow (Previous) (Next) HTML_Table::apiVersion()next

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

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 .

Parameter

  • int $start - Index de la ligne où l'on commence à alterner

  • mixed $attributes1 - Tableau associatif ou chaîne de caractères d'attributs de ligne

  • mixed $attributes2 - Tableau associatif ou chaîne de caractères d'attrributs de ligne

  • boolean $inTR - FALSE, si les attributs doivent être appliqués aux balises td ; TRUE, si les attributs doivent être appliqués aux balises tr .

Note

This function can not be called statically.

previousHTML_Table::addRow (Previous) (Next) HTML_Table::apiVersion()next

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.