search for: editgrid

Displaying 1 result from an estimated 1 matches for "editgrid".

Did you mean: dstgrid
2007 Jun 09
1
Element extending problem
...e: Element._extended = true Element.up = undefined Element.addClassName = function Element.getElementsBySelector = undefined I''ve been trying to figure this one out... I put an alert at the start of Element.extend and loaded my page... I only get one alert, and if I comment my $(''EditGrid'') line, it still comes up. It bails from the function at the first if statement. It''s like the $(''EditGrid'') (which returns an object) is not calling Element.extend for some reason; but _extended is true on that element, and some of the prototype methods are th...