Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Note
titleContent Freeze

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
javascript
javascript

pui.removeCSS("INPUT.button { color: red }");

...

Code Block
javascript
javascript

pui.removeCSS("/profoundui/userdata/css/myfile.css");

...