Version

initElemAttr Method

Allows controls using UI behaviors to initialize element attributes if needed, for example when lazy loading of items is implemented.
Syntax
ASP.NET Ajax Javascript (Specification) 
function initElemAttr() : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfUIBehaviorsObject.initElemAttr();
See Also