Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-04-04 15:18:04 +0000
committerMazen Faraj2005-04-04 15:18:04 +0000
commit40d808e4ccf379822ae7df0d414782a1a09ea407 (patch)
tree367c97481e7f53c532d556cbda4bbdf114fbdca9 /org.eclipse.ui.intro/schema
parenta60d8e8f0a9e645b5910da3b7e5ddd75b9993312 (diff)
downloadeclipse.platform.ua-40d808e4ccf379822ae7df0d414782a1a09ea407.tar.gz
eclipse.platform.ua-40d808e4ccf379822ae7df0d414782a1a09ea407.tar.xz
eclipse.platform.ua-40d808e4ccf379822ae7df0d414782a1a09ea407.zip
Diffstat (limited to 'org.eclipse.ui.intro/schema')
-rw-r--r--org.eclipse.ui.intro/schema/config.exsd29
1 files changed, 29 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro/schema/config.exsd b/org.eclipse.ui.intro/schema/config.exsd
index 48cfb49e1..b2cf8384e 100644
--- a/org.eclipse.ui.intro/schema/config.exsd
+++ b/org.eclipse.ui.intro/schema/config.exsd
@@ -18,6 +18,7 @@ The intros are organized into pages which usually reflect a particular category
<element name="extension">
<complexType>
<sequence>
+ <element ref="handle" minOccurs="0" maxOccurs="1"/>
<element ref="config" minOccurs="1" maxOccurs="unbounded"/>
</sequence>
<attribute name="point" type="string" use="required">
@@ -168,6 +169,7 @@ The content file is parsed at run time by the intro framework. Based on the sett
</annotation>
<complexType>
<sequence>
+ <element ref="handle" minOccurs="0" maxOccurs="1"/>
<element ref="shortcut" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="location" use="default" value="right">
@@ -241,6 +243,33 @@ The content file is parsed at run time by the intro framework. Based on the sett
</complexType>
</element>
+ <element name="handle">
+ <annotation>
+ <documentation>
+ an optional element that controls how launch bar handle is rendered.
+ </documentation>
+ </annotation>
+ <complexType>
+ <attribute name="close" type="boolean" use="default" value="true">
+ <annotation>
+ <documentation>
+ an optional flag that controls if the handle will have a close button (default is &lt;code&gt;true&lt;/code&gt;).
+ </documentation>
+ </annotation>
+ </attribute>
+ <attribute name="image" type="string">
+ <annotation>
+ <documentation>
+ a plug-in-relative path of the branding image to be tiled on the handle.
+ </documentation>
+ <appInfo>
+ <meta.attribute kind="resource"/>
+ </appInfo>
+ </annotation>
+ </attribute>
+ </complexType>
+ </element>
+
<annotation>
<appInfo>
<meta.section type="since"/>

Back to the top