Overview Page

org.eclipse.jst.jsf.facesconfig.common.overviewPage

1.0.0

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

<!ELEMENT extension (overviewpage)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #REQUIRED

name  CDATA #IMPLIED>


<!ELEMENT overviewpage (overviewelement+)>

<!ATTLIST overviewpage

name        CDATA #REQUIRED

description CDATA #IMPLIED>

The details for an overview page for a specific plugins editor



<!ELEMENT overviewelement EMPTY>

<!ATTLIST overviewelement

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.