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

svn_fusion at osgeo.org svn_fusion at osgeo.org
Sun May 17 16:14:38 EDT 2009


Author: pagameba
Date: 2009-05-17 16:14:38 -0400 (Sun, 17 May 2009)
New Revision: 1853

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

Added: trunk/widgets/widgetinfo/featureinfo.xml
===================================================================
--- trunk/widgets/widgetinfo/featureinfo.xml	                        (rev 0)
+++ trunk/widgets/widgetinfo/featureinfo.xml	2009-05-17 20:14:38 UTC (rev 1853)
@@ -0,0 +1,20 @@
+<WidgetInfo>
+    <Type>FeatureInfo</Type>
+    <Location></Location>
+    <LocalizedType>FeatureInfo</LocalizedType>
+    <Description>This widget will display information about selected features in a task panel.</Description>
+    <Label>Feature Info</Label>
+    <Tooltip>Click to display selected feature info</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>



More information about the fusion-commits mailing list