UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

11 lines (9 loc) 272 B
<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>