HTML_Table::updateRowAttributes

HTML_Table::updateRowAttributes -- Mise à jour des attributs des lignes

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::updateRowAttributes (int $row [, mixed $attributes = NULL [, boolean $inTR = FALSE]])

Description

Met à jour les attributs de ligne pour une ligne existante.

Paramètres

Valeurs renvoyées

Tableau 42-1. Valeurs PEAR_Error possibles

Code erreurMessage d'erreurSignificationSolution
  <<  Invalid table row reference [$row]  >> La ligne $row n'existe pasActiver la fonctionnalité autoGrow
  <<  Invalid table column reference [$column]  >> La colonne $column n'existe pas Activer la fonctionnalité autoGrow

Note

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