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.
2 parents f0c8252 + ced6d05 commit 5d77516Copy full SHA for 5d77516
docs/api/ui/editableList/index.md
@@ -51,6 +51,7 @@ own right. Used by the core `Switch` and `Change` nodes.
51
<tr><td><a href="#methods-show">show</a></td></tr>
52
<tr><td><a href="#methods-sort">sort</a></td></tr>
53
<tr><td><a href="#methods-length">length</a></td></tr>
54
+ <tr><td><a href="#methods-cancel">cancel</a></td></tr>
55
</table>
56
</div>
57
@@ -470,6 +471,16 @@ Gets the number of list items.
470
471
var length = $("ol.list").editableList('length');
472
```
473
474
+#### <a href="#methods-show" name="methods-cancel">cancel()</a>
475
+
476
+*Since 3.1.0*
477
478
+Cancels an item sort operation on the list.
479
480
+```javascript
481
+$("ol.list").editableList('cancel');
482
+```
483
484
<style>
485
486
.widget h3 {
0 commit comments