extjs 中取值的方式
摘要:在formpanel中:var quyu = form.getForm().findField("quyu").getValue();在控件内部:listeners: { select: function (combo) { var wuye = combo.getValue(); }}独立控件: Ext.getCmp('txt').getValue();
阅读全文
posted @ 2011-11-30 10:09