Sys.UI.Behavior getBehaviors Method

Gets the Sys.UI.Behavior objects that are associated with the specified HTML Document Object Model (DOM) element. This member is static and can be invoked without creating an instance of the class.

var b = Behavior.getBehaviors(element);

Parameters

Term

Definition

element

The Sys.UI.DomElement object to search.

Return Value

An array of references to Behavior objects, or null if no references exist.

See Also

Reference

Sys.UI.Behavior Class

Concepts

Creating an Extender Control to Associate a Client Behavior with a Web Server Control

Other Resources

Language Reference