/mcpfinesse.container.tabs.agent.homeLabel=Home finesse.container.tabs.agent.manageCallLabel=Manage Call finesse.container.tabs.supervisor.homeLabel=Home finesse.container.tabs.supervisor.manageCallLabel=Manage Call Gadgets that reside on the Finesse server can be specified by a relative path, as shown in the following example: /desktop/gadgets/<gadgetname>.xml Gadgets that are hosted on a server other than the Finesse server must be specified with a fully-qualified URL (absolute path), as shown in the following example: http://server.com/<path to gadget>/<gadget name>.xml Note The LayoutConfig object is structured as follows for Unified CCE: <!-- *Note: When you upgrade, modify Custom Layout XML appropriately to utilize the benefits of new gadgets. --> <finesseLayout xmlns="http://www.cisco.com/vtg/finesse"> <!-- DO NOT EDIT. The version number for the layout XML. --> <version>1250.03</version> <configs> <!-- The Title for the application which can be customized. --> <config key="title" value="Cisco Finesse"/> <!-- The following entries are examples of changing defaults for desktop properties. To change any property, uncomment the respective line and set the appropriate value. For more details on the properties that can be customized, refer to the Cisco Finesse Administration Guide. Note: The customized properties can only be set in the configs section and are not role-specific. --> <!-- <config key="enableDragDropAndResizeGadget" value="false"/> --> <!-- <config key="wrapUpCountDown" value="true"/> --> <!-- <config key="desktopChatAttachmentEnabled" value="true"/> --> <!-- <config key="forceWrapUp" value="true"/> --> <!-- The logo file for the application --> <!-- For detailed instructions on using custom icons for logos and tabs, please refer to the section "Customize Title and Logo in the Header" in the Finesse Administration Guide. --> <!-- <config key="logo" value="/3rdpartygadget/files/cisco_finext_logo.png"/> --> </configs> <header> <!-- Please ensure that at least one gadget/component is present within every headercolumn tag --> <leftAlignedColumns> <headercolumn width="300px"> <component id="cd-logo"> <url>/desktop/scripts/js/logo.js</url> </component> </headercolumn> <headercolumn width="230px"> <component id="agent-voice-state"> <url>/desktop/scripts/js/agentvoicestate.component.js</url> </component> </headercolumn> <headercolumn width="251px"> <component id="nonvoice-state-menu"> Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 222 Cisco Finesse Configuration APIs LayoutConfig