Adding edittable version 2023-01-14 (66785d9).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
51b386fcf7
commit
778f9ac0bf
101 changed files with 56770 additions and 0 deletions
23
plugins/55/edittable/_jstest/qunit.test.html
Normal file
23
plugins/55/edittable/_jstest/qunit.test.html
Normal file
|
@ -0,0 +1,23 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>edittable qunit tests</title>
|
||||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.4.0.css">
|
||||
<script src="../node_modules/jquery/dist/jquery.js"></script>
|
||||
<script>window.jQuery || document.write('<script src="https://code.jquery.com/jquery-3.2.1.min.js"><\/script>')</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="qunit"></div>
|
||||
<div id="qunit-fixture"></div>
|
||||
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
||||
<script>window.QUnit || document.write('<script src="https://code.jquery.com/qunit/qunit-2.4.0.js"><\/script>')</script>
|
||||
<script src="../script/contextmenu.js"></script>
|
||||
<script src="cellArray.tests.js"></script>
|
||||
<script src="../script/editor.js"></script>
|
||||
<script src="rowColMove.tests.js"></script>
|
||||
<script src="getMerges.tests.js"></script>
|
||||
<script src="addRowToMeta.tests.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue