From c9d7dfd763f6feda69fda515ba084f26b84c3032 Mon Sep 17 00:00:00 2001 From: lparsons Date: Fri, 23 Apr 2004 22:45:10 +0000 Subject: Refactor intro APIs as part of review --- org.eclipse.ui.intro/schema/introContentFileSpec.html | 4 ---- 1 file changed, 4 deletions(-) (limited to 'org.eclipse.ui.intro/schema/introContentFileSpec.html') diff --git a/org.eclipse.ui.intro/schema/introContentFileSpec.html b/org.eclipse.ui.intro/schema/introContentFileSpec.html index 3ca172001..2041bbd07 100644 --- a/org.eclipse.ui.intro/schema/introContentFileSpec.html +++ b/org.eclipse.ui.intro/schema/introContentFileSpec.html @@ -233,9 +233,5 @@ the page only when using the Web based presentation.
properies file which is applied to the page only when using the SWT based presentation. -

Example

-

The following is an example of a very simple cheat sheet content -file:

-
<?xml version="1.0" encoding="UTF-8"?>
<cheatsheet title="Example">
<intro>
<description>Example cheat sheet with two steps.</description>
</intro>
<item title="Step 1">
<description>This is a step with an action.</description>
<action class="com.xyz.myaction" pluginId="com.xyz"/>
</item>
<item title="Step 2">
<description>This is a fully manual step.</description>
</item>
</cheatsheet>
-- cgit v1.2.3