/mcp• In Unified CCX Release 12.5(1), all the CUIC and LiveData gadgets are converted to XML-based gadgets. • In Unified CCE, after upgrading CUIC to Release 12.5(1) use the CLI command utils finesse layout updateCuicGadgetUrl to change the JSP references of CUIC gadgets to XML with no functional changes. For more information, see Cisco Finesse Administration Guide at https://www.cisco.com/c/en/us/support/ customer-collaboration/finesse/products-maintenance-guides-list.html. The webproxy in Cisco Finesse cannot cache any JSP content. Note Gadget Deployment Guidelines • Verify the new gadgets by accessing a configured layout using nocache query parameter in the desktop URL. • When gadgets are successfully deployed, access the changed layout to verify the gadgets. Supported OpenSocial Features The Finesse Desktop supports OpenSocial Core Gadget Specification 1.1. Gadget Specification XML Features The following table lists supported features that can be specified in the Gadget Specification XML or are available as an API for use in the JavaScript code of a gadget. Description Name The <Locale> element specifies the locales that the gadget supports. The Finesse Desktop Gadget Container takes the locale provided by the browser and renders the gadget with the specific message bundle when available. Locale The Scrolling attribute of the ModulePrefs tag renders the gadget frame with a value of auto for scrolling. When the content exceeds the viewport, the browser renders a vertical or horizontal scrollbar. For a better user experience, use the gadgets.window.adjustHeight API to dynamically resize the gadget as needed instead of using this feature. ModulePrefs: Scrolling The string provided is used for the title of the gadget shown in the title bar. You can also use the gadgets.window.setTitle API to set the title at runtime, which may offer more flexibility. ModulePrefs: Title Displays a loading message while the gadget is loading. loadingindicator Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 391 Finesse Desktop Gadget Development Supported OpenSocial Features