| 1 | [[PageOutline]] |
| 2 | [[BR]] |
| 3 | || '''Automatically generated page, do not modify. User Notes can be created at: [wiki:Widgets/PrintUsageNotes]'''|| |
| 4 | [[BR]] |
| 5 | |
| 6 | = Widget: Print = |
| 7 | |
| 8 | Produces a printable version of the page |
| 9 | |
| 10 | == Usage Notes == |
| 11 | |
| 12 | See: [wiki:Widgets/PrintUsageNotes] |
| 13 | |
| 14 | == Common Widget Properties == |
| 15 | |
| 16 | * '''Label''' : Print |
| 17 | * '''Tooltip''' : Print the current map view |
| 18 | * '''ImageUrl''' : images/icons/file-print.png |
| 19 | * '''StandardUi''' : true |
| 20 | * '''ContainableBy''' : Any |
| 21 | |
| 22 | == Parameters == |
| 23 | |
| 24 | === ShowPrintUI === |
| 25 | |
| 26 | * '''Description''' : Show the print dialog to allow configuration before printing |
| 27 | * '''Type''' : boolean |
| 28 | * '''Label''' : Show print dialog |
| 29 | * '''DefaultValue''' : true |
| 30 | * '''IsMandatory''' : false |
| 31 | |
| 32 | === ShowTitle === |
| 33 | |
| 34 | * '''Description''' : Show the title on the page |
| 35 | * '''Type''' : boolean |
| 36 | * '''Label''' : Show title |
| 37 | * '''DefaultValue''' : false |
| 38 | * '''IsMandatory''' : false |
| 39 | |
| 40 | === PageTitle === |
| 41 | |
| 42 | * '''Description''' : The title for the page |
| 43 | * '''Type''' : string |
| 44 | * '''Label''' : Page title |
| 45 | * '''DefaultValue''' : |
| 46 | * '''IsMandatory''' : false |
| 47 | |
| 48 | === ShowLegend === |
| 49 | |
| 50 | * '''Description''' : Show the legend on the page |
| 51 | * '''Type''' : boolean |
| 52 | * '''Label''' : Show legend |
| 53 | * '''DefaultValue''' : false |
| 54 | * '''IsMandatory''' : false |
| 55 | |
| 56 | === ShowNorthArrow === |
| 57 | |
| 58 | * '''Description''' : Show the north arrow on the page |
| 59 | * '''Type''' : boolean |
| 60 | * '''Label''' : Show north arrow |
| 61 | * '''DefaultValue''' : false |
| 62 | * '''IsMandatory''' : false |
| 63 | |
| 64 | === ImageBaseUrl === |
| 65 | |
| 66 | * '''Description''' : relative URL to the images directory for dialog |
| 67 | * '''Type''' : string |
| 68 | * '''Label''' : Image Base URL |
| 69 | * '''DefaultValue''' : |
| 70 | * '''IsMandatory''' : false |
| 71 | |