Remove the old YUI directory to make way for 2.5.0. Remove extjs as it's no longer needed.
This commit is contained in:
parent
4646561299
commit
69269e50a0
1992 changed files with 0 additions and 645732 deletions
|
|
@ -1,41 +0,0 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>DataTable Widget :: Implementation Examples</title>
|
||||
<link rel="stylesheet" href="../../build/reset/reset.css" type="text/css" />
|
||||
<link rel="stylesheet" href="../../build/fonts/fonts.css" type="text/css" />
|
||||
<link rel="stylesheet" href="./css/examples.css" type="text/css" />
|
||||
<style type="text/css">
|
||||
ul {margin:1em;}
|
||||
li {margin:1em;list-style-type:none;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="hd">
|
||||
<h1><img src="./img/logo.gif" class="logo" alt="Y!"/>DataTable Widget :: Implementation Examples</h1>
|
||||
</div>
|
||||
|
||||
<div id="bd">
|
||||
<ul>
|
||||
<li><a href="./basic.html">Basic Table From Local Data</a></li>
|
||||
<li><a href="./enhanced.html">From Existing Markup</a></li>
|
||||
|
||||
<li><a href="./xhrjson.html">From JSON Data Over XHR</a></li>
|
||||
<li><a href="./xhrxml.html">From XML Data Over XHR</a></li>
|
||||
<li><a href="./xhrtext.html">From Text Data Over XHR</a></li>
|
||||
|
||||
<li><a href="./formatting.html">Custom Formatting</a></li>
|
||||
<li><a href="./nestedheaders.html">Nested Headers</a></li>
|
||||
<li><a href="./customsort.html">Custom Sorting</a></li>
|
||||
<li><a href="./paginated.html">Client-side Pagination of Large RecordSet</a></li>
|
||||
<li><a href="./scrolling.html">Scrolling</a></li>
|
||||
<li><a href="./rowselect.html">Row Selection</a></li>
|
||||
<li><a href="./inlineediting.html">Inline Editing</a></li>
|
||||
<li><a href="./contextmenu.html">Integration with ContextMenu</a></li>
|
||||
<li><a href="./complex.html">Complex Table</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue