dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
18 lines • 462 B
HTML
<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 a <b>sandboxed</b> paged with a bad script.
<script type="text/javascript">
alert("safe script" + this);
</script>
</body>
</html>