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,
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