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