previous$element->setOptions() (Previous) (Next) $element->setAttributes()next

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

$element->removeAttributes()

$element->removeAttributes() – 属性を削除する

Synopsis

$element->removeAttributes ( mixed $attrs )

Description

これを使用して、要素がレンダリングされた際にタグから属性を削除します。 属性の配列に直接アクセスし、値を false に設定するほうがより簡単です。

Parameter

  • $attributes タグから取り除きたい名前、あるいは名前の配列。

Throws

例外はスローされません。

Note

This function can not be called statically.

previous$element->setOptions() (Previous) (Next) $element->setAttributes()next

Download Documentation Last updated: Sun, 21 Jun 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.