docs/src/Roo_bootstrap_Card.js.html
[roojs1] / docs / symbols / Roo.dd.DropTarget.json
index f5d3138..0cde122 100644 (file)
@@ -36,7 +36,7 @@
       "type" : "Object",
       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
       "memberOf" : "Roo.util.Observable",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -44,7 +44,7 @@
       "type" : "String",
       "desc" : "The CSS class returned to the drag source when drop is not allowed (defaults to \"x-dd-drop-nodrop\").",
       "memberOf" : "Roo.dd.DropTarget",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -52,7 +52,7 @@
       "type" : "boolean|String",
       "desc" : "true/false or string (ok-add/ok-sub/ok/nodrop)\nif the drop point is valid for over/enter..",
       "memberOf" : "Roo.dd.DropTarget",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -60,7 +60,7 @@
       "type" : "boolean",
       "desc" : "set this after drop listener..",
       "memberOf" : "Roo.dd.DropTarget",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -68,7 +68,7 @@
       "type" : "String",
       "desc" : "The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").",
       "memberOf" : "Roo.dd.DropTarget",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -76,7 +76,7 @@
       "type" : "String",
       "desc" : "The CSS class applied to the drop target element while the drag source is over it (defaults to \"\").",
       "memberOf" : "Roo.dd.DropTarget",
-      "values" : [
+      "optvals" : [
       ]
     },
     {
@@ -84,7 +84,7 @@
       "type" : "String",
       "desc" : "The drag drop group to handle drop events for",
       "memberOf" : "Roo.dd.DropTarget",
-      "values" : [
+      "optvals" : [
       ]
     }
   ],
     {
       "name" : "out",
       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the source has been dragged\nout of the target without dropping.  This default implementation simply removes the CSS class specified by\noverClass (if any) from the drop element.",
-      "memberOf" : "",
+      "memberOf" : "Roo.dd.DropTarget",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "over",
       "desc" : "The function a {@link Roo.dd.DragSource} calls continuously while it is being dragged over the target.\nThis method will be called on every mouse movement while the drag source is over the drop target.\nThis default implementation simply returns the dropAllowed config value.\n\nIMPORTANT : it should set this.dropAllowed",
-      "memberOf" : "",
+      "memberOf" : "Roo.dd.DropTarget",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "enter",
       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the source is now over the\ntarget.  This default implementation adds the CSS class specified by overClass (if any) to the drop element\nand returns the dropAllowed config value.  This method should be overridden if drop validation is required.\n\nIMPORTANT : it should set this.overClass and this.dropAllowed",
-      "memberOf" : "",
+      "memberOf" : "Roo.dd.DropTarget",
       "example" : "",
       "deprecated" : "",
       "since" : "",
     {
       "name" : "drop",
       "desc" : "The function a {@link Roo.dd.DragSource} calls once to notify this drop target that the dragged item has\nbeen dropped on it.  This method has no default implementation and returns false, so you must provide an\nimplementation that does something to process the drop event and returns true so that the drag source's\nrepair action does not run.\n\nIMPORTANT : it should set this.success",
-      "memberOf" : "",
+      "memberOf" : "Roo.dd.DropTarget",
       "example" : "",
       "deprecated" : "",
       "since" : "",