[fusion-commits] r1848 - trunk/widgets/widgetinfo
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Sun May 17 15:59:25 EDT 2009
Author: pagameba
Date: 2009-05-17 15:59:25 -0400 (Sun, 17 May 2009)
New Revision: 1848
Added:
trunk/widgets/widgetinfo/query.xml
Log:
re #249, add widget info file.
Added: trunk/widgets/widgetinfo/query.xml
===================================================================
--- trunk/widgets/widgetinfo/query.xml (rev 0)
+++ trunk/widgets/widgetinfo/query.xml 2009-05-17 19:59:25 UTC (rev 1848)
@@ -0,0 +1,20 @@
+<WidgetInfo>
+ <Type>Query</Type>
+ <Location></Location>
+ <LocalizedType>Query</LocalizedType>
+ <Description>This widget will execute a custom query on the map. 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>Query</Label>
+ <Tooltip>Click to execute a custom query</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/query.xml
___________________________________________________________________
Name: svn:executable
+ *
More information about the fusion-commits
mailing list