Skip to content

Commit 199d111

Browse files
committed
Resizable: Document the need for ui-resizable-handle and ui-resizable-* classes for custom handles. Fixes #98.
1 parent 2ae023a commit 199d111

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
@@ -82,7 +82,10 @@
8282
<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>
8383
</type>
8484
<type name="Object">
85-
<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>
85+
<desc>
86+
<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>
87+
<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>
88+
</desc>
8689
</type>
8790
</option>
8891
<option name="helper" type="String" default="false" example-value='"resizable-helper"'>

0 commit comments

Comments
 (0)