Hope somebody can help me on this one...

I'm trying to create a widget that extends the loadpanel widget, but I'm running into 
troubles understanding the following:

- What's the point of the queue ?  Is this incomplete ??

Every time I invoke 'lp.setURL('foo.html') I notice that the queue keeps getting 
larger.  Shouldn't it loop through the queue to figure out if it has already been 
loaded ?  Maybe I'm missing something here...

- If I override a method of loadPanel, how can I access loadPanel's method within mine 
?

for example...

myFoo.prototype.setURL = function(url) {
        ... //do some stuff
        //note: in my constructor i say this.superClass = LoadPanel;
        this.superClass.setURL(url);    //will this work ?
}

- How do I tell private methods vs. public ones ?

When I cruise through the code and see a prototype definition of 
'LoadPanel.prototype.getFileScope', I'm assuming that there is some reason I might 
want to use this method.  Is this correct ?  If so, how can I tell what the method 
does without digging through the code ?

If anyone can set me straight on the above, I'd be much appreciated.

thanks,

-Mark Haviland
�b
��j)b�    b���b
���l���q���z�m����+-��.�ǟ�����������+-�w��ܧj��z

Reply via email to