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
Commit
76a0033a
authored
Apr 07, 2021
by
季圣华
Browse files
清空旧版本
parent
df57ada9
Changes
644
Show 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/layout/nocollapsible.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
No collapsible button in Layout - 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>
No collapsible button in Layout
</h2>
<p>
The layout region panel has no collapsible button.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-layout"
style=
"width:700px;height:350px;"
>
<div
data-options=
"region:'north'"
style=
"height:50px"
></div>
<div
data-options=
"region:'south',split:true"
style=
"height:50px;"
></div>
<div
data-options=
"region:'east',split:true,title:'East',collapsible:false"
style=
"width:250px;"
>
<table
id=
"tt"
class=
"easyui-propertygrid"
data-options=
"
url: 'propertygrid_data1.json',
method: 'get',
showGroup: true,
fit: true,
border: false
"
>
</table>
</div>
<div
data-options=
"region:'center',title:'Main Title',iconCls:'icon-ok',href:'_content.html'"
style=
"padding:10px"
>
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/layout/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/layout/tree_data1.json
deleted
100644 → 0
View file @
df57ada9
[{
"id"
:
1
,
"text"
:
"My Documents"
,
"children"
:[{
"id"
:
11
,
"text"
:
"Photos"
,
"state"
:
"closed"
,
"children"
:[{
"id"
:
111
,
"text"
:
"Friend"
},{
"id"
:
112
,
"text"
:
"Wife"
},{
"id"
:
113
,
"text"
:
"Company"
}]
},{
"id"
:
12
,
"text"
:
"Program Files"
,
"children"
:[{
"id"
:
121
,
"text"
:
"Intel"
},{
"id"
:
122
,
"text"
:
"Java"
,
"attributes"
:{
"p1"
:
"Custom Attribute1"
,
"p2"
:
"Custom Attribute2"
}
},{
"id"
:
123
,
"text"
:
"Microsoft Office"
},{
"id"
:
124
,
"text"
:
"Games"
,
"checked"
:
true
}]
},{
"id"
:
13
,
"text"
:
"index.html"
},{
"id"
:
14
,
"text"
:
"about.html"
},{
"id"
:
15
,
"text"
:
"welcome.html"
}]
}]
erp_web/js/easyui/demo/linkbutton/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic LinkButton - 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 LinkButton
</h2>
<p>
Buttons can be created from
<
a
>
or
<
button
>
elements.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<p>
Basic Buttons
</p>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-add'"
>
Add
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-remove'"
>
Remove
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-save'"
>
Save
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-cut',disabled:true"
>
Cut
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
>
Text Button
</a>
</div>
<p>
Fixed Width Buttons
</p>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-search'"
style=
"width:80px"
>
Search
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-print'"
style=
"width:80px"
>
Print
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-reload'"
style=
"width:80px"
>
Reload
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-help'"
style=
"width:80px"
>
Help
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/fluid.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Fluid LinkButton - 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 LinkButton
</h2>
<p>
This example shows how to set the width of LinkButton to a percentage of its parent container.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<p>
width: 15%
</p>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-add'"
style=
"width:15%"
>
Add
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-remove'"
style=
"width:15%"
>
Remove
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-save'"
style=
"width:15%"
>
Save
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-cut',disabled:true"
style=
"width:15%"
>
Cut
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
style=
"width:15%"
>
Text Button
</a>
</div>
<p>
width: 20%
</p>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-search'"
style=
"width:20%"
>
Search
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-print'"
style=
"width:20%"
>
Print
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-reload'"
style=
"width:20%"
>
Reload
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-help'"
style=
"width:20%"
>
Help
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/group.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Button Group - 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>
Button Group
</h2>
<p>
In a button group only one button can be selected.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g1'"
>
Button 1
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g1',selected:true"
>
Button 2
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g1'"
>
Button 3
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g1'"
>
Button 4
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g1'"
>
Button 5
</a>
</div>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g2',plain:true"
>
Button 1
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g2',plain:true,selected:true"
>
Button 2
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g2',plain:true"
>
Button 3
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g2',plain:true"
>
Button 4
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true,group:'g2',plain:true"
>
Button 5
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/iconalign.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Icon Align on LinkButton - 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>
Icon Align on LinkButton
</h2>
<p>
Change the icon align to place icon on left, right, top or bottom of button.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<div
style=
"margin:10px 0 20px 0"
>
<span>
Select Icon Align:
</span>
<select
onchange=
"$('#button-bar a').linkbutton({iconAlign:this.value})"
>
<option
value=
"left"
>
Left
</option>
<option
value=
"right"
>
Right
</option>
<option
value=
"top"
>
Top
</option>
<option
value=
"bottom"
>
Bottom
</option>
</select>
</div>
<div
id=
"button-bar"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-add'"
>
Add
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-remove'"
>
Remove
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-save'"
>
Save
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-cut',disabled:true"
>
Cut
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/plain.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Plain LinkButton - 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>
Plain LinkButton
</h2>
<p>
The buttons with plain style have transparent background.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-cancel'"
>
Cancel
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-reload'"
>
Refresh
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-search'"
>
Search
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Text Button
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-print'"
>
Print
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-help'"
>
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-save'"
></a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true,iconCls:'icon-back'"
></a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/size.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
LinkButton Size - 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>
LinkButton Size
</h2>
<p>
This sample shows how to display small buttons and large buttons.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<p>
Small Buttons
</p>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-add'"
>
Add
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-remove'"
>
Remove
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-save'"
>
Save
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-cut',disabled:true"
>
Cut
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
>
Text Button
</a>
</div>
<p>
Large Buttons
</p>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-large-picture',size:'large',iconAlign:'top'"
>
Picture
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-large-clipart',size:'large',iconAlign:'top'"
>
Clip Art
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-large-shapes',size:'large',iconAlign:'top'"
>
Shapes
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-large-smartart',size:'large',iconAlign:'top'"
>
SmartArt
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-large-chart',size:'large',iconAlign:'top'"
>
Chart
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/style.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Style LinkButton - jQuery EasyUI Demo
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/default/easyui.css"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../../themes/color.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>
Style LinkButton
</h2>
<p>
This example shows how to style a linkbutton.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<div
style=
"margin:20px 0"
>
<a
href=
"#"
class=
"easyui-linkbutton c1"
style=
"width:120px"
>
Button1
</a>
<a
href=
"#"
class=
"easyui-linkbutton c2"
style=
"width:120px"
>
Button2
</a>
<a
href=
"#"
class=
"easyui-linkbutton c3"
style=
"width:120px"
>
Button3
</a>
<a
href=
"#"
class=
"easyui-linkbutton c4"
style=
"width:120px"
>
Button4
</a>
</div>
<div
style=
"margin:20px 0"
>
<a
href=
"#"
class=
"easyui-linkbutton c5"
style=
"width:120px"
>
Button5
</a>
<a
href=
"#"
class=
"easyui-linkbutton c6"
style=
"width:120px"
>
Button6
</a>
<a
href=
"#"
class=
"easyui-linkbutton c7"
style=
"width:120px"
>
Button7
</a>
<a
href=
"#"
class=
"easyui-linkbutton c8"
style=
"width:120px"
>
Button8
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/linkbutton/toggle.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Toggle Button - 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>
Toggle Button
</h2>
<p>
Click the button below to switch its selected state.
</p>
<div
style=
"margin:10px 0 40px 0;"
></div>
<div
style=
"padding:5px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-add',toggle:true"
>
Add
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-remove',toggle:true"
>
Remove
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-save',toggle:true,selected:true"
>
Save
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"iconCls:'icon-cut',toggle:true"
>
Cut
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"toggle:true"
>
Text Button
</a>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/maskedbox/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic MaskedBox - 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 MaskedBox
</h2>
<p>
The maskedbox enforces its structure as the user types.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
title=
"Basic MaskedBox"
style=
"width:100%;max-width:400px;padding:30px 60px;"
>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-maskedbox"
mask=
"(999) 999-9999"
label=
"Phone Number:"
labelPosition=
"top"
style=
"width:100%"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-maskedbox"
mask=
"9999 9999 9999 9999"
label=
"Credit Card:"
labelPosition=
"top"
style=
"width:100%"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-maskedbox"
mask=
"99%"
label=
"Percent:"
labelPosition=
"top"
style=
"width:100%"
>
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menu/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic Menu - 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 Menu
</h2>
<p>
Right click on page to display menu.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
id=
"mm"
class=
"easyui-menu"
style=
"width:120px;"
>
<div
onclick=
"javascript:alert('new')"
>
New
</div>
<div>
<span>
Open
</span>
<div
style=
"width:150px;"
>
<div><b>
Word
</b></div>
<div>
Excel
</div>
<div>
PowerPoint
</div>
<div>
<span>
M1
</span>
<div
style=
"width:120px;"
>
<div>
sub1
</div>
<div>
sub2
</div>
<div>
<span>
Sub
</span>
<div
style=
"width:80px;"
>
<div
onclick=
"javascript:alert('sub21')"
>
sub21
</div>
<div>
sub22
</div>
<div>
sub23
</div>
</div>
</div>
<div>
sub3
</div>
</div>
</div>
<div>
<span>
Window Demos
</span>
<div
style=
"width:120px;"
>
<div
data-options=
"href:'window.html'"
>
Window
</div>
<div
data-options=
"href:'dialog.html'"
>
Dialog
</div>
<div><a
href=
"http://www.jeasyui.com"
target=
"_blank"
>
EasyUI
</a></div>
</div>
</div>
</div>
</div>
<div
data-options=
"iconCls:'icon-save'"
>
Save
</div>
<div
data-options=
"iconCls:'icon-print',disabled:true"
>
Print
</div>
<div
class=
"menu-sep"
></div>
<div>
Exit
</div>
</div>
<script>
$
(
function
(){
$
(
document
).
bind
(
'
contextmenu
'
,
function
(
e
){
e
.
preventDefault
();
$
(
'
#mm
'
).
menu
(
'
show
'
,
{
left
:
e
.
pageX
,
top
:
e
.
pageY
});
});
});
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menu/customitem.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Custom Menu Item - 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 Menu Item
</h2>
<p>
Right click on page to display menu, move to the 'Open' item to display its custom sub content.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
id=
"mm"
style=
"width:120px;"
>
<div>
New
</div>
<div>
<span>
Open
</span>
<div
class=
"menu-content"
style=
"text-align:left;padding:10px"
>
<div
style=
"font-weight:bold;font-size:14px;margin-bottom:10px"
>
Select Your Language:
</div>
<ul
id=
"tt"
>
<li>
Java
</li>
<li>
Basic
</li>
<li>
C++
</li>
<li>
Fortran
</li>
</ul>
</div>
</div>
<div
data-options=
"iconCls:'icon-save'"
>
Save
</div>
<div
data-options=
"iconCls:'icon-print'"
>
Print
</div>
<div
class=
"menu-sep"
></div>
<div>
Exit
</div>
</div>
<script>
$
(
function
(){
$
(
'
#mm
'
).
menu
();
$
(
'
#tt
'
).
tree
();
$
(
document
).
bind
(
'
contextmenu
'
,
function
(
e
){
e
.
preventDefault
();
$
(
'
#mm
'
).
menu
(
'
show
'
,
{
left
:
e
.
pageX
,
top
:
e
.
pageY
});
});
});
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menu/events.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Menu Events - 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>
Menu Events
</h2>
<p>
Right click on page to display menu and click an item.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
id=
"mm"
class=
"easyui-menu"
data-options=
"onClick:menuHandler"
style=
"width:120px;"
>
<div
data-options=
"name:'new'"
>
New
</div>
<div
data-options=
"name:'save',iconCls:'icon-save'"
>
Save
</div>
<div
data-options=
"name:'print',iconCls:'icon-print'"
>
Print
</div>
<div
class=
"menu-sep"
></div>
<div
data-options=
"name:'exit'"
>
Exit
</div>
</div>
<div
id=
"log"
class=
"easyui-panel"
title=
"Event Log"
style=
"height:250px;padding:10px"
>
</div>
<script>
function
menuHandler
(
item
){
$
(
'
#log
'
).
prepend
(
'
<p>Click Item:
'
+
item
.
name
+
'
</p>
'
);
}
$
(
function
(){
$
(
document
).
bind
(
'
contextmenu
'
,
function
(
e
){
e
.
preventDefault
();
$
(
'
#mm
'
).
menu
(
'
show
'
,
{
left
:
e
.
pageX
,
top
:
e
.
pageY
});
});
});
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menu/inline.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Inline Menu - 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>
Inline Menu
</h2>
<p>
The inline menu stays inside its parent container.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
title=
"Menu"
style=
"width:150px;"
>
<div
class=
"easyui-menu"
data-options=
"inline:true"
style=
"width:100%"
>
<div
onclick=
"javascript:alert('new')"
>
New
</div>
<div>
<span>
Open
</span>
<div
style=
"width:150px;"
>
<div><b>
Word
</b></div>
<div>
Excel
</div>
<div>
PowerPoint
</div>
<div>
<span>
M1
</span>
<div
style=
"width:120px;"
>
<div>
sub1
</div>
<div>
sub2
</div>
<div>
<span>
Sub
</span>
<div
style=
"width:80px;"
>
<div
onclick=
"javascript:alert('sub21')"
>
sub21
</div>
<div>
sub22
</div>
<div>
sub23
</div>
</div>
</div>
<div>
sub3
</div>
</div>
</div>
<div>
<span>
Window Demos
</span>
<div
style=
"width:120px;"
>
<div
data-options=
"href:'window.html'"
>
Window
</div>
<div
data-options=
"href:'dialog.html'"
>
Dialog
</div>
<div><a
href=
"http://www.jeasyui.com"
target=
"_blank"
>
EasyUI
</a></div>
</div>
</div>
</div>
</div>
<div
data-options=
"iconCls:'icon-save'"
>
Save
</div>
<div
data-options=
"iconCls:'icon-print',disabled:true"
>
Print
</div>
<div
class=
"menu-sep"
></div>
<div>
Exit
</div>
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menu/nav.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Keyboard Navigation in Menu - 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>
Keyboard Navigation in Menu
</h2>
<p>
Press Alt+W to focus the menu. Once the menu get focus, you will be able to navigate menu using keyboard keys.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
title=
"Menu"
style=
"width:150px;"
>
<div
id=
"mm-nav"
data-options=
"inline:true"
style=
"width:100%"
>
<div
onclick=
"javascript:alert('new')"
>
New
</div>
<div>
<span>
Open
</span>
<div
style=
"width:150px;"
>
<div><b>
Word
</b></div>
<div>
Excel
</div>
<div>
PowerPoint
</div>
<div>
<span>
M1
</span>
<div
style=
"width:120px;"
>
<div>
sub1
</div>
<div>
sub2
</div>
<div>
<span>
Sub
</span>
<div
style=
"width:80px;"
>
<div>
sub21
</div>
<div>
sub22
</div>
<div>
sub23
</div>
</div>
</div>
<div>
sub3
</div>
</div>
</div>
<div>
<span>
Window Demos
</span>
<div
style=
"width:120px;"
>
<div>
Window
</div>
<div>
Dialog
</div>
<div>
EasyUI
</div>
</div>
</div>
</div>
</div>
<div
data-options=
"iconCls:'icon-save'"
>
Save
</div>
<div
data-options=
"iconCls:'icon-print',disabled:true"
>
Print
</div>
<div
class=
"menu-sep"
></div>
<div>
Exit
</div>
</div>
</div>
<script
type=
"text/javascript"
>
(
function
(
$
){
function
getParentMenu
(
rootMenu
,
menu
){
return
findParent
(
rootMenu
);
function
findParent
(
pmenu
){
var
p
=
undefined
;
$
(
pmenu
).
find
(
'
.menu-item
'
).
each
(
function
(){
if
(
!
p
&&
this
.
submenu
){
if
(
$
(
this
.
submenu
)[
0
]
==
$
(
menu
)[
0
]){
p
=
pmenu
;
}
else
{
p
=
findParent
(
this
.
submenu
);
}
}
});
return
p
;
}
}
function
getParentItem
(
pmenu
,
menu
){
var
item
=
undefined
;
$
(
pmenu
).
find
(
'
.menu-item
'
).
each
(
function
(){
if
(
$
(
this
.
submenu
)[
0
]
==
$
(
menu
)[
0
]){
item
=
$
(
this
);
return
false
;
}
});
return
item
;
}
$
.
extend
(
$
.
fn
.
menu
.
methods
,
{
enableNav
:
function
(
jq
,
rootMenu
){
var
firstItemSelector
=
'
.menu-item:not(.menu-item-disabled):first
'
;
var
lastItemSelector
=
'
.menu-item:not(.menu-item-disabled):last
'
;
return
jq
.
each
(
function
(){
var
menu
=
$
(
this
);
rootMenu
=
$
(
rootMenu
).
length
?
$
(
rootMenu
)
:
menu
;
menu
.
attr
(
'
tabindex
'
,
'
0
'
).
css
(
'
outline
'
,
'
none
'
).
unbind
(
'
.menunav
'
).
bind
(
'
keydown.menunav
'
,
function
(
e
){
var
item
=
$
(
this
).
find
(
'
.menu-active
'
);
switch
(
e
.
keyCode
){
case
13
:
// enter
item
.
trigger
(
'
click
'
);
break
;
case
27
:
// esc
rootMenu
.
find
(
'
.menu-active
'
).
trigger
(
'
mouseleave
'
);
break
;
case
38
:
// up
var
prev
=
item
.
length
?
item
.
prevAll
(
firstItemSelector
)
:
menu
.
find
(
lastItemSelector
);
prev
.
trigger
(
'
mouseenter
'
);
return
false
;
case
40
:
// down
var
next
=
item
.
length
?
item
.
nextAll
(
firstItemSelector
)
:
menu
.
find
(
firstItemSelector
);
next
.
trigger
(
'
mouseenter
'
);
return
false
;
case
37
:
// left
var
pmenu
=
getParentMenu
(
rootMenu
,
menu
);
if
(
pmenu
){
item
.
trigger
(
'
mouseleave
'
);
var
pitem
=
getParentItem
(
pmenu
,
menu
);
if
(
pitem
){
pitem
.
trigger
(
'
mouseenter
'
);
}
pmenu
.
focus
();
}
return
false
;
case
39
:
// right
if
(
item
.
length
&&
item
[
0
].
submenu
){
$
(
item
[
0
].
submenu
).
menu
(
'
enableNav
'
,
rootMenu
).
find
(
firstItemSelector
).
trigger
(
'
mouseenter
'
);
$
(
item
[
0
].
submenu
).
focus
();
}
return
false
;
}
});
});
}
});
})(
jQuery
);
$
(
function
(){
$
(
'
#mm-nav
'
).
menu
().
menu
(
'
enableNav
'
);
$
(
document
).
keydown
(
function
(
e
){
if
(
e
.
altKey
&&
e
.
keyCode
==
87
){
$
(
'
#mm-nav
'
).
focus
();
}
})
})
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menubutton/actions.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
MenuButton Actions - 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>
MenuButton Actions
</h2>
<p>
Click the buttons below to perform actions.
</p>
<div
style=
"margin:20px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"$('#btn-edit').menubutton('disable')"
>
Disable Edit
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"$('#btn-edit').menubutton('enable')"
>
Enable Edit
</a>
</div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
id=
"btn-edit"
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm2',iconCls:'icon-help'"
>
Help
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm3'"
>
About
</a>
</div>
<div
id=
"mm1"
style=
"width:150px;"
>
<div
data-options=
"iconCls:'icon-undo'"
>
Undo
</div>
<div
data-options=
"iconCls:'icon-redo'"
>
Redo
</div>
<div
class=
"menu-sep"
></div>
<div>
Cut
</div>
<div>
Copy
</div>
<div>
Paste
</div>
<div
class=
"menu-sep"
></div>
<div>
<span>
Toolbar
</span>
<div>
<div>
Address
</div>
<div>
Link
</div>
<div>
Navigation Toolbar
</div>
<div>
Bookmark Toolbar
</div>
<div
class=
"menu-sep"
></div>
<div>
New Toolbar...
</div>
</div>
</div>
<div
data-options=
"iconCls:'icon-remove'"
>
Delete
</div>
<div>
Select All
</div>
</div>
<div
id=
"mm2"
style=
"width:100px;"
>
<div>
Help
</div>
<div>
Update
</div>
<div>
About
</div>
</div>
<div
id=
"mm3"
class=
"menu-content"
style=
"background:#f0f0f0;padding:10px;text-align:left"
>
<img
src=
"http://www.jeasyui.com/images/logo1.png"
style=
"width:150px;height:50px"
>
<p
style=
"font-size:14px;color:#444;"
>
Try jQuery EasyUI to build your modern, interactive, javascript applications.
</p>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menubutton/alignment.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Menu Alignment on MenuButton - 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>
Menu Alignment on MenuButton
</h2>
<p>
This example shows how to change the alignment of the top level menu.
</p>
<div
style=
"margin:20px 0;"
>
<span>
Change Alignment:
</span>
<select
onchange=
"setalign(this.value)"
>
<option
value=
"left"
>
Left
</option>
<option
value=
"right"
>
Right
</option>
</select>
</div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm2',iconCls:'icon-help'"
>
Help
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm3'"
>
About
</a>
</div>
<div
id=
"mm1"
style=
"width:150px;"
>
<div
data-options=
"iconCls:'icon-undo'"
>
Undo
</div>
<div
data-options=
"iconCls:'icon-redo'"
>
Redo
</div>
<div
class=
"menu-sep"
></div>
<div>
Cut
</div>
<div>
Copy
</div>
<div>
Paste
</div>
<div
class=
"menu-sep"
></div>
<div>
<span>
Toolbar
</span>
<div>
<div>
Address
</div>
<div>
Link
</div>
<div>
Navigation Toolbar
</div>
<div>
Bookmark Toolbar
</div>
<div
class=
"menu-sep"
></div>
<div>
New Toolbar...
</div>
</div>
</div>
<div
data-options=
"iconCls:'icon-remove'"
>
Delete
</div>
<div>
Select All
</div>
</div>
<div
id=
"mm2"
style=
"width:100px;"
>
<div>
Help
</div>
<div>
Update
</div>
<div>
About
</div>
</div>
<div
id=
"mm3"
>
<div>
History
</div>
<div>
Faq
</div>
<div>
Our Team
</div>
</div>
<script>
function
setalign
(
align
){
$
(
'
a.easyui-menubutton
'
).
menubutton
({
menuAlign
:
align
})
}
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/menubutton/basic.html
deleted
100644 → 0
View file @
df57ada9
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic MenuButton - 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 MenuButton
</h2>
<p>
Move mouse over the button to drop down menu.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm2',iconCls:'icon-help'"
>
Help
</a>
<a
href=
"#"
class=
"easyui-menubutton"
data-options=
"menu:'#mm3'"
>
About
</a>
</div>
<div
id=
"mm1"
style=
"width:150px;"
>
<div
data-options=
"iconCls:'icon-undo'"
>
Undo
</div>
<div
data-options=
"iconCls:'icon-redo'"
>
Redo
</div>
<div
class=
"menu-sep"
></div>
<div>
Cut
</div>
<div>
Copy
</div>
<div>
Paste
</div>
<div
class=
"menu-sep"
></div>
<div>
<span>
Toolbar
</span>
<div>
<div>
Address
</div>
<div>
Link
</div>
<div>
Navigation Toolbar
</div>
<div>
Bookmark Toolbar
</div>
<div
class=
"menu-sep"
></div>
<div>
New Toolbar...
</div>
</div>
</div>
<div
data-options=
"iconCls:'icon-remove'"
>
Delete
</div>
<div>
Select All
</div>
</div>
<div
id=
"mm2"
style=
"width:100px;"
>
<div>
Help
</div>
<div>
Update
</div>
<div>
About
</div>
</div>
<div
id=
"mm3"
class=
"menu-content"
style=
"background:#f0f0f0;padding:10px;text-align:left"
>
<img
src=
"http://www.jeasyui.com/images/logo1.png"
style=
"width:150px;height:50px"
>
<p
style=
"font-size:14px;color:#444;"
>
Try jQuery EasyUI to build your modern, interactive, javascript applications.
</p>
</div>
</body>
</html>
\ No newline at end of file
Prev
1
…
18
19
20
21
22
23
24
25
26
…
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