Ext.ux.IFrame 类中如何使用事件:beforeload && load?源代码http://docs.sencha.com/ext-js/4-2/source/IFrame.html#Ext-ux-IFrame
Ext.create("Ext.ux.IFrame", {
id: "id",
src: "http://google.com"
listeners: ...
});
或者
{
xtype: "uxiframe",
id: "id",
src: "http://google.com",
listeners: ...
}