表单控件的代码:[code="java"]{
xtype : 'text',
name : 'nodepath'
}[/code]
获取值得代码:[code="java"]this.FormPanel.getForm().findField('nodepath').getValue()[/code]
当xtype类型为textfield、field等类型的时候就能取得到,但是类型是label、text就取不到值Cannot call method 'getValue' of null
求解如何取得label控件的值?