Documentation > Widgets
| Automatically generated page, do not modify. User-contributed notes can be created at: Widgets/SelectRadiusUsageNotes? |
Widget: SelectRadius?
Perform a selection within a certain radius of a click
Usage Notes
See: Widgets/SelectRadiusUsageNotes?
Common Widget Properties
- Label : Select Radius
- Tooltip : Click to select within a radius
- ImageUrl? : images/icons/select-radius.png
- 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
DefaultRadius?
- Description : The radius in pixels to use for the selection
- Type : integer
- Label : Default radius
- DefaultValue? : 20
- IsMandatory? : false
RadiusTooltipContainer?
- Description : String
- Type : String
- Label : An HTML container to put the radius value in
- DefaultValue? :
- IsMandatory? : false
RadiusTooltipType?
- Description : Type of tooltip to use
- Type : String
- Label : Radius tooltip type
- static (Label: static)
- dynamic (Label: dynamic)
- DefaultValue? : dynamic
- IsMandatory? : false
