You are here:
Events
The Events element is a container where you can define different events specific to a UI element. The name of an Event Tag is the name of the event triggered by the UI Element. These UI-specific Event elements are described on the same page as their respective UI element.
Required Editions
| Available in: Enterprise, Performance, and Unlimited Editions |
The table lists the Events element attributes.
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| name | The event which will be called in the process or framework. | Any string (triggers event in Process) or special pattern events like filterchangedevent and masterselectedevent. | Yes |
Param
The Param element is a container for different parameters that use the Param element and has no attributes. The Param element defines a parameter that is passed to the called event.
The table lists the Param element attributes.
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| name | The name of the parameter. | Any string | Yes |
| value | The value of the parameter. | Any available attribute. | Yes |
FilterParam
The FilterParam element defines a special filter description used for the ImageSelector in a FilterArea.
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| ItemAttribute | The attribute of the list item used to filter. | variable (for example, boPointOfSale. pKey) | yes |
| FilterMethod | The method used to compare the Attributes. | "==", "<", ">", ">=", "<=", "!=" | yes |
| FilterAttribute | The attribute used to filter. | variable (for example, pKey) | yes |
FilterFunction
The FilterFuction element defines the use of a separately defined function to use for the filtering triggered by ImageSelector in a FilterArea.
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| value | The function to use for the filter. | Function name (for example, getFilter) | yes |
ShowSection
The ShowSection
element displays the named section if the respective event is triggered. This element can be
used in any event.
The following attribute is available for the ShowSection element:
| Attribute | Description | Values | Required? |
|---|---|---|---|
| name | The name of the section that is displayed after the event is triggered. | Any string | No |
SelectArea
The SelectArea element defines the Area inside a MulitArea to be selected when the Event is fired. The SelectArea element can only be used if the Control which fires the evet is defined inside a MultiArea .
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| name | The name of the area inside the MultiArea. | Area name | yes |
ValidateAndSelectArea
The ValidateAndSelectArea element defines the Area inside a MulitArea to be selected when the Event is fired. The Change of the displayed Area will wait for a Validation in the Process and will not be executed if the validation fails. The ValidateAndSelectArea element can only be used if the Control which fires the event is defined inside a MultiArea
| Attribute | Description | Value or Pattern | Required? |
|---|---|---|---|
| name | The name of the Area inside the MultiArea. | Area name | yes |

