Print Widget HTML file for Esri Web AppBuilder
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div> | |
<p>Click or Press the button below to print the map. Depending upon which web browser you are using, you may get a preview of the page. You may also get the option to save the map as a .pdf file.</p> | |
<p>If a property is selected, the map will print on the first page, and the property record will print on the second page.</p> | |
<div id="print-prep-msg"> | |
<hr /> | |
<p>The map print out is being generated...</p> | |
<img alt="spinning circle representing a computer command processing" src="images/loading.gif" /> | |
<hr /> | |
</div> | |
<input id="printMapButton" type="button" title="Print Map" value="Print Map" /> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment