Browse Source

docs : use demo page template

pull/14/head
David DeSandro 14 years ago
parent
commit
5b892c9c71
  1. 16
      _posts/demos/2010-12-29-layout-modes.html
  2. 21
      _posts/demos/2010-12-30-filtering.html
  3. 17
      _posts/demos/2010-12-30-sorting.html
  4. 14
      _posts/demos/2010-12-31-relayout.html
  5. 3
      _posts/demos/2011-01-03-adding-items.html

16
_posts/demos/2010-12-29-layout-modes.html

@ -1,20 +1,8 @@
---
layout: nil
title: Layout Modes
layout: demo
category: demos
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
</head>
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
@ -81,5 +69,3 @@ category: demos
});
</script>
</body>
</html>

21
_posts/demos/2010-12-30-filtering.html

@ -1,25 +1,8 @@
---
layout: nil
title: Filtering
layout: demo
category: demos
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
</head>
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
</section>
<section id="options" class="clearfix">
@ -73,5 +56,3 @@ category: demos
});
</script>
</body>
</html>

17
_posts/demos/2010-12-30-sorting.html

@ -1,20 +1,8 @@
---
layout: nil
title: Sorting
layout: demo
category: demos
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
</head>
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
<p>Sort item elements based on any data you can extract from them.</p>
@ -73,6 +61,3 @@ category: demos
});
</script>
</body>
</html>

14
_posts/demos/2010-12-31-relayout.html

@ -1,20 +1,8 @@
---
layout: nil
title: reLayout
layout: demo
category: demos
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>{{ page.title }}</title>
<link rel="stylesheet" href="../css/style.css" type="text/css" media="screen" />
</head>
<body>
<h1>{{ page.title }}</h1>
<section id="copy">
<p>Use the <code>reLayout</code> method to easily arrange item elements after a change.</p>

3
_posts/demos/2011-01-03-adding-items.html

@ -5,7 +5,8 @@ category: demos
---
<section id="copy">
<p>Use the <code>reLayout</code> method to easily arrange item elements after a change.</p>
<p>The <code>insert</code> method will append, add items to the widget, filter, sort, and then layout all items</p>
<p>The <code>appended</code> method adds items to the widget, and then lays out only the new items.</p>
</section>
<section id="options">

Loading…
Cancel
Save