Version

showList Method

Show list of months, years or year groups.
Syntax
ASP.NET Ajax Javascript (Specification) 
function showList( 
   id : Number
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebMonthCalendar.showList(Number);

Parameters

id
Possible values: 1 - list of months, 2 - list of years, 3 - list of year groups.
See Also