Note | ||
---|---|---|
| ||
As of July 25th, 2023, there is a content freeze on this page. |
This function removes the Cascading Style Sheet added by pui.addCSS() or pui.loadCSS(). The function can also remove CSS code embedded in or linked from the HTML template of the application.
...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.removeCSS("INPUT.button { color: red }");
|
...
Code Block | ||||
---|---|---|---|---|
| ||||
pui.removeCSS("/profoundui/userdata/css/myfile.css");
|
...