, when you want to modify the widgets that display in the Profiles application.
® Application Server wsadmin client. See
file contains information about widget definitions, widget attributes, widget location, default widget templates, and page definitions. Each widget has a corresponding <widgetDef> element that contains the attributes for the widget. When you want to edit the widget, enable or disable it, or move it to a different location, you need to update the corresponding <widgetDef> element in the
To edit the widgets that display in Profiles, complete the following steps.
<layout resourceSubType="default">
<page pageId="searchView">
<widgetInstance uiLocation="col1" defIdRef="commonTags"/>
<widgetInstance uiLocation="col3" defIdRef="sand_DYK"/>
<widgetInstance uiLocation="col3" defIdRef="sand_recomItems"/>
</page >
<page pageId="profilesView">
<widgetInstance uiLocation="col1" defIdRef="socialTags"/>
<widgetInstance uiLocation="col1" defIdRef="sand_thingsInCommon"/>
<widgetInstance uiLocation="col2" defIdRef="multiWidget"/>
<widgetInstance uiLocation="multiWidget" defIdRef="board"/>
<widgetInstance uiLocation="multiWidget" defIdRef="contactInfo"/>
<widgetInstance uiLocation="multiWidget" defIdRef="backgroundInfo"/>
<widgetInstance uiLocation="multiWidget" defIdRef="multiFeedReader"/>
<widgetInstance uiLocation="col3" defIdRef="sand_socialPath"/>
<widgetInstance uiLocation="col3" defIdRef="reportStructure"/>
<widgetInstance uiLocation="col3" defIdRef="friends"/>
<widgetInstance uiLocation="col3" defIdRef="linkRoll"/>
</page >
<page pageId="searchView">
<widgetInstance uiLocation="col1" defIdRef="commonTags"/>
</page >
<page pageId="networkView">
<widgetInstance uiLocation="col1" defIdRef="sand_DYK"/>
</page >
<page pageId="editProfileView">
<widgetInstance uiLocation="col1" defIdRef="socialTags"/>
<widgetInstance uiLocation="col1" defIdRef="sand_thingsInCommon"/>
<widgetInstance uiLocation="col3" defIdRef="sand_socialPath"/>
<widgetInstance uiLocation="col3" defIdRef="reportStructure"/>
<widgetInstance uiLocation="col3" defIdRef="friends"/>
<widgetInstance uiLocation="col3" defIdRef="linkRoll"/>
</page >
</layout>