FineUI利用JS取控件的值

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

posted on 2014-11-11 16:08  xihong  阅读(1199)  评论(0编辑  收藏  举报

导航