/mcpRequired Module pref Feature Finesse requires that all gadgets use the following module pref feature: <Require feature="pubsub-2" />: This feature is required for the gadget to load in the OpenAjax Hub. Before you can access the authorization string through the gadget prefs, you must first import the Finesse JavaScript library. Note Loading Indicator Feature The loading indicator is an OpenSocial feature that displays a loading message over gadgets while they are loading. This feature allows you to provide a consistent user experience within Finesse. Requesting the Loading Indicator Use the following to request the loading indicator in the gadget ModulePrefs: <ModulePrefs> <Require feature="loadingindicator"> <Param name="manual-dismiss">false</Param> <Param name="loading-timeout">10</Param> </Require> </ModulePrefs> Notes Possible Values Description Type Parameter Optional parameter. Default is 10. integers The number of seconds to wait before displaying the Retry button. If the loading indicator is dismissed within this time, the Retry button does not appear. Set this to a number that is appropriate for your gadget. Integer loading-timeout Optional parameter. Default is false. true, false This parameter determines whether the gadget dismisses the loading indicator. If set to false, the feature code dismisses the loading indicator when the gadget has loaded. However, the indicator may be dismissed too soon because the gadget may load before all gadget initialization code is complete. To manually dismiss the loading indicator, set this parameter to true, and then configure the gadget to call gadgets.loadingindicator.dismiss() after the gadget is loaded and initialized. Boolean manual-dismiss When the gadget is loading, if the loading timeout is reached, the loading indicator changes to a timeout message and displays a Retry button that the user can click to reload the gadget. Cisco Finesse Web Services Developer and JavaScript Guide, Release 12.5(1) 392 Finesse Desktop Gadget Development Required Module pref Feature