Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
76a0033a
"vscode:/vscode.git/clone" did not exist on "109a95d3def3d17ba561004f403b90dded5df7a4"
Commit
76a0033a
authored
Apr 07, 2021
by
季圣华
Browse files
清空旧版本
parent
df57ada9
Changes
644
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 644+
files are displayed.
Plain diff
Email patch
erp_web/js/easyui/demo/panel/_content.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
AJAX Content
</title>
</head>
<body>
<p
style=
"font-size:14px"
>
Here is the content loaded via AJAX.
</p>
<ul>
<li>
easyui is a collection of user-interface plugin based on jQuery.
</li>
<li>
easyui provides essential functionality for building modern, interactive, javascript applications.
</li>
<li>
using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
</li>
<li>
complete framework for HTML5 web page.
</li>
<li>
easyui save your time and scales while developing your products.
</li>
<li>
easyui is very easy but powerful.
</li>
</ul>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic Panel - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Basic Panel
</h2>
<p>
The panel is a container for other components or elements.
</p>
<div
style=
"margin:20px 0 10px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"javascript:$('#p').panel('open')"
>
Open
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"javascript:$('#p').panel('close')"
>
Close
</a>
</div>
<div
id=
"p"
class=
"easyui-panel"
title=
"Basic Panel"
style=
"width:700px;height:200px;padding:10px;"
>
<p
style=
"font-size:14px"
>
jQuery EasyUI framework helps you build your web pages easily.
</p>
<ul>
<li>
easyui is a collection of user-interface plugin based on jQuery.
</li>
<li>
easyui provides essential functionality for building modem, interactive, javascript applications.
</li>
<li>
using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
</li>
<li>
complete framework for HTML5 web page.
</li>
<li>
easyui save your time and scales while developing your products.
</li>
<li>
easyui is very easy but powerful.
</li>
</ul>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/customtools.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Custom Panel Tools - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Custom Panel Tools
</h2>
<p>
Click the right top buttons to perform actions with panel.
</p>
<div
style=
"margin:20px 0 10px 0;"
></div>
<div
class=
"easyui-panel"
title=
"Custom Panel Tools"
style=
"width:700px;height:200px;padding:10px;"
data-options=
"iconCls:'icon-save',closable:true,tools:'#tt'"
>
<p
style=
"font-size:14px"
>
jQuery EasyUI framework helps you build your web pages easily.
</p>
<ul>
<li>
easyui is a collection of user-interface plugin based on jQuery.
</li>
<li>
easyui provides essential functionality for building modem, interactive, javascript applications.
</li>
<li>
using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
</li>
<li>
complete framework for HTML5 web page.
</li>
<li>
easyui save your time and scales while developing your products.
</li>
<li>
easyui is very easy but powerful.
</li>
</ul>
</div>
<div
id=
"tt"
>
<a
href=
"javascript:void(0)"
class=
"icon-add"
onclick=
"javascript:alert('add')"
></a>
<a
href=
"javascript:void(0)"
class=
"icon-edit"
onclick=
"javascript:alert('edit')"
></a>
<a
href=
"javascript:void(0)"
class=
"icon-cut"
onclick=
"javascript:alert('cut')"
></a>
<a
href=
"javascript:void(0)"
class=
"icon-help"
onclick=
"javascript:alert('help')"
></a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/fluid.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Fluid Panel - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Fluid Panel
</h2>
<p>
This example shows how to set the width of Panel to a percentage of its parent container.
</p>
<div
style=
"margin:20px 0 10px 0;"
>
</div>
<div
id=
"p"
class=
"easyui-panel"
title=
"Fluid Panel"
style=
"width:100%;height:200px;padding:10px;"
>
<p>
The panel has a width of 100%.
<p>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/footer.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Panel Footer - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Panel Footer
</h2>
<p>
The panel footer is displayed at the bottom of the panel and can consist of any other components.
</p>
<div
style=
"margin:20px 0 10px 0;"
></div>
<div
class=
"easyui-panel"
title=
"Panel Footer"
style=
"width:700px;height:200px;"
data-options=
"footer:'#footer'"
>
</div>
<div
id=
"footer"
style=
"padding:5px;"
>
Footer Content.
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/halign.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Panel Header Alignment - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Panel Header Alignment
</h2>
<p>
The panel header can be aligned horizontally or vertically.
</p>
<div
style=
"margin:20px 0 10px 0;"
>
</div>
<div
class=
"easyui-panel"
title=
"Head on Top"
style=
"width:700px;height:120px;"
>
</div>
<div
style=
"margin-bottom:10px"
></div>
<div
class=
"easyui-panel"
title=
"Head on Left"
halign=
"left"
titleDirection=
"up"
style=
"width:700px;height:120px;"
>
</div>
<div
style=
"margin-bottom:10px"
></div>
<div
class=
"easyui-panel"
title=
"Head on Right"
halign=
"right"
style=
"width:700px;height:120px;"
>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/loadcontent.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Load Panel Content - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Load Panel Content
</h2>
<p>
Click the refresh button on top right of panel to load content.
</p>
<div
style=
"margin:20px 0 10px 0;"
></div>
<div
id=
"p"
class=
"easyui-panel"
title=
"Load Panel Content"
style=
"width:700px;height:200px;padding:10px;"
data-options=
"
tools:[{
iconCls:'icon-reload',
handler:function(){
$('#p').panel('refresh', '_content.html');
}
}]
"
>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/nestedpanel.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Nested Panel - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Nested Panel
</h2>
<p>
The panel can be placed inside containers and can contain other components.
</p>
<div
style=
"margin:20px 0 10px 0;"
></div>
<div
class=
"easyui-panel"
title=
"Nested Panel"
style=
"width:700px;height:200px;padding:10px;"
>
<div
class=
"easyui-layout"
data-options=
"fit:true"
>
<div
data-options=
"region:'west',split:true"
style=
"width:100px;padding:10px"
>
Left Content
</div>
<div
data-options=
"region:'east'"
style=
"width:100px;padding:10px"
>
Right Content
</div>
<div
data-options=
"region:'center'"
style=
"padding:10px"
>
Center Content
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/panel/paneltools.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Panel Tools - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Panel Tools
</h2>
<p>
Click the right top buttons to perform actions with panel.
</p>
<div
style=
"margin:20px 0 10px 0;"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"javascript:$('#p').panel('open')"
>
Open
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"javascript:$('#p').panel('close')"
>
Close
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"javascript:$('#p').panel('expand',true)"
>
Expand
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"javascript:$('#p').panel('collapse',true)"
>
Collapse
</a>
</div>
<div
class=
"easyui-panel"
style=
"height:350px;padding:5px;"
>
<div
id=
"p"
class=
"easyui-panel"
title=
"Panel Tools"
style=
"width:600px;height:200px;padding:10px;"
data-options=
"iconCls:'icon-save',collapsible:true,minimizable:true,maximizable:true,closable:true"
>
<p
style=
"font-size:14px"
>
jQuery EasyUI framework helps you build your web pages easily.
</p>
<ul>
<li>
easyui is a collection of user-interface plugin based on jQuery.
</li>
<li>
easyui provides essential functionality for building modem, interactive, javascript applications.
</li>
<li>
using easyui you don't need to write many javascript code, you usually defines user-interface by writing some HTML markup.
</li>
<li>
complete framework for HTML5 web page.
</li>
<li>
easyui save your time and scales while developing your products.
</li>
<li>
easyui is very easy but powerful.
</li>
</ul>
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/passwordbox/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic PasswordBox - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Basic PasswordBox
</h2>
<p>
The passwordbox allows a user to enter passwords.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
style=
"width:400px;padding:50px 60px"
>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-textbox"
prompt=
"Username"
iconWidth=
"28"
style=
"width:100%;height:34px;padding:10px;"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-passwordbox"
prompt=
"Password"
iconWidth=
"28"
style=
"width:100%;height:34px;padding:10px"
>
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/passwordbox/flash.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Flash PasswordBox Letters - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Flash PasswordBox Letters
</h2>
<p>
This example shows how to flash the entered password letter by letter.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
style=
"width:400px;padding:50px 60px"
>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-textbox"
prompt=
"Username"
iconWidth=
"28"
style=
"width:100%;height:34px;padding:10px;"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
id=
"pass"
class=
"easyui-passwordbox"
prompt=
"Password"
iconWidth=
"28"
style=
"width:100%;height:34px;padding:10px"
>
</div>
</div>
<div
id=
"viewer"
></div>
<script
type=
"text/javascript"
>
$
(
'
#pass
'
).
passwordbox
({
inputEvents
:
$
.
extend
({},
$
.
fn
.
passwordbox
.
defaults
.
inputEvents
,
{
keypress
:
function
(
e
){
var
char
=
String
.
fromCharCode
(
e
.
which
);
$
(
'
#viewer
'
).
html
(
char
).
fadeIn
(
200
,
function
(){
$
(
this
).
fadeOut
();
});
}
})
})
</script>
<style>
#viewer
{
position
:
relative
;
padding
:
0
60px
;
top
:
-70px
;
font-size
:
54px
;
line-height
:
60px
;
}
</style>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/passwordbox/validatepassword.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Validate Password - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Validate Password
</h2>
<p>
This example shows how to validate whether a user enters the same password.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
style=
"width:400px;padding:50px 60px"
>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-textbox"
prompt=
"Username"
iconWidth=
"28"
style=
"width:100%;height:34px;padding:10px;"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
id=
"pass"
class=
"easyui-passwordbox"
prompt=
"Password"
iconWidth=
"28"
style=
"width:100%;height:34px;padding:10px"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-passwordbox"
prompt=
"Confirm your password"
iconWidth=
"28"
validType=
"confirmPass['#pass']"
style=
"width:100%;height:34px;padding:10px"
>
</div>
</div>
<script
type=
"text/javascript"
>
$
.
extend
(
$
.
fn
.
validatebox
.
defaults
.
rules
,
{
confirmPass
:
{
validator
:
function
(
value
,
param
){
var
pass
=
$
(
param
[
0
]).
passwordbox
(
'
getValue
'
);
return
value
==
pass
;
},
message
:
'
Password does not match confirmation.
'
}
})
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/progressbar/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic ProgressBar - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Basic ProgressBar
</h2>
<p>
Click the button below to show progress information.
</p>
<div
style=
"margin:20px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"start()"
>
Start
</a>
</div>
<div
id=
"p"
class=
"easyui-progressbar"
style=
"width:400px;"
></div>
<script>
function
start
(){
var
value
=
$
(
'
#p
'
).
progressbar
(
'
getValue
'
);
if
(
value
<
100
){
value
+=
Math
.
floor
(
Math
.
random
()
*
10
);
$
(
'
#p
'
).
progressbar
(
'
setValue
'
,
value
);
setTimeout
(
arguments
.
callee
,
200
);
}
};
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/progressbar/fluid.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Fluid ProgressBar - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Fluid ProgressBar
</h2>
<p>
This example shows how to set the width of ProgressBar to a percentage of its parent container.
</p>
<div
style=
"margin:20px 0;"
></div>
<p>
width: 50%
</p>
<div
class=
"easyui-progressbar"
data-options=
"value:80"
style=
"width:50%;"
></div>
<p>
width: 30%
</p>
<div
class=
"easyui-progressbar"
data-options=
"value:40"
style=
"width:30%;"
></div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/propertygrid/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic PropertyGrid - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Basic PropertyGrid
</h2>
<p>
Click on row to change each property value.
</p>
<div
style=
"margin:20px 0;"
>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"showGroup()"
>
ShowGroup
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"hideGroup()"
>
HideGroup
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"showHeader()"
>
ShowHeader
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"hideHeader()"
>
HideHeader
</a>
<a
href=
"javascript:void(0)"
class=
"easyui-linkbutton"
onclick=
"getChanges()"
>
GetChanges
</a>
</div>
<table
id=
"pg"
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
url:'propertygrid_data1.json',
method:'get',
showGroup:true,
scrollbarSize:0
"
>
</table>
<script
type=
"text/javascript"
>
function
showGroup
(){
$
(
'
#pg
'
).
propertygrid
({
showGroup
:
true
});
}
function
hideGroup
(){
$
(
'
#pg
'
).
propertygrid
({
showGroup
:
false
});
}
function
showHeader
(){
$
(
'
#pg
'
).
propertygrid
({
showHeader
:
true
});
}
function
hideHeader
(){
$
(
'
#pg
'
).
propertygrid
({
showHeader
:
false
});
}
function
getChanges
(){
var
s
=
''
;
var
rows
=
$
(
'
#pg
'
).
propertygrid
(
'
getChanges
'
);
for
(
var
i
=
0
;
i
<
rows
.
length
;
i
++
){
s
+=
rows
[
i
].
name
+
'
:
'
+
rows
[
i
].
value
+
'
,
'
;
}
alert
(
s
)
}
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/propertygrid/customcolumns.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Customize Columns of PropertyGrid - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Customize Columns of PropertyGrid
</h2>
<p>
The columns of PropertyGrid can be changed.
</p>
<div
style=
"margin:20px 0;"
></div>
<table
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
url: 'propertygrid_data1.json',
method: 'get',
showGroup: true,
scrollbarSize: 0,
columns: mycolumns
"
>
</table>
<script>
var
mycolumns
=
[[
{
field
:
'
name
'
,
title
:
'
MyName
'
,
width
:
100
,
sortable
:
true
},
{
field
:
'
value
'
,
title
:
'
MyValue
'
,
width
:
100
,
resizable
:
false
}
]];
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/propertygrid/groupformat.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Group Format - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Group Format
</h2>
<p>
The user can change the group information.
</p>
<div
style=
"margin:20px 0;"
></div>
<table
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
url: 'propertygrid_data1.json',
method: 'get',
showGroup: true,
scrollbarSize: 0,
groupFormatter: groupFormatter
"
>
</table>
<script>
function
groupFormatter
(
fvalue
,
rows
){
return
fvalue
+
'
- <span style="color:red">
'
+
rows
.
length
+
'
rows</span>
'
;
}
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/propertygrid/propertygrid_data1.json
deleted
100644 → 0
View file @
df57ada9
{
"total"
:
7
,
"rows"
:[
{
"name"
:
"Name"
,
"value"
:
"Bill Smith"
,
"group"
:
"ID Settings"
,
"editor"
:
"text"
},
{
"name"
:
"Address"
,
"value"
:
""
,
"group"
:
"ID Settings"
,
"editor"
:
"text"
},
{
"name"
:
"Age"
,
"value"
:
"40"
,
"group"
:
"ID Settings"
,
"editor"
:
"numberbox"
},
{
"name"
:
"Birthday"
,
"value"
:
"01/02/2012"
,
"group"
:
"ID Settings"
,
"editor"
:
"datebox"
},
{
"name"
:
"SSN"
,
"value"
:
"123-456-7890"
,
"group"
:
"ID Settings"
,
"editor"
:
"text"
},
{
"name"
:
"Email"
,
"value"
:
"bill@gmail.com"
,
"group"
:
"Marketing Settings"
,
"editor"
:{
"type"
:
"validatebox"
,
"options"
:{
"validType"
:
"email"
}
}},
{
"name"
:
"FrequentBuyer"
,
"value"
:
"false"
,
"group"
:
"Marketing Settings"
,
"editor"
:{
"type"
:
"checkbox"
,
"options"
:{
"on"
:
true
,
"off"
:
false
}
}}
]}
\ No newline at end of file
erp_web/js/easyui/demo/radiobutton/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic RadioButton - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Basic RadioButton
</h2>
<form
id=
"ff"
>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-radiobutton"
name=
"fruit"
value=
"Apple"
label=
"Apple:"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-radiobutton"
name=
"fruit"
value=
"Orange"
label=
"Orange:"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-radiobutton"
name=
"fruit"
value=
"Banana"
label=
"Banana:"
>
</div>
</form>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/resizable/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic Resizable - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/icon.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../demo.css"
>
<script
type=
"text/javascript"
src=
"../../jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../jquery.easyui.min.js"
></script>
</head>
<body>
<h2>
Basic Resizable
</h2>
<p>
Click on the edge of box and move the edge to resize the box.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-resizable"
data-options=
"minWidth:50,minHeight:50"
style=
"width:200px;height:150px;border:1px solid #ccc;"
>
<div
style=
"padding:20px"
>
Resize Me
</div>
</div>
<div
id=
"dd"
class=
"easyui-draggable easyui-resizable"
data-options=
"handle:'#mytitle'"
style=
"width:200px;height:150px;border:1px solid #ccc"
>
<div
id=
"mytitle"
style=
"background:#ddd;padding:5px;"
>
Title
</div>
<div
style=
"padding:20px"
>
Drag and Resize Me
</div>
</div>
</body>
</html>
\ No newline at end of file
Prev
1
…
20
21
22
23
24
25
26
27
28
…
33
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment