
Ricoh Embedded Software Architecture (ESA) Device Client v1.4 Installation and Integration Guide
Section 6: Optional configuration
© 2013 by Omtool, Ltd. All rights reserved. Omtool, AccuRoute and the Company logo are trademarks of the Company. Trade names and trademarks of other companies appearing in this document are the property of their respective owners.
6-6
Configuring nested buttons
By default, Omtool feature buttons are displayed at the top level of the control panel of a device. You can, if needed,
configure the top level button to be a group button under which there can be multiple buttons. For example, the top
level button could be AccuRoute under which feature buttons like MyAccuRoute, Scan to Folder etc. can be nested
together. Depending on the need, you can configure multiple levels which means that a group button can have
another group button containing a group of feature buttons.
Nesting or collapsible buttons can have their custom images specified in the configuration xml file. For instructions,
see Configuring custom button images
.
To configure nested buttons:
1 Navigate to:
C:\Program Files\omtool\Omtool Server\WebAPI\OmtoolWebAPI\Scripts\
2 Open Configuration.Ricoh.xml for editing.
3 Configure the nested button using the following below:
Set the Feature attribute type to "Button".
Next configure the <FeatureSpecific> node to contain a list of the Feature id's that will be
grouped within the button.
Here is an example of how to configure nested buttons. In this example, the top level button is
AccuRoute and the Fax, SubAccuRoute and MyAccuRoute buttons are grouped within the top level
AccuRoute button.
<Feature id="AccuRoute" type="Button" enabled="true" toplevel="true">
<Image></Image>
<Text>AccuRoute</Text>
<Description>This is an AccuRoute button</Description>
<AllowUseByNonAuthenticatedUsers>true</
AllowUseByNonAuthenticatedUsers>
<FeatureSpecific>
<Fax/> <!- Feature id for Fax feature ->
<SubAccuRoute/> <!- Feature id for SubAccuRoute feature ->
<MyAccuRoute/> <!- Feature id for MyAccuRoute feature ->
</FeatureSpecific>
</Feature>
4 After you finish making necessary change, save the file.
5 Restart the World Wide Web Publishing service.
6 Stop and restart the OmtoolXlet application at the device.
Comentarios a estos manuales