Changes between Initial Version and Version 1 of Widgets/PanOnClick


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

Automated wiki documentation upload

Legend:

Unmodified
Added
Removed
Modified
  • Widgets/PanOnClick

    v1 v1  
     1[[PageOutline]]
     2[[BR]]
     3|| '''Automatically generated page, do not modify.  User Notes can be created at: [wiki:Widgets/PanOnClickUsageNotes]'''||
     4[[BR]]
     5
     6= Widget: PanOnClick =
     7
     8Pans the map in the specified diretion on a click
     9
     10== Usage Notes ==
     11
     12See: [wiki:Widgets/PanOnClickUsageNotes]
     13
     14== Common Widget Properties ==
     15
     16 * '''Location''' :
     17 * '''Label''' : Pan on click
     18 * '''Tooltip''' : Pan the map
     19 * '''StatusText''' :
     20 * '''ImageUrl''' : images/icons/pan.png
     21 * '''ImageClass''' :
     22 * '''StandardUi''' : true
     23 * '''ContainableBy''' : Any
     24
     25== Parameters ==
     26
     27=== Percentage ===
     28
     29 * '''Description''' : Percentage of the map width/height to move in the specified direction
     30 * '''Type''' : integer
     31 * '''Label''' : Percentage
     32 * '''Min''' : 10
     33 * '''Max''' : 100
     34 * '''DefaultValue''' : 75
     35 * '''IsMandatory''' : false
     36
     37=== Direction ===
     38
     39 * '''Description''' : The direction in which to pan
     40 * '''Type''' : String
     41 * '''Label''' : Direction
     42  * '''north''' ''(Label: north)''
     43  * '''south''' ''(Label: south)''
     44  * '''east''' ''(Label: east)''
     45  * '''west''' ''(Label: west)''
     46 * '''DefaultValue''' : none
     47 * '''IsMandatory''' : true
     48