tabPosition
ab tabPosition cyclic { "horizontal" | "vertical" }
Description
Controls the position of tabs in the Annotation Browser assistant.
The default is horizontal, which means that the Annotation Browser tabs are lined up horizontally at the top.
When set to vertical, the Annotation Browser tabs are lined up vertically on the left.
GUI Equivalent
Examples
envGetVal("ab" "tabPosition")
envSetVal("ab" "tabPosition" 'cyclic "horizontal")
envSetVal("ab" "tabPosition" 'cyclic "vertical")
Related Topics
List of Layout XL Environment Variables
Return to top