用ExtJS的获取方式应该就可以了把...
我是直接用
Ext.getCmp("txt_cusname").getValue;
不过txt_cusname这个控件如果是runat="server" 要写成<%=txt_cusname.ClientID %>
即为Ext.getCmp("<%=txt_cusname.ClientID %>").getValue;
时间: 2024-11-05 14:53:46
用ExtJS的获取方式应该就可以了把...
我是直接用
Ext.getCmp("txt_cusname").getValue;
不过txt_cusname这个控件如果是runat="server" 要写成<%=txt_cusname.ClientID %>
即为Ext.getCmp("<%=txt_cusname.ClientID %>").getValue;