Where is there a listing of available properties.
For example the following line will add the items text property to the status bar
obj.setAction("click", function(src){window.status = src.getItemProperty("text")});
What type o object is src? Where can I find a list of all available properties for src?
Any help is appreciated.
jeffd
November 17,