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.

Parameters:

  • id – ID or an object reference to a button, or a similar element, that has a bound response property to be sent to the server.
  • skipJS (optional) - by default, a button's "onclick" event will take precedence over the "response" property, so that if both are defined, the "onclick" event will fire and control will not return to the server. If boolean true is passed for this parameter, the "response" property will be processed, ignoring the "onclick" event.

...