When Open Client is installed, both the IDM Viewer and Java Viewer are available in the client interface by default. The IDM Viewer must be manually downloaded to each client. If a user selects the IDM Viewer and it is not yet installed, download instructions are displayed.
Note: You must restart the Open Client application for this change to go into effect. Also, client users will not see the change until they start a new browser session.
<subsystem name="Viewing" label="Viewing" description="Viewing" visible="true"> <category name="IDMViewer" label=" IDM Viewer" description="IDM Viewer" visible="true"> <setting name="IsEnabled" label="Is IDM Viewer enabled" description="Is IDM Viewer enabled"> <value default="True" type="string">True</value> <options> <option label="True">True</option> <option label="False">False</option> </options> <uiType>DropDownList</uiType> <minimum> </minimum> <maximum> </maximum> <visible>true</visible> </setting> </category> <category name="JavaViewer" label=" Java Viewer" description="Java Viewer" visible="true"> <setting name="IsEnabled" label="Is Java Viewer enabled" description="Is Java Viewer enabled"> <value default="True" type="string">True</value> <options> <option label="True">True</option> <option label="False">False</option> </options> <uiType>DropDownList</uiType> <minimum> </minimum> <maximum> </maximum> <visible>true</visible> </setting> </category> </subsystem>