removeCssStyle() public static method
Removes the specified CSS style from the HTML options.
For example,
Html::removeCssStyle($options, ['width', 'height']);
See also addCssStyle().
public static void removeCssStyle ( &$options, $properties ) | ||
---|---|---|
$options | array |
The HTML options to be modified. |
$properties | string|array |
The CSS properties to be removed. You may use a string if you are removing a single property. |
Please login to continue.