Introduction Page

Identifier:
org.eclipse.datatools.sqltools.schemaobjecteditor.introductionPage

Description:
The introduction is the first page of all schema object editor.

Configuration Markup:

<!ELEMENT extension (introPage)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT introPage (introElement)+>

<!ATTLIST introPage

Name          CDATA #REQUIRED

ContextHelpId CDATA #IMPLIED

>

An introduction page is always put as the first page of one schema object editor to give the user a simple introduction of the editor.



<!ELEMENT introElement EMPTY>

<!ATTLIST introElement

icon            CDATA #IMPLIED

heading         CDATA #IMPLIED

text            CDATA #IMPLIED

hyperlink       CDATA #IMPLIED

hyperlinkaction CDATA #IMPLIED

id              CDATA #IMPLIED

>

An introduction page is consists of multiple introduction pages. Each introduction element occupies one row in the introduction page.