Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d0100 commit aa62ccaCopy full SHA for aa62cca
README.md
@@ -119,6 +119,24 @@ Parameters:
119
120
- `el` - widget to remove
121
122
+### resize(el, width, \[height\])
123
+
124
+Changes widget size
125
126
+Parameters:
127
128
+- `el` - widget to resize
129
+- `width`, `height` - new dimensions
130
131
+### move(el, x, \[y\])
132
133
+Changes widget position
134
135
136
137
+- `el` - widget to move
138
+- `x`, `y` - new position
139
140
### resizable(el, val)
141
142
Enables/Disables resizing.
@@ -192,6 +210,7 @@ Changes
192
210
193
211
#### v0.1.1 (development version)
194
212
213
+- add `resize` and `move` API methods
195
214
- add `resizable` and `movable` API methods
196
215
- add `data-gs-no-move` attribute
197
216
- add `float` option
0 commit comments