2
我想找到一個Ext JS組件查詢的例子,它搜索多個類的項目。如何在Ext JS中查找包含多個指定類的組件?
這是爲了找到類成分的標準:
Ext.Component.query('panel[cls~=my-cls]')
我想要做的事,如:
Ext.Component.query('panel[cls~=my-cls && cls~=my-other-cls]')
任何人都有這樣的例子?
感謝
順便說一句,該組件可能有說10個班,但我只想要指定2它應該包含如
cls: 'ths tht r1 c1'
發現組件既 'r1 & c1
'