easyui input 赋值取值

validatebox
赋值:("#inputname").val('1212'); 取值:(“#inputname”).val();

combobox
赋值:('#city').combobox('setValue', '北京'); 取值:(“#city2”).combobox(“getValues”);

numberbox
赋值:('#nn').numberbox('setValue', 12.12); 取值:(‘#nn’).numberbox(‘getValue’);

datebox
赋值:("#begindate").datebox('setValue', '2014-9-12'); 取值:(‘#begindate’).datebox(‘getValue’);

推荐 收藏
评论(0) 阅读(353)
刷新评论 返回顶部
一介书童最新博客