viaHideEnclosures
layout viaHideEnclosures boolean { t | nil }
Description
Toggles the display of the section in the form that sets the enclosure values in the single mode on the Create Via form. The form is expanded and displays the enclosure values.
The default is t. When set to nil, the enclosure values form is collapsed.
GUI Equivalent
Examples
envGetVal("layout" "viaHideEnclosures")
envSetVal("layout" "viaHideEnclosures" 'boolean nil)
Related Topics
Return to top