Use Print View Option
Preference |
Use Print View Option |
Description |
This preference allows you to enable or disable the Print View Option. |
How to set |
In the <installation_directory> /Preferences/SitePreferences.xml
file, edit the UsePrintViewOption value. |
Applies to |
Sticky Notes |
Possible values |
Yes or No. Default is No. |
API |
No |
Exportable |
No |
To set the value for UsePrintViewOption:
- Open the SitePreferences.xml file, located under the Preferences sub directory of the Open Client installation directory, in a text or XML editor, .
- Locate the following XML section and replace the value (appears in bold below) of UsePrintViewOption:
<category name="JavaViewer" label="Java Viewer" description="Java Viewer" visible="true">
<setting name="UsePrintViewOption" label="Use Print View Option" description="Use Print View Option">
<value default="No" type="String">Yes</value>
<options>
<option label="No">No</option>
<option label="Yes">Yes</option>
</options>
<uiType>DropDownList</uiType>
<visible>true</visible>
</setting>
</category>