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:
471 bytes
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <title>dojox.grid.Grid with Dojo.Data via binding</title> |
---|
5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
6 | <style type="text/css"> |
---|
7 | b{ |
---|
8 | color:red; |
---|
9 | } |
---|
10 | </style> |
---|
11 | <head> |
---|
12 | <body> |
---|
13 | This is <b>sandboxed</b> with a script. |
---|
14 | <script type="text/javascript"> |
---|
15 | query("b").style("color","red"); |
---|
16 | alert("done"); |
---|
17 | </script> |
---|
18 | </body> |
---|
19 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.