| 1 | [[PageOutline]] |
| 2 | [[BR]] |
| 3 | || '''Automatically generated page, do not modify. User Notes can be created at: [wiki:Widgets/SaveMapUsageNotes]'''|| |
| 4 | [[BR]] |
| 5 | |
| 6 | = Widget: SaveMap = |
| 7 | |
| 8 | A widget to save the map as an image |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [wiki:Widgets/SaveMapUsageNotes] |
| 13 | |
| 14 | == Common Widget Properties == |
| 15 | |
| 16 | * '''Label''' : Save map |
| 17 | * '''Tooltip''' : Click to save the map as an image |
| 18 | * '''ImageUrl''' : images/icons/file-save.png |
| 19 | * '''StandardUi''' : true |
| 20 | * '''ContainableBy''' : Any |
| 21 | |
| 22 | == Parameters == |
| 23 | |
| 24 | === Format === |
| 25 | |
| 26 | * '''Description''' : The image format to use |
| 27 | * '''Type''' : String |
| 28 | * '''Label''' : Format |
| 29 | * '''dwf''' ''(Label: DWF)'' |
| 30 | * '''png''' ''(Label: PNG)'' |
| 31 | * '''jpg''' ''(Label: JPEG)'' |
| 32 | * '''gif''' ''(Label: GIF)'' |
| 33 | * '''DefaultValue''' : png |
| 34 | * '''IsMandatory''' : false |
| 35 | |
| 36 | === Scale === |
| 37 | |
| 38 | * '''Description''' : The scale at which the map is to be saved, or 0 to use the current map scale |
| 39 | * '''Type''' : integer |
| 40 | * '''Label''' : Scale |
| 41 | * '''DefaultValue''' : |
| 42 | * '''IsMandatory''' : false |
| 43 | |
| 44 | === ResourceId === |
| 45 | |
| 46 | * '''Description''' : The print layout to be used for DWF creation. This is mandatory if the format is set to DWF. |
| 47 | * '''Type''' : PrintLayout |
| 48 | * '''Label''' : Print Layout (DWF Only) |
| 49 | * '''DefaultValue''' : |
| 50 | * '''IsMandatory''' : false |
| 51 | |