Enum OnClose

On Close

An enum that specifies what to do when a URL opened through an Open Link is closed.

When a link is opened, the client either forgets about it or waits until the window is closed. The implementation depends on the client platform capabilities. On Close may cause Open As to be ignored; if the client platform cannot support both selected values together, On Close takes precedence.

To call an enum, you call its parent class, name, and property. For example, CardService.OnClose.RELOAD .

Properties

Property Type Description
NOTHING
Enum Do nothing on close. Default.
RELOAD
Enum Reloads the add-on on when the window closes.

If Open As.OVERLAY is also set, then the main card is blocked until the overlay window is closed and the add-on has finished reloading.

Create a Mobile Website
View Site in Mobile | Classic
Share by: