Skip to content

Commit 644f3ca

Browse files
authored
Merge pull request #832 from reinaris/patch-1
Change urls in API doc
2 parents bdf4b66 + 0ece914 commit 644f3ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ gridstack.js API
7575
- `handle` - draggable handle selector (default: `'.grid-stack-item-content'`)
7676
- `handleClass` - draggable handle class (e.g. `'grid-stack-item-content'`). If set `handle` is ignored (default: `null`)
7777
- `height` - maximum rows amount. Default is `0` which means no maximum rows
78-
- `float` - enable floating widgets (default: `false`) See [example](http://troolee.github.io/gridstack.js/demo/float.html)
78+
- `float` - enable floating widgets (default: `false`) See [example](http://gridstackjs.com/demo/float.html)
7979
- `itemClass` - widget class (default: `'grid-stack-item'`)
8080
- `minWidth` - minimal width. If window width is less than or equal to, grid will be shown in one-column mode (default: `768`)
8181
- `disableOneColumnMode` - disables the onColumnMode when the window width is less than minWidth (default: 'false')
8282
- `oneColumnModeClass` - class set on grid when in one column mode (default: 'grid-stack-one-column-mode')
8383
- `placeholderClass` - class for placeholder (default: `'grid-stack-placeholder'`)
8484
- `placeholderText` - placeholder default content (default: `''`)
8585
- `resizable` - allows to override jQuery UI resizable options. (default: `{autoHide: true, handles: 'se'}`)
86-
- `removable` - if `true` widgets could be removed by dragging outside of the grid. It could also be a jQuery selector string, in this case widgets will be removed by dropping them there (default: `false`) See [example](http://troolee.github.io/gridstack.js/demo/two.html)
86+
- `removable` - if `true` widgets could be removed by dragging outside of the grid. It could also be a jQuery selector string, in this case widgets will be removed by dropping them there (default: `false`) See [example](http://gridstackjs.com/demo/two.html)
8787
- `removeTimeout` - time in milliseconds before widget is being removed while dragging outside of the grid. (default: `2000`)
88-
- `rtl` - if `true` turns grid to RTL. Possible values are `true`, `false`, `'auto'` (default: `'auto'`) See [example](http://troolee.github.io/gridstack.js/demo/rtl.html)
88+
- `rtl` - if `true` turns grid to RTL. Possible values are `true`, `false`, `'auto'` (default: `'auto'`) See [example](http://gridstackjs.com/demo/rtl.html)
8989
- `staticGrid` - makes grid static (default `false`). If true widgets are not movable/resizable. You don't even need jQueryUI draggable/resizable. A CSS class `grid-stack-static` is also added to the container.
9090
- `verticalMargin` - vertical gap size (default: `20`). Can be:
9191
* an integer (px)

0 commit comments

Comments
 (0)