Creates a form submission button, styled like other buttons in the application.
None
<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();"/>