Browse Source

docs : Layout Modes -> modes

pull/14/head
David DeSandro 14 years ago
parent
commit
41ba38785f
  1. 2
      _includes/layout-options.html
  2. 2
      _posts/demos/2010-12-29-layout-modes.html
  3. 6
      _posts/docs/2010-12-03-options.mdown
  4. 4
      _posts/docs/2010-12-05-layout-modes.mdown

2
_includes/layout-options.html

@ -1,4 +1,4 @@
<h3>Layout Modes</h3> <h3>Layout modes</h3>
<ul id="layouts" class="option-set floated clearfix"> <ul id="layouts" class="option-set floated clearfix">
<li><a href="#masonry" class="selected">masonry</a></li> <li><a href="#masonry" class="selected">masonry</a></li>

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

@ -1,5 +1,5 @@
--- ---
title: Layout Modes title: Layout modes
layout: demo layout: demo
category: demos category: demos
related: layouts related: layouts

6
_posts/docs/2010-12-03-options.mdown

@ -174,9 +174,9 @@ Restricts Isotope item elements to selector.
<dd class="default"><code><span class="s1">'masonry'</span></code></dd> <dd class="default"><code><span class="s1">'masonry'</span></code></dd>
</dl> </dl>
See also docs on [Layout Modes](layout-modes.html). See also docs on [Layout modes](layout-modes.html).
[**See Demo: Layout Modes**](../demos/layout-modes.html) [**See Demo: Layout modes**](../demos/layout-modes.html)
## resizable ## resizable
@ -247,4 +247,4 @@ $('#container').isotope({
{% endhighlight %} {% endhighlight %}
[**See Demo: Layout Modes**](../demos/layout-modes.html) [**See Demo: Layout modes**](../demos/layout-modes.html)

4
_posts/docs/2010-12-05-layout-modes.mdown

@ -1,6 +1,6 @@
--- ---
title: Layout Modes title: Layout modes
category: docs category: docs
layout: doc layout: doc
body_class: option-def body_class: option-def
@ -18,7 +18,7 @@ toc:
Isotope has a versatile layout engine that can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option. Isotope has a versatile layout engine that can accommodate multiple layout modes. You can set and change the layout mode via the `layoutMode` option.
[**See Demo: Layout Modes**](../demos/layout-modes.html) [**See Demo: Layout modes**](../demos/layout-modes.html)
### Example ### Example

Loading…
Cancel
Save