| 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 | |
| 8 | Pans the map in the specified diretion on a click |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [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 | |