select Method
If an item is selectable and enabled, it adds the item to it's internal selected items list, and calls the _selectItem method off of the associated control.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function select() : (Any); |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfUIBehaviorsObject.select(); |