[fusion-commits] r1849 - trunk/widgets/widgetinfo

svn_fusion at osgeo.org svn_fusion at osgeo.org
Sun May 17 16:00:19 EDT 2009


Author: pagameba
Date: 2009-05-17 16:00:19 -0400 (Sun, 17 May 2009)
New Revision: 1849

Added:
   trunk/widgets/widgetinfo/theme.xml
Log:
re #250, add widget info file.

Added: trunk/widgets/widgetinfo/theme.xml
===================================================================
--- trunk/widgets/widgetinfo/theme.xml	                        (rev 0)
+++ trunk/widgets/widgetinfo/theme.xml	2009-05-17 20:00:19 UTC (rev 1849)
@@ -0,0 +1,20 @@
+<WidgetInfo>
+    <Type>Theme</Type>
+    <Location></Location>
+    <LocalizedType>Theme</LocalizedType>
+    <Description>This widget will create a new themed layer based on an existing map layer.  Either a popup window or the task pane will be used to gather user input, depending on the setting of the Target parameter</Description>
+    <Label>Theme</Label>
+    <Tooltip>Click to create a themed layer</Tooltip>
+    <ImageUrl>images/icons.png</ImageUrl>
+    <ImageClass>invoke-url</ImageClass>
+    <StandardUi>true</StandardUi>
+    <ContainableBy>Any</ContainableBy>
+    <Parameter>
+        <Name>Target</Name>
+        <Label>Target</Label>
+        <Type>target</Type>
+        <Description>The frame, window, or TaskPane in which to display any UI for the widget. If empty, a new window is used</Description>
+        <IsMandatory>true</IsMandatory>
+        <DefaultValue>TaskPane</DefaultValue>
+    </Parameter>
+</WidgetInfo>


Property changes on: trunk/widgets/widgetinfo/theme.xml
___________________________________________________________________
Name: svn:executable
   + *



More information about the fusion-commits mailing list