标签:mil color 其他 long www lan html options size
<label class="label" for="belongWidget">归属组件:</label>
<input id="belongWidget" class="easyui-combobox" name="belongWidget" style="width: 100px" data-options="
valueField:‘id‘,
textField:‘widgetName‘,
url:‘${requestContext.contextPath}/management/widget/widgets?status=1‘" />
<label class="wflabel" for="belongWidget">归属组件:</label>
<input id="belongWidget" name="belongWidget" style="width:150px">
$(function(){
$(‘#belongWidget‘).combobox({
valueField:‘id‘,
textField:‘widgetName‘,
url:‘${requestContext.contextPath}/management/widget/widgets?status=1‘
});
标签:mil color 其他 long www lan html options size
原文地址:http://www.cnblogs.com/samwang88/p/17fe34af6e96b2b76d0b40e8b5b80886.html