Skip to main content
This element is completely script-able.
  1. The system loads a script and executes the global code of the script at instantiation time.
  2. You create CRMScript functions for all the standard functions in HtmlElement and place those in the Body tab.
    • You can call print() to create output, or perform other actions on the element.

Example

Functions

getVariable()

All config variables are available using getVariable().

Print

JavaScript and CSS

Values