messaging-predicate-list

This tag allows the user to specify or override which event domain to use to supply the list of predicates that will be displayed to the user. This tag will display all available predicates. Text predicates will be displayed as a single text field allowing the user to specify a single value. List predicates will be displayed as a multi-select list box of possible values from which they can choose. It replicates the predicate layout and behavior of the default messaging panel. By default both text and list predicates are displayed unless specified by including the child elements.

Attributes

Child Elements

Example

<group label="Message">
  <messaging-predicate-list domain-name="messaging" >
    <messaging-text-predicates/>
    <messaging-list-predicates/>
  </messaging-predicate-list>

Custom XML Tags

Custom Subscription XML Tags

Custom Messaging XML Tags

Custom Subscription and Messaging Panels