UNPKG

dijit

Version:

Dijit provides a complete collection of user interface controls based on Dojo, giving you the power to create web applications that are highly optimized for usability, performance, internationalization, accessibility, but above all deliver an incredible u

15 lines (13 loc) 593 B
<h1>Document 0</h1> This document has <a href="http://www.dojotoolkit.org/">a link</a>.<br /> (to check we're copying children around properly).<br /> Plus some widgets and native fields:<br /> <input value="native input" aria-label="native input" /> <select data-dojo-type="dijit/form/ComboBox" aria-label="select box doc 0"> <option value="1">dijit</option> <option value="2">form</option> <option value="3">ComboBox</option> </select> <button>native button</button> <button data-dojo-type="dijit/form/Button">dijit/form/Button</button><br> Here's some text that comes AFTER the button.