search for: leaderinfo

Displaying 1 result from an estimated 1 matches for "leaderinfo".

Did you mean: headerinfo
2006 Feb 07
2
Question about Classes.
...at I''m running into is that I can not access the options from the createArray function which get called after the ajax request gets done. I want to move the values of the xml file to an array and story it in the options variable. Can someone explain what I''m doing wrong? var LeaderInfo = Class.create(); LeaderInfo.prototype = { initialize: function() { var options = Object.extend({ sdEventInfo: [], sdLeaderInfo: [], sdMiscInfo: [] }); this.options...