Version

registerUIBehaviorsEx Method

Registers a specified behavior for the specified collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function registerUIBehaviorsEx( 
   collection : Object,
   behavior : Object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.registerUIBehaviorsEx(Object,Object);

Parameters

collection
the collection for which to register UI behaviors
behavior
the behavior that should be assigned to the supplied collection
See Also