Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-01-17 13:04:41 +0000
committerDejan Gloszic2006-01-17 13:04:41 +0000
commite473e78be29db77a2934fc3cd3bc0aca86752678 (patch)
treedd8859afb97abf6992f515e954f134e6b9d1900a /org.eclipse.ui.intro/schema
parentcf27d0c9f82909089a6a348b54b9521d7fa9732d (diff)
downloadeclipse.platform.ua-e473e78b.tar.gz
eclipse.platform.ua-e473e78b.tar.xz
eclipse.platform.ua-e473e78b.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.intro/schema')
-rw-r--r--org.eclipse.ui.intro/schema/introContentFileSpec.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro/schema/introContentFileSpec.html b/org.eclipse.ui.intro/schema/introContentFileSpec.html
index d0ea90ad1..f19e7a19f 100644
--- a/org.eclipse.ui.intro/schema/introContentFileSpec.html
+++ b/org.eclipse.ui.intro/schema/introContentFileSpec.html
@@ -119,6 +119,11 @@ The following predefined actions are included in the intro framework:
no parameters required<br>
<br>
+<b>execute</b> - executes the specified command. See the <code>serialize()</code> method on <code>org.eclipse.core.command.ParameterizedCommand</code> for details of the command serialization format. Since 3.2.<br>
+<i>command</i> - a serialized <code>ParameterizedCommand</code><br>
+<i>standby (optional) = ("true" | "false") "false"</i> - indicate whether to set the intro into standby mode after executing the command<br>
+<br>
+
<b>navigate</b> - navigate through the intro pages in a given direction or return to the home page<br>
<i>direction = ("backward" | "forward" | "home")</i> - specifies the direction to navigate<br>
<br>

Back to the top