source: Dev/trunk/src/client/dojox/secure/tests/good.html @ 521

Last change on this file since 521 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

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.