officeclipPicks.xml defines the text and links for the portlet
called OfficeClip Picks. Following are the officeclipPicks
attributes:
- description - The text of the pick which is shown on the
screen
- url - The web address that is visited when an user
clicks on the link on this portlet
- active - Determines whether the portlet is enabled or
not, valid values are "Y" and "N"
<?xml version="1.0"
encoding="utf-8" ?>
<OffieClipPicks>
<pick description="World's greatest search engine"
url="http://www.google.com" active="Y" />
<pick description="OfficeClip-In-A-Box pricing"
url="http://www.officeclip.com/web/products3new.html" active="Y"
/>
</OffieClipPicks>
|