Version

getItemFromElem Method

If there is an item asociated with the element, or a parent of the element, the item is returned. Otherwise null is returned.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getItemFromElem( 
   elem : {Any}
) : Object;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfUIBehaviorsObject.getItemFromElem({Any});

Parameters

elem
a DOM element

Return Value

an IG object associated with this element
See Also