Introduction Page

org.eclipse.jst.jsf.facesconfig.common.introductionPage

1.0.0

The purpose of this extension point is to allow plug-ins to describe the contents and links on a introduction page of an editor.

<!ELEMENT extension (introductionpage)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #IMPLIED>


<!ELEMENT introductionpage (introductionelement+)>

<!ATTLIST introductionpage

name        CDATA #REQUIRED

description CDATA #IMPLIED>

The details for an introduction page for a specific plugins editor



<!ELEMENT introductionelement EMPTY>

<!ATTLIST introductionelement

icon             CDATA #IMPLIED

heading          CDATA #IMPLIED

text             CDATA #IMPLIED

hyperlink        CDATA #IMPLIED

hyperlinkaction  CDATA #IMPLIED

actionparameters CDATA #IMPLIED>

An element that make up a section of the page. Elements can contain Headers, Hyperlinks, Icons and text.