extJs 文本框后面加上说明文字+下拉列表选中值后触发事件
复制代码 代码如下:var showForm; function panelShowForm() { showForm=null; showForm = new Ext.FormPanel({ renderTo:"showPanel", region:"north", border:false, bodyBorder:false, frame:true, waitMsgTarget: true, labelAlign:"right", id:"showFo...