1. <labelclass="label"for="belongWidget">归属组件:</label>
  2. <inputid="belongWidget"class="easyui-combobox"name="belongWidget"style="width:100px"data-options="
  3. valueField:'id',
  4. textField:'widgetName',
  5. url:'${requestContext.contextPath}/management/widget/widgets?status=1'"/>
  1. <label class="wflabel" for="belongWidget">归属组件:</label>
  2. <inputid="belongWidget"name="belongWidget"style="width:150px">
  1. $(function(){
  2. $('#belongWidget').combobox({
  3. valueField:'id',
  4. textField:'widgetName',
  5. url:'${requestContext.contextPath}/management/widget/widgets?status=1'
  6. });
 





相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-11-28
猜你喜欢
  • 2022-12-23
  • 2021-06-21
  • 2021-07-07
  • 2021-09-30
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案