Last active
June 13, 2017 12:06
-
-
Save gibbok/0458d3bca5b991b41f1109ed62daa9f7 to your computer and use it in GitHub Desktop.
GibboK - Snippet - SO -dojo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Stack Overflow Dojo snippet to be included with copy/paste in answers. | |
*/ | |
<!-- begin snippet: js hide: false console: true babel: false --> | |
<!-- language: lang-js --> | |
require([ | |
'dojo/domReady!' | |
], function() { | |
}); | |
<!-- language: lang-html --> | |
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/dojo/1.12.1/dijit/themes/claro/claro.css" /> | |
<script> | |
window.dojoConfig = { | |
parseOnLoad: false, | |
async: true | |
}; | |
</script> | |
<script src="//ajax.googleapis.com/ajax/libs/dojo/1.12.1/dojo/dojo.js"> | |
</script> | |
<body class="claro"> | |
<div id="select"></div> | |
</body> | |
<!-- end snippet --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment