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.

ssKeyThis function submits a response to the server. This API can accept an optional parameter containing an ID or an object reference to a button, or a similar element, that has a bound response property to be sent to the server.

...

Code Block
javascript
javascript

pui.click();          //send response to server

pui.click("Exit")     //send response to server by triggering the Exit button

...