Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

Content 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.

Parameter:

  • path or css code - specifies the CSS path or the CSS code to remove; it must match the <link> reference or the entire <style> element contents in the document

Examples:

Removing CSS code

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

Removing CSS link

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