summaryrefslogtreecommitdiff
path: root/jQuery-PORTING.txt
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2013-12-04 23:40:28 +0100
committerFabio Bas <ctrlaltca@gmail.com>2013-12-04 23:40:37 +0100
commit1e3d5c170fd3bf18d1e153473e020b1fa5294d05 (patch)
tree5c0d0bb542b7be76589a16406664eb5f9317a95e /jQuery-PORTING.txt
parent0d613aaf34d76fab8788e5677997d4374a3afcd1 (diff)
jQuery-ui based draggable and droppable
Diffstat (limited to 'jQuery-PORTING.txt')
-rw-r--r--jQuery-PORTING.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/jQuery-PORTING.txt b/jQuery-PORTING.txt
index b78de46c..16b32769 100644
--- a/jQuery-PORTING.txt
+++ b/jQuery-PORTING.txt
@@ -93,3 +93,11 @@ TAutoCompleter doesn't exists anymore, use TJuiAutoComplete instead, upgrading t
* only the ItemTemplate is supported for the Suggestions repeater;
* in the ItemTemplate you don't need to render the <li/> anymore, but only the content itself
* No Multiple selection support (by now, can be added in the future)
+---
+TDraggable doesn't exists anymore, use TJuiDraggable instead, upgrading the code:
+ * Use jQuery-ui's Draggable options.
+---
+TDropContainer doesn't exists anymore, use TJuiDroppable instead, upgrading the code:
+ * Use jQuery-ui's Droppable options.
+ * The event parameter format has changed a bit.
+---