| 1 | [[PageOutline]] |
| 2 | [[BR]] |
| 3 | || '''Automatically generated page, do not modify. User Notes can be created at: [wiki:Widgets/SelectRadiusUsageNotes]'''|| |
| 4 | [[BR]] |
| 5 | |
| 6 | = Widget: SelectRadius = |
| 7 | |
| 8 | Perform a selection within a certain radius of a click |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [wiki:Widgets/SelectRadiusUsageNotes] |
| 13 | |
| 14 | == Common Widget Properties == |
| 15 | |
| 16 | * '''Label''' : Select Radius |
| 17 | * '''Tooltip''' : Click to select within a radius |
| 18 | * '''ImageUrl''' : images/icons/select-radius.png |
| 19 | * '''StandardUi''' : true |
| 20 | * '''ContainableBy''' : Any |
| 21 | |
| 22 | == Parameters == |
| 23 | |
| 24 | === SelectionType === |
| 25 | |
| 26 | * '''Description''' : The type of selection to do |
| 27 | * '''Type''' : String |
| 28 | * '''Label''' : Selection type |
| 29 | * '''DefaultValue''' : INTERSECTS |
| 30 | * '''IsMandatory''' : false |
| 31 | |
| 32 | === Tolerance === |
| 33 | |
| 34 | * '''Description''' : Pixel tolerance for a point click |
| 35 | * '''Type''' : integer |
| 36 | * '''Label''' : Tolerance |
| 37 | * '''Min''' : 1 |
| 38 | * '''DefaultValue''' : 3 |
| 39 | * '''IsMandatory''' : false |
| 40 | |
| 41 | === DefaultRadius === |
| 42 | |
| 43 | * '''Description''' : The radius in pixels to use for the selection |
| 44 | * '''Type''' : integer |
| 45 | * '''Label''' : Default radius |
| 46 | * '''DefaultValue''' : 20 |
| 47 | * '''IsMandatory''' : false |
| 48 | |
| 49 | === RadiusTooltipContainer === |
| 50 | |
| 51 | * '''Description''' : String |
| 52 | * '''Type''' : String |
| 53 | * '''Label''' : An HTML container to put the radius value in |
| 54 | * '''DefaultValue''' : |
| 55 | * '''IsMandatory''' : false |
| 56 | |
| 57 | === RadiusTooltipType === |
| 58 | |
| 59 | * '''Description''' : Type of tooltip to use |
| 60 | * '''Type''' : String |
| 61 | * '''Label''' : Radius tooltip type |
| 62 | * '''static''' ''(Label: static)'' |
| 63 | * '''dynamic''' ''(Label: dynamic)'' |
| 64 | * '''DefaultValue''' : dynamic |
| 65 | * '''IsMandatory''' : false |
| 66 | |