|
|
(Next) HTML_TagCloud |
||||
| |
|||||
|
|||||
void HTML_Table::updateRowAttributes (
int $row
,
mixed $attributes
= = null
,
boolean $inTR
= = false
,
int $body=0
)
既存の行の属性を更新します。
int $row - 行インデックス。
mixed $attributes - テーブルの行の属性を表す連想配列あるいは文字列。
boolean $inTR - FALSE を指定すると、属性を td タグに対して設定します。 TRUE を指定すると、属性を tr タグに対して設定します。
int $body - 使用する tbody グループの番号。
| エラーコード | エラーメッセージ | 意味 | 対応 |
|---|---|---|---|
| " Invalid table row reference [$row ] " | 行 $row が存在しません | autoGrow 機能を有効にします | |
| " Invalid table column reference [$column ] " | 列 $column が存在しません | autoGrow 機能を有効にします |
This function can not be called statically.
|
|
(Next) HTML_TagCloud |
||||||||
| |
|||||||||
|
|||||||||