Display attribute value from arcgis layer to html textbox
问题 I want to display attribute value from arcgis layer to html input textbox using javascript Can anyone help me on this issue? Best Regards. 回答1: Just click on a tree, it will fill the inputText on the top right corner <link rel="stylesheet" type="text/css" href="https://js.arcgis.com/3.19/esri/css/esri.css"> <style> html, body, #mapDiv { height: 100%; padding: 0; margin: 0; } #inputAttribute { position: absolute; top: 10px; right: 10px; width: 300px; } </style> <script>var dojoConfig = {