Skip to content

Commit

Permalink
update to v 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
waylau committed Nov 5, 2015
1 parent 472f10d commit 60c0c22
Show file tree
Hide file tree
Showing 242 changed files with 12,288 additions and 7,555 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
jquery-easyui
=============

jquery-easyui lib , update form [jeasyui.com](http://www.jeasyui.com/), useful for git and bower.
It inclides jqueryui-style and metro-style themes.
The jquery-easyui lib , updated form [jeasyui.com](http://www.jeasyui.com/),is useful for git and bower.
It inclides easyui sources, jqueryui-style and metro-style themes.

提供给 git 和 [bower](http://bower.io) 使用的 lib,与 [easyui](http://www.jeasyui.com/) 官网保持同步,并包含了 jqueryui、 metro 样式主题。
提供给 git 和 [bower](http://bower.io) 使用的 lib,与 [easyui](http://www.jeasyui.com/) 官网保持同步,并包含了源码、示例以及 jqueryui、 metro 样式主题。

截止目前为止(2015-7-3),easyui 的 最新版本为 1.4.3
截止目前为止(2015-11-2),easyui 的 最新版本为 1.4.4

## How to use 如何使用

###bower search

bower search for `jquery-easyui-bower` or `jquery.easyui` 搜索`jquery-easyui-bower` 或者`jquery.easyui`关键字
bower search for `jquery-easyui-bower` or `jquery.easyui`.

搜索`jquery-easyui-bower` 或者`jquery.easyui`关键字。

$bower search jquery-easyui-bower

Expand All @@ -32,6 +34,7 @@ bower search for `jquery-easyui-bower` or `jquery.easyui` 搜索`jquery-easyui-b

##Release History

* v1.4.2 2015-07-03 同步EasyUI v1.4.3
* v1.4.4 2015-07-03 同步EasyUI v1.4.4
* v1.4.3 2015-07-03 同步EasyUI v1.4.3
* v1.4.2 2015-03-08 同步EasyUI v1.4.2
* v1.4.1 2014-11-06 增加了版本说明
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "jquery-easyui",
"version": "1.4.3",
"version": "1.4.4",
"dependencies": {
"jquery": "~2.1.1"
},
"authors": [
"waylau <[email protected]>"
],
"description": "easyui lib for git and bower 为bower提供eaasyui库",
"description": "easyui lib for git and bower为bower提供eaasyui库",
"main": "jquery.easyui.min.js",
"keywords": [
"easyui",
"1.4.3"
"1.4.4"
],
"license": "GPL",
"homepage": "https://github.com/waylau/jquery-easyui"
Expand Down
19 changes: 19 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
Version 1.4.4
-------------
* Bug
* filebox: The 'clear' and 'reset' methods do not work properly in IE9. fixed.
* messager: After calling $.messager.progress() with no arguments, the $.messager.progress('close') does not work properly. fixed.
* timespinner: The value does not display properly in IE8 while clicking the spin buttons. fixed.
* window: The window does not display when calling 'options' method in 'onMove' event. fixed.
* treegrid: The 'getLevel' method does not accept the parameter value of 0. fixed.
* Improvement
* layout: The 'collapsedContent','expandMode' and 'hideExpandTool' properties are supported in region panel.
* layout: The 'hideCollapsedContent' property can be set to display the vertical title bar on collapsed panel.
* layout: Add 'onCollapse','onExpand','onAdd','onRemove' events.
* datagrid: Display the 'up-down' icon on the sortable columns.
* datagrid: Add 'gotoPage' method.
* propertygrid: Add 'groups' method that allows to get all the data groups.
* messager: Auto scroll feature is supported when displaying long messages.
* tabs: The 'disabled' property is supported when defining a disabled tab panel.
* tabs: The percentange size is supported now.

Version 1.4.3
-------------
* Bug
Expand Down
2 changes: 1 addition & 1 deletion demo-mobile/button/basic.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Basic LinkButton - jQuery EasyUI Mobile Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/mobile.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.mobile.js"></script> </head><body> <div class="easyui-navpanel"> <header> <div class="m-toolbar"> <span class="m-title">Login to System</span> </div> </header> <div style="margin:20px auto;width:100px;height:100px;border-radius:100px;overflow:hidden"> <img src="../images/login1.jpg" style="margin:0"> </div> <div style="padding:0 20px"> <div style="margin-bottom:10px"> <input class="easyui-textbox" data-options="prompt:'Type username',iconCls:'icon-man'" style="width:100%;height:38px"> </div> <div> <input class="easyui-textbox" type="password" data-options="prompt:'Type password',iconCls:'icon-lock'" style="width:100%;height:38px"> </div> <div style="text-align:center;margin-top:30px"> <a href="#" class="easyui-linkbutton" style="width:100%;height:40px"><span style="font-size:16px">Login</span></a> </div> <div style="text-align:center;margin-top:30px"> <a href="#" class="easyui-linkbutton" plain="true" outline="true" style="width:100px;height:35px"><span style="font-size:16px">Register</span></a> </div> </div> </div></body> </html>
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Basic LinkButton - jQuery EasyUI Mobile Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/mobile.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.mobile.js"></script> </head><body> <div class="easyui-navpanel"> <header> <div class="m-toolbar"> <span class="m-title">Login to System</span> </div> </header> <div style="margin:20px auto;width:100px;height:100px;border-radius:100px;overflow:hidden"> <img src="../images/login1.jpg" style="margin:0;width:100%;height:100%;"> </div> <div style="padding:0 20px"> <div style="margin-bottom:10px"> <input class="easyui-textbox" data-options="prompt:'Type username',iconCls:'icon-man'" style="width:100%;height:38px"> </div> <div> <input class="easyui-textbox" type="password" data-options="prompt:'Type password',iconCls:'icon-lock'" style="width:100%;height:38px"> </div> <div style="text-align:center;margin-top:30px"> <a href="#" class="easyui-linkbutton" style="width:100%;height:40px"><span style="font-size:16px">Login</span></a> </div> <div style="text-align:center;margin-top:30px"> <a href="#" class="easyui-linkbutton" plain="true" outline="true" style="width:100px;height:35px"><span style="font-size:16px">Register</span></a> </div> </div> </div></body> </html>
Expand Down
2 changes: 1 addition & 1 deletion demo-mobile/datalist/group.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Group DataList - jQuery EasyUI Mobile Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/mobile.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.mobile.js"></script> </head><body> <div class="easyui-navpanel"> <header> <div class="m-toolbar"> <span class="m-title">Group DataList</span> </div> </header> <div id="dl" data-options=" fit: true, border: false, lines: true "> </div> </div> <div id="p2" class="easyui-navpanel"> <header> <div class="m-toolbar"> <span id="p2-title" class="m-title">Detail</span> <div class="m-left"> <a href="javascript:void(0)" class="easyui-linkbutton m-back" plain="true" outline="true" style="width:50px" onclick="$.mobile.back()">Back</a> </div> </div> </header> <div style="margin:50px 0 0;text-align:center"> <a href="javascript:void(0)" class="easyui-linkbutton" style="width:100px;height:30px" onclick="$.mobile.back()">Go Back</a> </div> </div> <script> var data = [ {"group":"FL-DSH-01","item":"Tailless"}, {"group":"FL-DSH-01","item":"With tail"}, {"group":"FL-DSH-02","item":"Adult Female"}, {"group":"FL-DSH-02","item":"Adult Male"} ]; $(function(){ $('#dl').datalist({ data: data, textField: 'item', groupField: 'group', textFormatter: function(value){ return '<a href="javascript:void(0)" class="datalist-link">' + value + '</a>'; }, onClickRow: function(index,row){ $('#p2-title').html(row.item); $.mobile.go('#p2'); } }) }) </script></body> </html>
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Group DataList - jQuery EasyUI Mobile Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/mobile.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.mobile.js"></script> </head><body> <div class="easyui-navpanel"> <header> <div class="m-toolbar"> <span class="m-title">Group DataList</span> </div> </header> <div id="dl" data-options=" fit: true, border: false, lines: true "> </div> </div> <div id="p2" class="easyui-navpanel"> <header> <div class="m-toolbar"> <span id="p2-title" class="m-title">Detail</span> <div class="m-left"> <a href="javascript:void(0)" class="easyui-linkbutton m-back" plain="true" outline="true" onclick="$.mobile.back()">Back</a> </div> </div> </header> <div style="margin:50px 0 0;text-align:center"> <a href="javascript:void(0)" class="easyui-linkbutton" style="width:100px;height:30px" onclick="$.mobile.back()">Go Back</a> </div> </div> <script> var data = [ {"group":"FL-DSH-01","item":"Tailless"}, {"group":"FL-DSH-01","item":"With tail"}, {"group":"FL-DSH-02","item":"Adult Female"}, {"group":"FL-DSH-02","item":"Adult Male"} ]; $(function(){ $('#dl').datalist({ data: data, textField: 'item', groupField: 'group', textFormatter: function(value){ return '<a href="javascript:void(0)" class="datalist-link">' + value + '</a>'; }, onClickRow: function(index,row){ $('#p2-title').html(row.item); $.mobile.go('#p2'); } }) }) </script></body> </html>
Expand Down
4 changes: 2 additions & 2 deletions demo-mobile/panel/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
<div class="m-toolbar">
<div class="m-title">Panel2</div>
<div class="m-left">
<a href="#" class="easyui-linkbutton m-back" data-options="plain:true,outline:true,back:true" style="width:50px">Back</a>
<a href="#" class="easyui-linkbutton m-back" data-options="plain:true,outline:true,back:true">Back</a>
</div>
</div>
</header>
<div style="margin:50px 0 0;text-align:center">
<a href="javascript:void(0)" class="easyui-linkbutton" style="width:100px;height:30px" onclick="$.mobile.back()">Go Back</a>
<a href="javascript:void(0)" class="easyui-linkbutton" onclick="$.mobile.back()">Go Back</a>
</div>
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion demo-mobile/simplelist/group.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Group List - jQuery EasyUI Mobile Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/mobile.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.mobile.js"></script> </head><body> <div class="easyui-navpanel"> <header> <div class="m-toolbar"> <span class="m-title">Group List</span> </div> </header> <ul class="m-list"> <li class="m-list-group">FL-DSH-01</li> <li><a href="javascript:void(0)" onclick="openit(this)">Large</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Spotted Adult Female</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Venomless</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Rattleless</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Green Adult</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Tailless</a></li> <li class="m-list-group">FL-DSH-02</li> <li><a href="javascript:void(0)" onclick="openit(this)">With tail</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Adult Female</a></li> </ul> </div> <div id="p2" class="easyui-navpanel"> <header> <div class="m-toolbar"> <span id="p2-title" class="m-title">Detail</span> <div class="m-left"> <a href="javascript:void(0)" class="easyui-linkbutton m-back" plain="true" outline="true" style="width:50px" onclick="$.mobile.back()">Back</a> </div> </div> </header> <div style="margin:50px 0 0;text-align:center"> <a href="javascript:void(0)" class="easyui-linkbutton" style="width:100px;height:30px" onclick="$.mobile.back()">Go Back</a> </div> </div> <script type="text/javascript"> function openit(target){ var text = $(target).text(); $('#p2-title').html(text); $.mobile.go('#p2'); } </script></body> </html>
<!doctype html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Group List - jQuery EasyUI Mobile Demo</title> <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css"> <link rel="stylesheet" type="text/css" href="../../themes/mobile.css"> <link rel="stylesheet" type="text/css" href="../../themes/icon.css"> <script type="text/javascript" src="../../jquery.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.min.js"></script> <script type="text/javascript" src="../../jquery.easyui.mobile.js"></script> </head><body> <div class="easyui-navpanel"> <header> <div class="m-toolbar"> <span class="m-title">Group List</span> </div> </header> <ul class="m-list"> <li class="m-list-group">FL-DSH-01</li> <li><a href="javascript:void(0)" onclick="openit(this)">Large</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Spotted Adult Female</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Venomless</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Rattleless</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Green Adult</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Tailless</a></li> <li class="m-list-group">FL-DSH-02</li> <li><a href="javascript:void(0)" onclick="openit(this)">With tail</a></li> <li><a href="javascript:void(0)" onclick="openit(this)">Adult Female</a></li> </ul> </div> <div id="p2" class="easyui-navpanel"> <header> <div class="m-toolbar"> <span id="p2-title" class="m-title">Detail</span> <div class="m-left"> <a href="javascript:void(0)" class="easyui-linkbutton m-back" plain="true" outline="true" onclick="$.mobile.back()">Back</a> </div> </div> </header> <div style="margin:50px 0 0;text-align:center"> <a href="javascript:void(0)" class="easyui-linkbutton" style="width:100px;height:30px" onclick="$.mobile.back()">Go Back</a> </div> </div> <script type="text/javascript"> function openit(target){ var text = $(target).text(); $('#p2-title').html(text); $.mobile.go('#p2'); } </script></body> </html>
Expand Down
Loading

0 comments on commit 60c0c22

Please sign in to comment.