Documentation > Widgets
| Automatically generated page, do not modify. User-contributed notes can be created at: Widgets/PanQueryUsageNotes? |
Widget: PanQuery?
A widget that combines pan and query actions. If the mouse did not move, a query is issued, otherwise a pan is performed
Usage Notes
See: Widgets/PanQueryUsageNotes?
Common Widget Properties
- Location :
- Label : Pan query
- Tooltip : Drag the mouse to pan, click to query
- StatusText? :
- ImageUrl? : images/icons/pan.png
- ImageClass? :
- StandardUi? : true
- ContainableBy? : Any
Parameters
SelectionType?
- Description : The type of selection to do
- Type : String
- Label : Selection type
- DefaultValue? : INTERSECTS
- IsMandatory? : false
Tolerance
- Description : pixel tolerance for a point click
- Type : integer
- Label : Tolerance
- Min : 1
- DefaultValue? : 3
- IsMandatory? : false
QueryActiveLayer?
- Description : Flag to indicate if features should be selected only on the active layer
- Type : boolean
- Label : Query active layer
- DefaultValue? : false
- IsMandatory? : false
