search for: insertfield

Displaying 2 results from an estimated 2 matches for "insertfield".

Did you mean: insertfields
2008 May 29
4
Drag/Drop finding droppable's properties?
...ppable area: Droppables.add(''dropArea'', {onDrop:addItem}); And a method that calls a webservice via AJAX: function addItem(element, dropon, event) { var s = element.id; // element.width,element.height,element.top,element.left, AJAXDDtest.DBAccess.InsertField(s,element.innerHTML,0,0,0,0, onGetDataComplete, onGetDataTimeOut); } Essentially, i want to get the width, height, top, and left of the element that was dropped - is this possible? I have tried looking around the sciptaculous wiki, but I can''t find a DOM for the droppables, unless som...
2011 Jun 03
2
Bug or feature: using "ANY" as a generic field class (was: '[R] Is there a (virtual) class that all R objects inherit from?)
Dear list, I was wondering if you could help me out in clarifying something: Is it possible to use class "ANY" in slots/fields of formal classes if you a) do not want to restrict valid classes of that field and b) if you are making explicit use of class inheritance? It seems to work in simple scenarios but produces errors when class inheritance comes into play. So I was