Plugin - Easy UI

Easy UI

是在jQuery 基础上开发的一套界面工具。

相关的文件

CSS

easyui.css

JavaScript

jquery-X.js     标准版本

jquery-X.min.js   压缩精简后的版本

easyloader.js

jquery.easyui.js

jquery.easyui.min.js

easyui-lang-X.js    不同语言版本

DEMO

写一个控件,如datagrid

<!-- 这里的类型名不可省略 -->
<table class="easyui-datagrid" title="DEMO" data-options="singleSelect:true">
    <thead>
        <tr>
            <th data-option="field:'itemid',width:80">Item ID</th>
        </tr>
    </thead>
</table>

引用相关文件

<link rel="stylesheet" type="text/css" href="CSS/easyui.css">
<!-- 载入图表的样式表 -->
<link rel="stylesheet" type="text/css" href="CSS/icon.css">
<script type="text/javascript" src="Jscript/jquery.min.js"></script>
<script type="text/javascript" src="Jscript/jquery.easyui.min.js"></script>

 

frame

datagrid

tab

posted @ 2015-03-07 22:53  `Laimic  阅读(195)  评论(0)    收藏  举报