Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
465 bytes
|
Line | |
---|
1 | <html> |
---|
2 | <head> |
---|
3 | <script type="text/javascript"> |
---|
4 | var dojoConfig= { |
---|
5 | async:!!location.search |
---|
6 | }; |
---|
7 | </script> |
---|
8 | <script type="text/javascript" src="../../../dojo/dojo.js"></script> |
---|
9 | <script type="text/javascript"> |
---|
10 | require(["dojox/gfx", "dojo/domReady!"], function(gfx){ |
---|
11 | console.log(gfx); |
---|
12 | }); |
---|
13 | |
---|
14 | require(["dojo", "dojo/domReady!"], function(dojo){ |
---|
15 | dojo.byId("status").innerHTML= "OK"; |
---|
16 | }); |
---|
17 | </script> |
---|
18 | </head> |
---|
19 | <body> |
---|
20 | <div id="status">loading</div> |
---|
21 | </body> |
---|
Note: See
TracBrowser
for help on using the repository browser.