disableVXLClonedModgenEditPopUp
layoutXL disableVXLClonedModgenEditPopUp boolean { t | nil }
Description
Prevents the Edit Cloned Modgen pop-up form from displaying and edits the modgen instead of the pseudo-modgen, without displaying any warning.
The default is nil, which means the Edit Clones Modgen pop-up is displayed, if you attempt to edit a pseudo-modgen figGroup.
GUI Equivalent
Examples
envGetVal("layoutXL" "disableVXLClonedModgenEditPopUp")
envSetVal("layoutXL" "disableVXLClonedModgenEditPopUp" 'boolean t)
envSetVal("layoutXL" "disableVXLClonedModgenEditPopUp" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top