2011-04-09 45 views

回答

1

分機提供了由ID訪問組件對象的直接手段:

Ext.getCmp('time') 
+0

你的意思是'Ext.getCmp();' – JamesHalsall 2011-04-09 19:28:44

+0

@Jaitsu:我確實的意思是說!編輯。並且非常感謝。 – Jollymorphic 2011-04-09 21:47:02

1

假設如下: -

Ext.create('Ext.form.FormPanel', { 
     **alias:'myFormPanel'** 
     title: 'Task option', 
     items:[ 
      { 
       xtype: 'textfield', 
       name: 'txt-test1', 
       id: 'time', 

你可以使用: - Ext.ComponentQuery.query('myFormPanel textfield [name = txt-test1]')