In the Control list, all controls that allow
JavaScript to be entered to them on the current page, including the page itself,
can be selected. Select the Product Group control here. In the second
list, select the event that should be executed upon refreshing the selection
list.
The events that may be selected depend upon the type of control
that will be initiated. Therefore, for a selection list as example, the
onchange event can be used, which will occur as soon as the current entry
in a selection list changes. For a button, the onclick event can be
selected, which executes as soon as a user clicks on the button. All control- specific events are available to
you that can be used in Intrexx with JavaScript. Datapicker
in buttons or selectionlists can also be used as a trigger
for dependencies.