• How can I make buttons on html+ portlets work properly?

    I'm new to PPM and it would be helpful to see a simple example of how I could make any sort of change (such as a background color of a page) after clicking a button that I've created. Here's some Javascript I wrote just as a test that works fine in my…
  • HTML Plus Portlet JavaScript Return Function

    Hi, I have created a JavaScript function for the HTML Plus Portlet with a "return" keyword but the function keep on returning null. Inside the function the values return using: console.log(...); The Function: / Get the Request Type ID to be…