$element->removeAttributes()

$element->removeAttributes() – Removes an attributes

Synopsis

$element->removeAttributes ( mixed $attrs )

Description

use this to remove attributes from the tag when the element is rendered, It may be easier to access the attributes array directly and assign the value to false.

Parameter

  • $attributes name or array of names to remove from tag

Throws

throws

Note

This function can not be called statically.

Utility function equivilant to HTML_Select - loadArray ** (Previous) Sets the HTML attributes (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.