Application_Notifications_Notification
Notification
Properties
association : stringAssociation path to the model in the layout. May be empty.
event : identifierThe UI event to fire if type is "uievent".
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
eventTimeAttribute : identifierName of the attribute storing the event time.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
form : identifierWhen type is "simple" form reference name to determine the form model to refresh. If type is "uievent" optional form reference name from which the event will originate.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
height : DimensionPopup window height
Valid values based on“string”. (\d{1,8})|(\d{1,8}px)|(\d{1,8}pt)|(\d{1,8}%) icon : stringWhen the notification is a popup, specifies the window icon. A smaller version of the icon is used for system tray decorator.
key : stringCache key to check for new data.
refresh : intRefresh rate in seconds.
screen : identifierPopup screen name if type is "popup", or screen reference name if type is "simple". Not applicable to "uievent" notifications.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
type : NotificationTypeNotification Type. One of "simple", "popup", or "uievent".
Valid values based on“string”. simple popup uievent width : DimensionPopup window width.
Valid values based on“string”. (\d{1,8})|(\d{1,8}px)|(\d{1,8}pt)|(\d{1,8}%)
Parents
Application_Notifications - The set of notifications defined for the application.
Parent topic: Application_Notifications