r2019 - trunk/demos/sortable
Author: bohdan.ganicky
Date: Thu Feb 5 11:48:10 2009
New Revision: 2019
Modified:
trunk/demos/sortable/connect-lists-through-tabs.html
Log:
demos/sortable/connect-lists-through-tabs: fixed demo description
Modified: trunk/demos/sortable/connect-lists-through-tabs.html
==============================================================================
--- trunk/demos/sortable/connect-lists-through-tabs.html (original)
+++ trunk/demos/sortable/connect-lists-through-tabs.html Thu Feb 5
11:48:10 2009
@@ -64,10 +64,7 @@
<div class="demo-description">
- Sort items from one list into another and vice versa, by passing a
selector into
- the <code>connectWith</code> option. The simplest way to do this is to
- group all related lists with a CSS class, and then pass that class into
the
- sortable function (i.e., <code>connectWith: '.myclass'</code>).
+ Sort items from one list into another and vice versa, by dropping the
list item on the appropriate tab above.
</div><!-- End demo-description -->