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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
***undefined**: Relies on jquery.ui to detect the list's orientation.
124
+
***false**: Forces jquery.ui.sortable to detect the list as vertical.
125
+
***true**: Forces jquery.ui.sortable to detect the list as horizontal.
126
+
***"auto"**: Detects on each drag `start` if the element is floating or not.
107
127
108
128
#### Attributes For Event Handling
109
129
110
130
To handle events with html bindings just define any expression to listed event attributes.
111
-
If you defined an attribute for this events and defined callback function in sortableOptions at the same time attribute based callback will be selected.
112
-
If attribute based callback expression is not filled then sortableOption based callback function will be selected.
131
+
If you defined an attribute for this events and defined callback function in sortableOptions at the same time, the attribute based callback will be called first.
113
132
114
-
***ui-sortable-receive**
115
-
***ui-sortable-remove**
133
+
***ui-sortable-activate**
116
134
***ui-sortable-start**
117
-
***ui-sortable-stop**
135
+
***ui-sortable-activate**
136
+
***ui-sortable-before-stop**
118
137
***ui-sortable-update**
138
+
***ui-sortable-remove**
139
+
***ui-sortable-receive**
140
+
***ui-sortable-deactivate**
141
+
***ui-sortable-stop**
119
142
120
143
121
144
@@ -127,40 +150,18 @@ Expression works on update event.
0 commit comments