Changed docs/json/roodata.jsondocs/src/Roo_bootstrap_Card.js.htmldocs/symbols/Roo...
[roojs1] / docs / symbols / Roo.bootstrap.Card.json
index 5081de5..814452e 100644 (file)
     },
     {
       "name" : "getTargetFromEvent",
-      "desc" : "Part of the Roo.dd.DropZone interface. If no target node is found, the\n   whole Element becomes the target, and this causes the drop gesture to append.",
+      "desc" : "Part of the Roo.dd.DropZone interface. If no target node is found, the\n   whole Element becomes the target, and this causes the drop gesture to append.\n\n   Returns an object:\n    {\n           \n           position : 'below' or 'above'\n           card  : relateive to card OBJECT (or true for no cards listed)\n           items_n : relative to nth item in list\n           card_n : relative to  nth card in list\n    }",
       "isStatic" : false,
       "isConstructor" : false,
       "isPrivate" : false,
       "params" : [
         {
           "name" : "this",
-          "type" : "Roo.bootstrap.Element",
+          "type" : "Roo.bootstrap.Card",
           "desc" : "",
           "isOptional" : false
         },
       ],
       "returns" : []
     },
+    {
+      "name" : "cardover",
+      "desc" : "When a card element is dragged over ready to drop (return false to block dropable)",
+      "memberOf" : "Roo.bootstrap.Card",
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "params" : [
+        {
+          "name" : "this",
+          "type" : "Roo.bootstrap.Card",
+          "desc" : "",
+          "isOptional" : false
+        },
+        {
+          "name" : "data",
+          "type" : "Object",
+          "desc" : "from dragdrop",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
+    },
     {
       "name" : "childrenrendered",
       "desc" : "Fires when the children have been rendered..",