summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kramer <maximilian.kramer@fmr.com>2013-05-20 11:11:48 -0400
committerMichael Leibman <michael.leibman@gmail.com>2013-05-22 14:34:24 -0700
commit1aa346db937e43da9ad2e5eda44c68093249a815 (patch)
tree03e85937503eb03b0c8648df7fb0e7f14baeb0a2
parent289cc60ac136daf0397c0c4adbaa2b6d753e7e0e (diff)
downloadSlickGrid-1aa346db937e43da9ad2e5eda44c68093249a815.zip
SlickGrid-1aa346db937e43da9ad2e5eda44c68093249a815.tar.gz
SlickGrid-1aa346db937e43da9ad2e5eda44c68093249a815.tar.bz2
Add link to AutoTooltips test.
-rw-r--r--tests/index.html61
1 files changed, 32 insertions, 29 deletions
diff --git a/tests/index.html b/tests/index.html
index 7649948..a0a9f89 100644
--- a/tests/index.html
+++ b/tests/index.html
@@ -1,37 +1,40 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
- "http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html>
<html>
<head>
- <title></title>
- <link rel="stylesheet" href="../lib/qunit.css" type="text/css"/>
+ <title>SlickGrid tests</title>
+ <link rel="stylesheet" href="../lib/qunit.css" type="text/css"/>
<style type="text/css">
- ul { font-family: 'trebuchet ms', verdana, arial; }
- h2, ul {font-size: 10pt; }
- h2 {
- background-color:#EEEEEE;
- color:black;
- font-size:small;
- font-weight:normal;
- margin:0;
- padding:10px;
- }
+ ul { font-family: 'trebuchet ms', verdana, arial; }
+ h2, ul {font-size: 10pt; }
+ h2 {
+ background-color:#EEEEEE;
+ color:black;
+ font-size:small;
+ font-weight:normal;
+ margin:0;
+ padding:10px;
+ }
</style>
</head>
<body>
-
-<h1 id="qunit-header">jQuery UI Unit Tests</h1>
-<h2 id="qunit-banner"></h2>
-
-<h2>Slick.Data</h2>
-<ul>
- <li><a href="dataview/index.html">DataView</a></li>
-</ul>
-
-<h2>Slick</h2>
-<ul>
- <li><a href="grid/index.html">Grid</a></li>
-</ul>
-
-
+
+ <h1 id="qunit-header">SlickGrid tests</h1>
+ <h2 id="qunit-banner"></h2>
+
+ <h2>Slick.Data</h2>
+ <ul>
+ <li><a href="dataview/index.html">DataView</a></li>
+ </ul>
+
+ <h2>Slick</h2>
+ <ul>
+ <li><a href="grid/index.html">Grid</a></li>
+ </ul>
+
+ <h2>Plugins</h2>
+ <ul>
+ <li><a href="plugins/autotooltips.html">AutoTooltips</a></li>
+ </ul>
+
</body>
</html> \ No newline at end of file