You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,6 @@ The widget can still be dragged or resized by the user.
148
148
You need to add `noResize` and `noMove` attributes to completely lock the widget.
149
149
-`noResize` - disable element resizing
150
150
-`noMove` - disable element moving
151
-
-`resizeHandles` - widgets can have their own custom resize handles. For example 'e,w' will make that particular widget only resize east and west. See `resizable: {handles: string}` option
152
151
-`id`- (number | string) good for quick identification (for example in change event)
153
152
-`content` - (string) html content to be added when calling `grid.load()/addWidget()` as content inside the item
154
153
-`subGrid`?: GridStackOptions - optional nested grid options and list of children
/** prevents being moved by others during their (default?: undefined = un-constrained) */
305
305
locked?: boolean;
306
-
/** widgets can have their own custom resize handles. For example 'e,w' will make that particular widget only resize east and west. See `resizable: {handles: string}` option */
307
-
resizeHandles?: string;
308
306
/** value for `gs-id` stored on the widget (default?: undefined) */
0 commit comments