HTML_CSS::getGroupStyle (Previous) (Next) HTML_CSS::addGroupSelector

View this page in Last updated: Sun, 07 Sep 2008
English | French | German | Japanese | Plain HTML

HTML_CSS::setGroupStyle()

HTML_CSS::setGroupStyle() -- CSS グループの CSS 定義を設定あるいは追加する

説明

CSS グループのプロパティの新しい値を定義します。 グループは既に存在するものである必要があります。存在しない場合は、まず HTML_CSS::createGroup() で作成します。

パラメータ

mixed $group

CSS 定義グループ ID。

string $property

定義されたプロパティ。

string $value

代入する値。

boolean $duplicates

(オプション) 重複を許可するかどうか。

返り値

重複を許可する場合は整数値を返します。

参照

HTML_CSS::getGroupStyle() も参照ください。

例外・エラー

throws HTML_CSS_ERROR_INVALID_INPUT, HTML_CSS_ERROR_NO_GROUP

利用可能なバージョン

バージョン 0.3.0 (2003-11-03) 以降

注意

この関数は、スタティックにコールする ことはできません。

HTML_CSS::getGroupStyle (Previous) (Next) HTML_CSS::addGroupSelector

Download Documentation Last updated: Sun, 07 Sep 2008
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.