cphUseLayoutViewName
layoutXL cphUseLayoutViewName boolean { t | nil }
Description
When launching Layout XL or a higher tier using physConfig in automatic mode, checks if the layout view name uses a prefix or a postfix and uses the same naming convention to name the physConfig. For example, abc_layout leads to a physConfig named abc_physConfig and layout_xyz leads to a physConfig named physConfig_xyz. Any views named physConfig are ignored.
The default is nil, which means the view name physConfig is used.
GUI Equivalent
|
Use configuration view (Update Connectivity Reference Form) |
Examples
envGetVal("layoutXL" "cphUseLayoutViewName")
envSetVal("layoutXL" "cphUseLayoutViewName" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top