Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

This function dynamically adds CSS code to the currently running application.

Parameter:

  • css code

Example:

The following line adds CSS code to make the text on all buttons with the class "button" red.

Code Block
javascript
javascript
pui.addCSS("INPUT.button { color: red }");