From e9460847ce77d1fb71573ee4198ad603042bb211 Mon Sep 17 00:00:00 2001 From: Pavel Reznikov Date: Thu, 18 Aug 2016 21:56:32 -0700 Subject: [PATCH] update docs --- doc/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/README.md b/doc/README.md index 8ac6909..3320fdb 100644 --- a/doc/README.md +++ b/doc/README.md @@ -68,6 +68,7 @@ gridstack.js API - a string (ex: '10em', '100px', '10rem') - 0 or null, in which case the library will not generate styles for rows. Everything must be defined in CSS files. - `'auto'` - height will be calculated from cell width. +- `ddPlugin` - class that implement drag'n'drop functionallity for gridstack. If `false` grid will be static. (default: `null` - first available plugin will be used) - `disableDrag` - disallows dragging of widgets (default: `false`). - `disableResize` - disallows resizing of widgets (default: `false`). - `draggable` - allows to override jQuery UI draggable options. (default: `{handle: '.grid-stack-item-content', scroll: false, appendTo: 'body'}`)