How to achieve default content in the html viewlet?
Hi there,
I am editing our custom process configuration source and i have one questions that relate to the code below: Is it possible to define a default content (i.e. help descriptions, links to webpages, information about the project, etc.), that is displayed in the html-viewlet, when I open the project dashboard? I can not find any html viewlet documentation which tells me the preference ids or similar attributes.
<page title="Test">
Thanks for your help,
jawa
I am editing our custom process configuration source and i have one questions that relate to the code below: Is it possible to define a default content (i.e. help descriptions, links to webpages, information about the project, etc.), that is displayed in the html-viewlet, when I open the project dashboard? I can not find any html viewlet documentation which tells me the preference ids or similar attributes.
<page title="Test">
<column>
<viewlet id="com.ibm.team.dashboard.viewlets.web.static"/>
</column></page>
Thanks for your help,
jawa