X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=docs%2Fsymbols%2FRoo.dd.DragDrop.json;fp=docs%2Fsymbols%2FRoo.dd.DragDrop.json;h=a5d6a762b7a1ff4ac6aefc70b4a578cc4b3ceff1;hp=b458bfca5b1034b5b857954b45ba769f41eca216;hb=a66f0a954c17d9febb8c6835bd474ccbadfcf2fd;hpb=1ceaae5125b6781e11416dd48109611cfe182be3 diff --git a/docs/symbols/Roo.dd.DragDrop.json b/docs/symbols/Roo.dd.DragDrop.json index b458bfca5b..a5d6a762b7 100644 --- a/docs/symbols/Roo.dd.DragDrop.json +++ b/docs/symbols/Roo.dd.DragDrop.json @@ -29,7 +29,7 @@ "tree_parent" : [], "desc" : "Defines the interface and base operation of items that that can be\ndragged or can be drop targets. It was designed to be extended, overriding\nthe event handlers for startDrag, onDrag, onDragOver and onDragOut.\nUp to three html elements can be associated with a DragDrop instance:\n\nThis class should not be instantiated until the onload event to ensure that\nthe associated elements are available.\nThe following would define a DragDrop obj that would interact with any\nother DragDrop obj in the \"group1\" group:\n
\n dd = new Roo.dd.DragDrop(\"div1\", \"group1\");\n
\nSince none of the event handlers have been implemented, nothing would\nactually happen if you were to run the code above. Normally you would\noverride this class or one of the default implementations, but you can\nalso override the methods you want on an instance of the class...\n
\n dd.onDragDrop = function(e, id) {\n   alert(\"dd was dropped on \" + id);\n }\n
", "isSingleton" : false, - "isStatic" : false, + "isStatic" : true, "isBuiltin" : false, "isAbstract" : false, "isBuilderTop" : false,