Changes between Initial Version and Version 1 of Widgets/SelectPolygon


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

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/SelectPolygon

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/SelectPolygonUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: SelectPolygon =
     7
     8Perform a selection using a polygon
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/SelectPolygonUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : Select Polygon
     18 * '''Tooltip''' : Draw a polygon to perform a selection
     19 * '''StatusText''' :
     20 * '''ImageUrl''' : images/icons/select-polygon.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