jquery.fancytree
Version:
Fancytree is a JavaScript tree view plugin for jQuery with support for persistence, keyboard, checkboxes, drag'n'drop, and lazy loading.
40 lines (38 loc) • 1.15 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.clones.js"></script>
<!--
<script src="../../src/jquery.fancytree.table.js"></script>
-->
<script src="test-tools.js"></script>
<script src="test-ext-misc.js"></script>
<style type="text/css">
</style>
</head>
<body>
<h1 id="qunit-header">Fancytree unit tests - combined for smaller extensions</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>