sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<div> |
|
<input dojotAttachPoint="search" dojoAttachEvent="onkeyup: onSearch"> |
|
{% if parsedText %} |
|
<div style="border:2px solid #ddd; padding:20px;"> |
|
{{ parsedText }} |
|
</div> |
|
{% endif %} |
|
|
|
{% if article.revid %}<p>Revision ID: {{ article.revid }}</p>{% endif %} |
|
</div>
|
|
|