ComponentQuery.query没有提取它应该的所有结果

时间:2014-05-05 15:20:56

标签: extjs

我在发出Ext.ComponentQuery.query语句以从文档中检索组件方面收效甚微。

Example Fiddle

以下工作:

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

1 个答案:

答案 0 :(得分:0)

在控制台中,将<top frame>更改为uxiframe-xxxx即可。其他框架与其他浏览器窗口一样,必须切换到它才能访问该页面。