removeCssClass() public static method
Removes a CSS class from the specified options.
| public static void removeCssClass ( &$options, $class ) | ||
|---|---|---|
| $options | array |
The options to be modified. |
| $class | string|array |
The CSS class(es) to be removed |
removeCssClass() public static method
Removes a CSS class from the specified options.
| public static void removeCssClass ( &$options, $class ) | ||
|---|---|---|
| $options | array |
The options to be modified. |
| $class | string|array |
The CSS class(es) to be removed |
Please login to continue.