openLocation
ab openLocation string { "current tab" | "new tab" | "new window" }
Description
Specifies whether a cellview descended into directly from the Annotation Browser assistant is opened in a new tab, the current tab, or a new window.
Arguments
The descended cellview is opened in a new tab. |
|
GUI Equivalent
|
Default Open – Open in (Navigator) |
Examples
envGetVal("ab" "openLocation")
envSetVal("ab" "openLocation" 'string "current tab")
envSetVal("ab" "openLocation" 'string "new tab")
envSetVal("ab" "openLocation" 'string "new window")
Related Topics
List of Layout XL Environment Variables
Return to top