Displaying 1 result from an estimated 1 matches for "sdleaderinfo".
Did you mean:
leaderinfo
2006 Feb 07
2
Question about Classes.
...tory 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 = options;
this.loadXML();
},
loadXML: function() {
new
Ajax.Request(''../../xml_files/session_data.xml...