Skip to content

Commit 68ea6ac

Browse files
committed
Resizable: Document the need for ui-resizable-handle and ui-resizable-* classes for custom handles. Fixes jquery#98.
1 parent f8ecdf2 commit 68ea6ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entries/resizable.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
<desc>A comma delimited list of any of the following: n, e, s, w, ne, se, sw, nw, all. The necessary handles will be auto-generated by the plugin.</desc>
7676
</type>
7777
<type name="Object">
78-
<desc>The following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOMElement or a valid jQuery object directly.</desc>
78+
<desc>
79+
<p>The following keys are supported: { n, e, s, w, ne, se, sw, nw }. The value of any specified should be a jQuery selector matching the child element of the resizable to use as that handle. If the handle is not a child of the resizable, you can pass in the DOMElement or a valid jQuery object directly.</p>
80+
<p><em>Note: When generating your own handles, each handle must have the <code>ui-resizable-handle</code> class, as well as the appropriate <code>ui-resizable-{direction}</code> class, .e.g., <code>ui-resizable-s</code>.</em></p>
81+
</desc>
7982
</type>
8083
</option>
8184
<option name="helper" type="String" default="false">

0 commit comments

Comments
 (0)