Changes between Initial Version and Version 1 of Widgets/PanQuery


Ignore:
Timestamp:
Apr 3, 2008, 3:05:44 AM (16 years ago)
Author:
jbirch
Comment:

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/PanQuery

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/PanQueryUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: PanQuery =
     7
     8A widget that combines pan and query actions.  If the mouse did not move, a query is issued, otherwise a pan is performed
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/PanQueryUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : Pan query
     18 * '''Tooltip''' : Drag the mouse to pan, click to query
     19 * '''StatusText''' :
     20 * '''ImageUrl''' : images/icons/pan.png
     21 * '''ImageClass''' :
     22 * '''StandardUi''' : true
     23 * '''ContainableBy''' : Any
     24
     25== Parameters ==
     26
     27=== SelectionType ===
     28
     29 * '''Description''' : The type of selection to do
     30 * '''Type''' : String
     31 * '''Label''' : Selection type
     32 * '''DefaultValue''' : INTERSECTS
     33 * '''IsMandatory''' : false
     34
     35=== Tolerance ===
     36
     37 * '''Description''' : pixel tolerance for a point click
     38 * '''Type''' : integer
     39 * '''Label''' : Tolerance
     40 * '''Min''' : 1
     41 * '''DefaultValue''' : 3
     42 * '''IsMandatory''' : false
     43
     44=== QueryActiveLayer ===
     45
     46 * '''Description''' : Flag to indicate if features should be selected only on the active layer
     47 * '''Type''' : boolean
     48 * '''Label''' : Query active layer
     49 * '''DefaultValue''' : false
     50 * '''IsMandatory''' : false
     51