我在发出Ext.ComponentQuery.query
语句以从文档中检索组件方面收效甚微。
以下工作:
Ext.ComponentQuery.query('panel')
Ext.ComponentQuery.query('panel[title=Layout]')
以下不起作用:
Ext.ComponentQuery.query('#imageHolder'); //itemId
Ext.ComponentQuery.query('panel#imageHolder'); //itemId of a panel
Ext.ComponentQuery.query('image'); //xtype
Ext.ComponentQuery.query('contactcarousel'); //user defined xtype
有人可以帮助我理解为什么那些不起作用?我正在关注Extjs Ext.ComponentQuery Doc Page。
答案 0 :(得分:0)
在控制台中,将<top frame>
更改为uxiframe-xxxx
即可。其他框架与其他浏览器窗口一样,必须切换到它才能访问该页面。