Browse Source

docs : syntax highlight `false`

pull/27/merge
David DeSandro 14 years ago
parent
commit
fe6afc2a9a
  1. 2
      _posts/docs/2010-12-03-options.mdown
  2. 2
      _posts/docs/2010-12-07-sorting.mdown

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

@ -198,7 +198,7 @@ Triggers layout logic when browser window is resized.
<dd class="default"><code><span class="kc">true</span></code></dd>
</dl>
Isotope will set the height (for vertical layout modes) or width (for horizontal layout modes) of the container after layout. If `resizesContainer` is set to `false`, be sure to set a size for the container in your CSS, so it doesn't collapse when Isotope is triggered.
Isotope will set the height (for vertical layout modes) or width (for horizontal layout modes) of the container after layout. If `resizesContainer` is set to <code><span class="kc">false</span></code>, be sure to set a size for the container in your CSS, so it doesn't collapse when Isotope is triggered.
## sortAscending

2
_posts/docs/2010-12-07-sorting.mdown

@ -126,7 +126,7 @@ There is an additional sorting data built in to Isotope `'original-order'`. Sort
## sortAscending option
By default, Isotope sorts data in ascension. If our data for name is "Gold, Antimony, Lead, Iron, Silver", when sorted by name, the elements will be ordered ABC.. : "Antimony, Gold, Iron, Lead, Silver." To reverse the order and sort data in descension, set [`sortAscending`](options.html#sortascending) to `false`.
By default, Isotope sorts data in ascension. If our data for name is "Gold, Antimony, Lead, Iron, Silver", when sorted by name, the elements will be ordered ABC.. : "Antimony, Gold, Iron, Lead, Silver." To reverse the order and sort data in descension, set [`sortAscending`](options.html#sortascending) to <code><span class="kc">false</span></code>.
{% highlight javascript %}

Loading…
Cancel
Save