2011-09-05 05:40:44 +00:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>OxJS TreeList Demo</title>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2012-01-17 19:56:08 +00:00
|
|
|
<script type="text/javascript" src="../../dev/Ox.js"></script>
|
2011-09-05 05:40:44 +00:00
|
|
|
<script type="text/javascript" src="js/treelist.js"></script>
|
|
|
|
</head>
|
|
|
|
<body></body>
|
2012-01-17 19:56:08 +00:00
|
|
|
</html>
|