Easyui 之window 弹出框
时间:2014-02-26 05:25:00
收藏:0
阅读:419
- <div id="win" class="easyui-window" title="My Window" closed="true" style="width:300px;height:100px;padding:5px;">
- Some Content.
- </div>
- $(‘#win‘).window(‘open‘) //打开window
- $(‘#win‘).window(‘close‘) //关闭window
- $(‘#win‘).window(‘center‘) //window居中
原文:http://blog.csdn.net/baicp3/article/details/19916581
评论(0)