Community
Participate
Working Groups
Enhance usability of authoring Intro pages by supporting XHTML as content to a page, in the case of HTML rendering. As for the case of UI forms, we need a fallback plan. Maybe we can support relying on the custom Intro markup as the fallbacl plan. ie:, a page can define both content="pageContent.xhtml" and also have old style custom markup. In the HTML case, XHTML content is used. In the UI forms, the old markup.
proposal was posted here: http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-help- home/proposals/xhtml/index.htm
The fallback mechanism for this new XHTML support is the UI forms support in 3.0. That is, if you contribute an XHTML page, and intro framework fails to instantiate a browser, UI forms presentation is used to render content. In that case, content would be what is included in the page using the Intro content markup. eg: <page id="page1" content="page1.xhtml" alt-style="swt.properties"> <title>Welcome to Eclipse 3.1</title> <text>Some text that needs to be displayed.</text> </page> in the above example, page1.xhtml will be displayed in the case when an SWT Browser can be used, while the title and text elements will be displayed in the case of downgrading to Ui forms. swt.properties would control this UI forms presentation.
code in M6. Will be double checking/testing design in M7.