Combobox Input Control

You can configure a control for your toolbar with the Input Type defined as a combobox.

The defined href or Submit Program:Submit Function is executed for the onChange event of the combobox. The Action Label setting of the command shows as the Label.

When using the combobox input control, you can use one of these methods to populate the list:


  • Range Program and Range Function settings
  • Range Value setting
  • Display Range Value setting

The Range Value option provides a comma-separated list of options that can be static text or string resource keys. The Range Program/Range Function settings define the JPO:method to use to build the list of choices for the combobox. These functions work the same as described in Column Values Editable from Combo Box, Values from JPO.

If you provide both a Range Value setting and the Range Program/Range Functions settings, the Range Value setting is used.

This example shows using a combobox as the input control.


  • Name: ShowTaskFilter
  • Href: emxShowFilteredTasks.jsp
  • Label: Show
  • Settings:
  • Input Type=combobox

The onChange event triggers the emxShowFilteredTasks.jsp.