action-button

Creates a form submission button, styled like other buttons in the application.

Attributes

Child Elements

None

Example

<action-button id="removeButton" label="Remove Selected" 
  onClick="selectedButtonId = this.id; requestedFormAction = this.name; submitRemove();"/>
<action-button id="refreshButton" label="Refresh" 
  onClick="selectedButtonId = this.id; requestedFormAction = this.name; submitRefresh();"/>

Custom XML Tags

Custom Subscription and Messaging Panels