easyui常用方法
Posted begodpath
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了easyui常用方法相关的知识,希望对你有一定的参考价值。
combobox
获取选中的value值:$(‘#cc‘).combobox(‘getValue‘);
获取选中的text文本值:$(‘#cc‘).combobox(‘getText‘);
————————————————————————————————————————
datebox
设置日期值:$(‘#cc‘).datebox(‘setValue‘,‘2018-07-13‘);
获取输入的日期值:$(‘#cc‘).datebox(‘getValue‘);
————————————————————————————————————————
datagrid
条件查询 $(‘#cc‘).datagrid(‘load‘,{"param1":param1,"param2":param2});
————————————————————————————————————————
以上是关于easyui常用方法的主要内容,如果未能解决你的问题,请参考以下文章