Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » contribution welcome framework
contribution welcome framework [message #475553] Tue, 21 April 2009 09:56
hassan is currently offline hassanFriend
Messages: 2
Registered: July 2009
Junior Member
Hi all

I started on the contribution of welcome and I'm bit lost. So, I have
two questions :

1.1/ How I can use SWT instead of html to contribute to a welcome page
framework ?

2/ I'm working on eclipse welcome framewok. I have to add a page in the
root page like "overview", or "migrate", ...
in my plugin:
-------------------
<extension
point="org.eclipse.ui.intro.configExtension">
<configExtension
content="introContent.xml"
configId="org.eclipse.ui.intro.universalConfig">
</configExtension>
</extension>
<extension point="org.eclipse.ui.intro.configExtension">
<configExtension configId="org.eclipse.ui.intro.universalConfig"
content="content.xml"/>
</extension>
-----------------
in the introContent.xml file:(to create a page)
------------------------
<introContent>
<extensionContent content="content.xml" path="root/head-anchor" />
<page id="IdPage" content="content/cont.xhtml"/>
</introContent>
----------------------
but it doesn't work.

can someones help me? or give me a samples about this.

best regards
Hassan
Previous Topic:contribution welcome framework
Next Topic:Add RCP Help
Goto Forum:
  


Current Time: Thu Mar 28 16:18:11 GMT 2024

Powered by FUDForum. Page generated in 0.06262 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top