Version

loadItems Method

this function allows a developer to programatically populate the dropdown with items, based on certain filtering criteria
Syntax
ASP.NET Ajax Javascript (Specification) 
function loadItems( 
   text : String,
   openAfterLoad : Boolean
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDropDown.loadItems(String,Boolean);

Parameters

text
the filtering text to filter by
openAfterLoad
indicated whether to open the drop down after loading the items
See Also