rbf_growl()

Purpose

Displays a growl-type floating notification in the upper right side of the screen.

Reviewers: I wondered whether it would be useful to put the data type of the parameters in the page, but I note that the other client-side pages (legacy material) do not specify the type, so I left it out.
Warning: Support for using this method with external objects (such as those mapped to external tables, to OpenEdge Service objects, or through a HDP connection) is a beta feature. This method is supported in production systems, except for external objects.

Syntax

rbf_growl(title, message, type);						

Parameters

title

Optional title to display. If none is specified, a default title will display.

message

The notification. If null or empty, the notification will not display.

type

One of info, success, error, or warn. If not specified, defaults to warn.

Note: This API is supported in portals as well.