Q: What's the reference to the following css file used for in this example? A: <link rel="stylesheet" type="text/css" href="Ext.ux.IconCombo.css">
Q: Why does this example use DDProxy instead of DragSource? It seems like using DragSource would be easier. Especially when it comes to setting up event handlers.
A: ?