Skip to content

Commit 2cf0b5a

Browse files
committed
Grid: Fix some demo titles, descriptions and other details
1 parent 41f58f9 commit 2cf0b5a

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

demos/menubar/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
<div class="demo-description">
146146

147-
<p>TODO</p>
147+
<p></p>
148148

149149
</div><!-- End demo-description -->
150150

grid-spf/autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Grid: Filtering</title>
5+
<title>Grid: Autocomplete</title>
66
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
77
<link rel="stylesheet" href="../demos/demos.css">
88
<script src="../jquery-1.6.2.js"></script>

grid-spf/grid-plain.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Grid: Sorting, Paging, Filtering</title>
5+
<title>Grid: Featureless</title>
66
<link rel="stylesheet" href="../themes/base/jquery.ui.all.css">
77
<link rel="stylesheet" href="../demos/demos.css">
88
<script src="../jquery-1.6.2.js"></script>

grid-spf/slideshow-local.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
var dataview = $.ui.localDataview( {
3333
input: photos,
3434
paging: {
35-
limit: 3,
35+
limit: 2,
3636
}
3737
});
3838

@@ -54,12 +54,12 @@
5454
</head>
5555
<body>
5656

57-
<h1>Photo Slideshow</h1>
57+
<h1>Photo Slideshow Local</h1>
5858
<p>features: paging, local dataview</p>
5959

6060
<hr>
6161

62-
Per page: <input id="page-size" value="3">
62+
Per page: <input id="page-size" value="2">
6363

6464
<div class="controls">
6565
<button data-page="first">First</button>

grid-spf/slideshow-preloader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</head>
5959
<body>
6060

61-
<h1>Photo Slideshow</h1>
61+
<h1>Photo Slideshow Remote Preloaded</h1>
6262
<p>features: paging, filtering, remote dataview, preloading</p>
6363

6464
<hr>

grid-spf/tablesorter.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
</script>
3232
</head>
3333
<body>
34+
<h1>Tablesorter</h1>
35+
3436
<div style="width:84em;">
3537
<table id="yearlyResults">
3638
<colgroup>

0 commit comments

Comments
 (0)