Skip to Content
0
Former Member
Aug 11, 2009 at 06:44 PM

Add a Refresh Button in UWL

28 Views

Hi,

I want to display " Refresh " button instead of the Context menu item aviable in the UWL.

I followed the steps shown in the below link,

customize-uwl-refresh-option

We have to add the below lines in the XML file to solve the issue...

<Action name="refresh" groupAction="" handler="UIActionHandler" referenceBundle="refresh" returnToDetailViewAllowed="yes" launchInNewWindow="no">

<Properties>

<Property name="onClick" value="onForceRefresh"/>

</Properties>

Please tell me, in what XML File and where the above lines has to be added.... I didn't find the exact location to add these lines..

Thanks & Regards||

Kumar . M