Is there a way to set a default print resolution (dpi) for the print widget in webapp builder? Can't find anything looking at the available attributes in the configuration json file or anywhere else.
Thanks
Ulises,
This is not configurable in the json but here is where you can change it in the code source. Find the client\stemapp\widgets\Print\templates\Print.html and find this line:
<input type="text" data-dojo-type="dijit/form/NumberTextBox" data-dojo-props="name:'dpi',required:true,value:300,style:'width:100px;'"/>
change the data-dojo-props value, by default it is 300 as you can see.
Thanks, Robert...and keep up the awesome work!!!
have a good one.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.