<div id="dl1" class="easyui-dialog" title="窗口"
style="width:400px;height:200px;"data-options="
toolbar:[{text:'添加',iconCls:'icon-add',handler:function(){alert('点击了添加按钮')}},
{text:'保存',iconCls:'icon-save'}],
buttons:[{text:'确定'},
{text:'取消',handler:function(){$('#dl1').dialog('close')}}]
">
这是对话窗口 </div>

最新文章

  1. hdu3709
  2. vim使用01
  3. vue学习笔记之v-if
  4. IT自学论坛
  5. jquery attr()方法 添加,修改,获取对象的属性值。
  6. HTML: 字符實體
  7. 精选37条强大的常用linux shell命令组合
  8. shell curl
  9. MySQL之字符串函数
  10. Java数组复制
  11. ReactJS-render
  12. 【Git】 自动化Maven项目构建脚本(二)
  13. c# Socket通讯中关于粘包,半包的处理,加分割符
  14. 组件嵌套时报:Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead.
  15. Windows Server 2016-Win Ser 2016已删减内容
  16. elasticSearch学习安装
  17. 【Redis】4、Redis学习资料
  18. android adb命令 抓取系统各种 log
  19. LY.JAVA面向对象编程.内部类
  20. C#易忘点

热门文章

  1. leetcode 205. Isomorphic Strings(哈希表)
  2. 尴尬的app:layout_scrollFlags=&quot;scroll|enterAlways&quot; 配合NavigationDrawer
  3. windows下用vs2010编译ffmpeg
  4. 2017-2018-1 20179203 《Linux内核原理与分析》第三周作业
  5. xdebug浏览器调试参数
  6. MySQL_西安11月销售昨日未上架的产品_20161212
  7. django TimedRotatingFileHandler log
  8. 标准模板库(STL)学习指南之priority_queue优先队列
  9. 开启现有android项目
  10. java&quot;==&quot;与equals()方法的对照