fix docs add optvalues
[roojs1] / docs / symbols / Roo.dd.DragZone.json
index 164bec8..dd2a6f9 100644 (file)
       "name" : "listeners",
       "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"
+      "memberOf" : "Roo.util.Observable",
+      "isOptional" : false,
+      "optvalues" : []
     },
     {
       "name" : "dropNotAllowed",
       "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.DragSource"
+      "memberOf" : "Roo.dd.DragSource",
+      "isOptional" : false,
+      "optvalues" : []
     },
     {
       "name" : "hlColor",
       "type" : "String",
       "desc" : "The color to use when visually highlighting the drag source in the afterRepair\nmethod after a failed drop (defaults to \"c3daf9\" - light blue)",
-      "memberOf" : ""
+      "memberOf" : "",
+      "isOptional" : false,
+      "optvalues" : []
     },
     {
       "name" : "dropAllowed",
       "type" : "String",
       "desc" : "The CSS class returned to the drag source when drop is allowed (defaults to \"x-dd-drop-ok\").",
-      "memberOf" : "Roo.dd.DragSource"
+      "memberOf" : "Roo.dd.DragSource",
+      "isOptional" : false,
+      "optvalues" : []
     },
     {
       "name" : "containerScroll",
       "type" : "Boolean",
       "desc" : "True to register this container with the Scrollmanager\nfor auto scrolling during drag operations.",
-      "memberOf" : ""
+      "memberOf" : "",
+      "isOptional" : false,
+      "optvalues" : []
     }
   ],
   "methods" : [