You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
471 B
19 lines
471 B
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
|
<html> |
|
<head> |
|
<title>dojox.grid.Grid with Dojo.Data via binding</title> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
<style type="text/css"> |
|
b{ |
|
color:red; |
|
} |
|
</style> |
|
<head> |
|
<body> |
|
This is <b>sandboxed</b> with a script. |
|
<script type="text/javascript"> |
|
query("b").style("color","red"); |
|
alert("done"); |
|
</script> |
|
</body> |
|
</html> |