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