
easyui
罗四强
Suffering is the soul of greatness.
展开
-
easyui combobox下拉框 的取value text的API
$("#selectId").combobox('setValue',value);//使用ID选择器,来对下拉框进行赋值;下拉框有两个属性:ID 和 VALUE,通过上面的代码 对ID 进行赋值,赋值ID之后,value就自动加载过来了$('#dateTime').combobox('getValue');//下拉框的取Value方法$('#dateTime').combobox(...原创 2018-07-25 22:57:27 · 8827 阅读 · 2 评论 -
jQuery easyui中combox 自定义样式 去掉下拉框的空白
EasyUI中combox下拉框的默认样式 有一大块空白,非常影响美观。使用"panelHeight="auto"属性可以去掉空白: <div style="margin-bottom: 5px;"> 项目使用规模:<select id="project.ywlb" name="project.ywlb" class="easyui-combobox原创 2018-06-26 16:00:34 · 5456 阅读 · 4 评论