Version

registerUIBehaviors Method

Creates a UIBehaviors object for the specified collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function registerUIBehaviors( 
   collection : Object
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfCollectionsManager.registerUIBehaviors(Object);

Parameters

collection
the collection for which to register UI behaviors
See Also