PHPマニュアル/PEARマニュアル | ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot

HTML_Table::updateRowAttributes() | JavaScript入門&応用&リファレンスなら「JavaScriptist」

  

HTML_Table::updateRowAttributes()

HTML_Table::updateRowAttributes() – 行の属性を更新する

Synopsis

require_once 'HTML/Table.php';

void HTML_Table::updateRowAttributes ( int $row , mixed $attributes = = null , boolean $inTR = = false , int $body=0 )

Description

既存の行の属性を更新します。

Parameter

  • int $row - 行インデックス。

  • mixed $attributes - テーブルの行の属性を表す連想配列あるいは文字列。

  • boolean $inTR - FALSE を指定すると、属性を td タグに対して設定します。 TRUE を指定すると、属性を tr タグに対して設定します。

  • int $body - 使用する tbody グループの番号。

Throws

Possible PEAR_Error values
エラーコード エラーメッセージ 意味 対応
" Invalid table row reference [$row ] " $row が存在しません autoGrow 機能を有効にします
" Invalid table column reference [$column ] " $column が存在しません autoGrow 機能を有効にします

Note

This function can not be called statically.

忘却曲線を使ってこの知識を確実に記憶に残す

フォーラムで「HTML_Table::updateRowAttributes()」について話す
各種マニュアル: PHPマニュアル | PEARマニュアル | Smarty(英語)マニュアル | PHP-GTKマニュアル | HTML_Table::updateRowAttributes()」をGoogle検索
copyright © 1997-2024 PHP ドキュメント作成グループ(ライセンス). provided by php spot. マニュアル: