Documentation > Widgets
| Automatically generated page, do not modify. User-contributed notes can be created at: Widgets/SelectUsageNotes? |
Widget: Select
A widget that allows selection of features on a map
Usage Notes
See: Widgets/SelectUsageNotes?
Common Widget Properties
- Location :
- Label : Select
- Tooltip : Click to select features
- StatusText? :
- ImageUrl? : images/icons/select.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
