Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorafinkbein2009-06-30 16:20:27 +0000
committerafinkbein2009-06-30 16:20:27 +0000
commit1e7356a39e26588ed5e7f58e013ddf96fe13446f (patch)
treeab72a98e773718fba697ecbba96a561baab8232f /org.eclipse.osee.ats/reference/configure/WorkWidgetDefinition.html
parentf84afa8a636edbb008037cef318b404fddcaf276 (diff)
downloadorg.eclipse.osee-0e0e1e50d7ad666d92dc59832d25787a90dfd2d0.tar.gz
org.eclipse.osee-0e0e1e50d7ad666d92dc59832d25787a90dfd2d0.tar.xz
org.eclipse.osee-0e0e1e50d7ad666d92dc59832d25787a90dfd2d0.zip
Diffstat (limited to 'org.eclipse.osee.ats/reference/configure/WorkWidgetDefinition.html')
-rw-r--r--org.eclipse.osee.ats/reference/configure/WorkWidgetDefinition.html39
1 files changed, 39 insertions, 0 deletions
diff --git a/org.eclipse.osee.ats/reference/configure/WorkWidgetDefinition.html b/org.eclipse.osee.ats/reference/configure/WorkWidgetDefinition.html
new file mode 100644
index 00000000000..b899ac40013
--- /dev/null
+++ b/org.eclipse.osee.ats/reference/configure/WorkWidgetDefinition.html
@@ -0,0 +1,39 @@
+<html>
+<!--
+ Copyright (c) 2004, 2007 Boeing.
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+ Contributors:
+ Boeing - initial API and implementation
+-->
+ <head>
+ <title>Work Widget Definition Artifact</title>
+ <LINK rel="stylesheet" type="text/css" href="../../osee.help/html/style.css">
+ </head>
+
+<body>
+ <h1>Work Rule Widget Artifact</h1>
+ <h2>Purpose</h2>
+ The Work Widget Definition artifact specifies a single widget, via xml, that will be
+ displayed on the state page in the ATS Workflow Editor.
+
+ <h2>How to do it - Artifact Editor</h2>
+ On the Common branch in the Artifact Editor, Expand "Action Tracking System" expand
+ "Work Widget" and double-click any existing Work Widget. Edit the following attributes and relations
+ accordingly.<br><br>
+
+ <li>Attributes</li>
+ <ul>
+ <li>Name:[unique name matching Work Id below]</li>
+ <li>osee.wi.Work Id:[unique id]</li>
+ <li>osee.wi.Work Description:Simple description explaining what widget is.</li>
+ <li>osee.wi.Work Data: XWidget=[XWidget xml specifying widget]</li>
+ </ul>
+ <li>Relations</li>
+ <ul>
+ <li>Work Item.Parent: Relate to any Team Definition or Work Page Definition artifacts as appropriate.</li>
+ </ul>
+</body>
+</html>

Back to the top