OpenUrlActionLocationOption Enumeration
In This Topic
Valid values for the second parameter to the openURLAction action. This determines where to open the URL that is specified in the first parameter.
Members
Member | Description |
ExternalBrowser | Opens the specified URL in a new browser instance |
NamedTab | Opens the specified URL in an existing Reflection tab. The tab name must be specified as a string in the third parameter to openURLAction. |
NewTab | Opens the specified URL in a new Reflection tab. |
See Also