HTML_CSS::setGroupStyle()
Description
Define the new value of a property for a CSS group. The group should exist. If not, use HTML_CSS::createGroup() first
Parameter
- mixed $group
CSS definition group identifier
- string $property
Property defined
- string $value
Value assigned
- boolean $duplicates
(optional) Allow or disallow duplicates.
