jquery.fancytree
Version:
jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading
38 lines (35 loc) • 1.07 kB
HTML
<html>
<head>
<title>Fancytree unit tests - Table extension</title>
<script src="../../lib/jquery.js"></script>
<script src="../../lib/jquery-ui.custom.js"></script>
<link rel="stylesheet" href="../../lib/qunit.css" media="screen"/>
<script src="../../lib/qunit.js"></script>
<link href="../../src/skin-win8/ui.fancytree.css" rel="stylesheet">
<script src="../../src/jquery.fancytree.js"></script>
<script src="../../src/jquery.fancytree.table.js"></script>
<script src="test-tools.js"></script>
<script src="test-ext-table.js"></script>
<style type="text/css">
</style>
</head>
<body>
<h1 id="qunit-header">Fancytree unit tests - Table extension</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">test markup, will be hidden</div>
<hr/>
<table id="tree">
<thead>
<tr>
<th></th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</body>
</html>