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: entries/resizable.xml
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -153,12 +153,22 @@
153
153
<desc>The size represented as <code>{ width, height }</code> before the resizable is resized</desc>
154
154
</property>
155
155
<propertyname="position"type="Object">
156
-
<desc>The current position represented as <code>{ left, top }</code></desc>
156
+
<desc>The current position represented as <code>{ left, top }</code>. The values may be changed to modify where the element will be positioned. Useful for custom resizing logic.</desc>
157
157
</property>
158
158
<propertyname="size"type="Object">
159
-
<desc>The current size represented as <code>{ width, height }</code></desc>
159
+
<desc>The current size represented as <code>{ width, height }</code>. The values may be changed to modify where the element will be positioned. Useful for custom resizing logic.</desc>
160
160
</property>
161
161
</argument>
162
+
<example>
163
+
<desc>Restrict height resizing to 30 pixel increments:</desc>
0 commit comments