Controlling panel and layout item behavior when switching Edition views in Smart Connection for InDesign
The Edition panel in Smart Connection for InDesign can be used to view or hide content that has been assigned to a particular Edition.
Info: The information presented here applies to the following versions of Smart Connection:
Show me how I can check which version of Smart Connection I have installed
|
When switching views between Editions, one of the following actions can take place:
- Frames on the layout that are selected stay selected or are deselected.
- "Assign" check boxes in the Edition panel remain checked or are cleared.
Controlling the functionaliy
This functionality can be controlled by setting it in one of the following ways:
Globally on the Server (configserver.php)
- File: configserver.php file
- Section: SERVERFEATURES
- Name of option: MaintainEditionSelection
- Example:
new Feature( 'MaintainEditionSelection' ),
Locally for a specific client application (WWSettings.xml)
- File: WWSettings.xml file
- Name of option: MaintainEditionSelection
- Example:
<SCEnt:MaintainEditionSelection/>
Important: Make sure to validate the WWSettings.xml file for correct content. See Validating the WWSettings.xml file.
How the behavior is affected by the setting
The behavior of switching views between Editions with or without the option enabled is as follows:
- With the option disabled:
- Any frames that were selected are deselected.
- The Edition that is viewed will be the only Edition for which the Assign check box is checked; if any Editions had their Assign check box checked then these check boxes are cleared.
- With the option enabled:
- Any frame that is selected remains selected as long as it is assigned to the Edition that is viewed. If not, then the frame is deselected.
- Any Assign check box that was checked remains checked as long as the Edition that is viewed also has its Assign check box checked. If not, then the Edition that is viewed will be the only Edition for which the Assign check box is checked.
Comments
0 comments
Please sign in to leave a comment.