Browse Source

docs - revise cellsByColumn and cellsByRow

pull/14/head
David DeSandro 14 years ago
parent
commit
dfad37548e
  1. 4
      _posts/docs/2010-12-05-layout-modes.mdown

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

@ -53,7 +53,7 @@ Item elements are arranged into rows. Similar to what you would expect from a la
## cellsByRow
A grid layout. The grid is defined by two options, `columnWidth` and `rowHeight`.
A grid layout where items are centered inside each cell. The grid is defined by two options, `columnWidth` and `rowHeight`.
### Options {#cellsByRow-options}
@ -111,7 +111,7 @@ Item elements are arranged into columns. The horizontal equivalent of fitRows. C
## cellsByColumn
A grid layout. The grid is defined by two options, `columnWidth` and `rowHeight`. The horizontal equivalent of cellsByRow.
A grid layout where items are centered inside each cell. The grid is defined by two options, `columnWidth` and `rowHeight`. The horizontal equivalent of cellsByRow.
### Options {#cellsByColumn-options}

Loading…
Cancel
Save