Submit Button Input Control

You can define a command on the toolbar to use a Submit Button as the input control.

The Input Type=submit allows you to define several input controls on the toolbar, and when the user clicks the Submit button, all of the values entered for any of the controls are submitted to the defined href/Javascript.

This example shows using a checkbox as the input control.


  • Name: SubmitButton
  • Href: emxShowDetails.jsp
  • Label: "Submit"
  • Settings:
  • Input Type=submit
  • Target Location=popup
  • Registered Suite=framework

When the clicks the Submit button, the emxShowDetails.jsp is executed in a popup window.