update options section

This commit is contained in:
Pavel Reznikov 2014-11-19 20:56:50 -08:00
parent 8d8f3a9a60
commit 5bcf7dcd81

View file

@ -51,14 +51,15 @@ Usage
## Options
- `width` - amount of columns (default: 12)
- `item_class` - widget class (default: 'grid-stack-item')
- `placeholder_class` - class for placeholder (default: 'grid-stack-placeholder')
- `handle` - draggable handle selector (default: '.grid-stack-item-content')
- `cell_height` - one cell height (default: 60)
- `vertical_margin` - vertical gap size (default: 20)
- `auto` - if `false` it tells to do not initialize existing items (default: true)
- `cell_height` - one cell height (default: 60)
- `handle` - draggable handle selector (default: '.grid-stack-item-content')
- `float` - enable floating widgets (default: false)
- `item_class` - widget class (default: 'grid-stack-item')
- `min_width` - minimal width. If window width is less grid will be shown in one-column mode (default: 768)
- `placeholder_class` - class for placeholder (default: 'grid-stack-placeholder')
- `vertical_margin` - vertical gap size (default: 20)
- `width` - amount of columns (default: 12)
## Grid attributes