easyUI 弹出窗口 列表

  <div id="dlg_edit" class="easyui-window"
  data-options="iconCls:'icon-save',collapsible:false,minimizable:false,maximizable:false,closed:true,resizable:false"
  style="width: 1000px; height: 530px; padding: 10px;">活动信息</div>

function aa(){

var mobile1="01068280152";   $('#dlg_edit').window({href:'<%=request.getContextPath()%>/jsp/customerService/callCustomService.jsp?mobile='+mobile1})   .window('setTitle','未接电话')   .window('open');

}  

 

posted @ 2017-02-25 16:19  JLCUI  阅读(2052)  评论(0)    收藏  举报