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
ab2872c1
Commit
ab2872c1
authored
Feb 15, 2020
by
季圣华
Browse files
升级easyUI到1.9.4版本
parent
0527b980
Changes
531
Hide whitespace changes
Inline
Side-by-side
Too many changes to show.
To preserve performance only
20 of 531+
files are displayed.
Plain diff
Email patch
erp_web/js/easyui
-1.3.5
/demo/propertygrid/customcolumns.html
→
erp_web/js/easyui/demo/propertygrid/customcolumns.html
View file @
ab2872c1
...
@@ -11,11 +11,8 @@
...
@@ -11,11 +11,8 @@
</head>
</head>
<body>
<body>
<h2>
Customize Columns of PropertyGrid
</h2>
<h2>
Customize Columns of PropertyGrid
</h2>
<div
class=
"demo-info"
>
<p>
The columns of PropertyGrid can be changed.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
></div>
<div>
The columns of PropertyGrid can be changed.
</div>
</div>
<div
style=
"margin:10px 0;"
></div>
<table
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
<table
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
url: 'propertygrid_data1.json',
url: 'propertygrid_data1.json',
method: 'get',
method: 'get',
...
...
erp_web/js/easyui
-1.3.5
/demo/propertygrid/groupformat.html
→
erp_web/js/easyui/demo/propertygrid/groupformat.html
View file @
ab2872c1
...
@@ -11,11 +11,8 @@
...
@@ -11,11 +11,8 @@
</head>
</head>
<body>
<body>
<h2>
Group Format
</h2>
<h2>
Group Format
</h2>
<div
class=
"demo-info"
>
<p>
The user can change the group information.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
></div>
<div>
The user can change the group information.
</div>
</div>
<div
style=
"margin:10px 0;"
></div>
<table
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
<table
class=
"easyui-propertygrid"
style=
"width:300px"
data-options=
"
url: 'propertygrid_data1.json',
url: 'propertygrid_data1.json',
method: 'get',
method: 'get',
...
...
erp_web/js/easyui
-1.3.5
/demo/propertygrid/propertygrid_data1.json
→
erp_web/js/easyui/demo/propertygrid/propertygrid_data1.json
View file @
ab2872c1
File moved
erp_web/js/easyui/demo/radiobutton/basic.html
0 → 100644
View file @
ab2872c1
<!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
-1.3.5
/demo/resizable/basic.html
→
erp_web/js/easyui/demo/resizable/basic.html
View file @
ab2872c1
...
@@ -11,11 +11,8 @@
...
@@ -11,11 +11,8 @@
</head>
</head>
<body>
<body>
<h2>
Basic Resizable
</h2>
<h2>
Basic Resizable
</h2>
<div
class=
"demo-info"
>
<p>
Click on the edge of box and move the edge to resize the box.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
></div>
<div>
Click on the edge of box and move the edge to resize the box.
</div>
</div>
<div
style=
"margin:10px 0;"
></div>
<div
class=
"easyui-resizable"
data-options=
"minWidth:50,minHeight:50"
style=
"width:200px;height:150px;border:1px solid #ccc;"
>
<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
style=
"padding:20px"
>
Resize Me
</div>
</div>
</div>
...
...
erp_web/js/easyui
-1.3.5
/demo/searchbox/basic.html
→
erp_web/js/easyui/demo/searchbox/basic.html
View file @
ab2872c1
...
@@ -11,12 +11,11 @@
...
@@ -11,12 +11,11 @@
</head>
</head>
<body>
<body>
<h2>
Basic SearchBox
</h2>
<h2>
Basic SearchBox
</h2>
<div
class=
"demo-info"
>
<p>
Click search button or press enter key in input box to do searching.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
></div>
<div>
Click search button or press enter key in input box to do searching.
</div>
<div
class=
"easyui-panel"
style=
"width:100%;max-width:400px;padding:30px 60px;"
>
<input
class=
"easyui-searchbox"
data-options=
"prompt:'Please Input Value',searcher:doSearch"
style=
"width:100%"
>
</div>
</div>
<div
style=
"margin:10px 0;"
></div>
<input
class=
"easyui-searchbox"
data-options=
"prompt:'Please Input Value',searcher:doSearch"
style=
"width:300px"
></input>
<script>
<script>
function
doSearch
(
value
){
function
doSearch
(
value
){
alert
(
'
You input:
'
+
value
);
alert
(
'
You input:
'
+
value
);
...
...
erp_web/js/easyui
-1.3.5
/demo/searchbox/category.html
→
erp_web/js/easyui/demo/searchbox/category.html
View file @
ab2872c1
...
@@ -11,13 +11,12 @@
...
@@ -11,13 +11,12 @@
</head>
</head>
<body>
<body>
<h2>
Search Category
</h2>
<h2>
Search Category
</h2>
<div
class=
"demo-info"
>
<p>
Select a category and click search button or press enter key in input box to do searching.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
></div>
<div>
Select a category and click search button or press enter key in input box to do searching.
</div>
<div
class=
"easyui-panel"
style=
"width:100%;max-width:400px;padding:30px 60px;"
>
<input
class=
"easyui-searchbox"
data-options=
"prompt:'Please Input Value',menu:'#mm',searcher:doSearch"
style=
"width:100%"
>
</div>
</div>
<div
style=
"margin:10px 0;"
></div>
<div
id=
"mm"
>
<input
class=
"easyui-searchbox"
data-options=
"prompt:'Please Input Value',menu:'#mm',searcher:doSearch"
style=
"width:300px"
></input>
<div
id=
"mm"
style=
"width:120px"
>
<div
data-options=
"name:'all',iconCls:'icon-ok'"
>
All News
</div>
<div
data-options=
"name:'all',iconCls:'icon-ok'"
>
All News
</div>
<div
data-options=
"name:'sports'"
>
Sports News
</div>
<div
data-options=
"name:'sports'"
>
Sports News
</div>
</div>
</div>
...
...
erp_web/js/easyui/demo/searchbox/fluid.html
0 → 100644
View file @
ab2872c1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Fluid SearchBox - 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 SearchBox
</h2>
<p>
This example shows how to set the width of SearchBox to a percentage of its parent container.
</p>
<div
style=
"margin:20px 0;"
></div>
<div
class=
"easyui-panel"
style=
"width:100%;max-width:400px;padding:30px 60px;"
>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-searchbox"
data-options=
"label:'width: 100%',labelPosition:'top',prompt:'Please Input Value',menu:'#mm'"
style=
"width:100%"
>
</div>
<div
style=
"margin-bottom:20px"
>
<input
class=
"easyui-searchbox"
data-options=
"label:'width: 80%',labelPosition:'top',prompt:'Please Input Value'"
style=
"width:80%"
>
</div>
</div>
<div
id=
"mm"
>
<div
data-options=
"name:'all',iconCls:'icon-ok'"
>
All News
</div>
<div
data-options=
"name:'sports'"
>
Sports News
</div>
</div>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/sidemenu/basic.html
0 → 100644
View file @
ab2872c1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Basic SideMenu - 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 SideMenu
</h2>
<p>
Collapse the side menu to display the main icon.
</p>
<div
style=
"margin:20px 0;"
>
<a
href=
"javascript:;"
class=
"easyui-linkbutton"
onclick=
"toggle()"
>
Toggle
</a>
</div>
<div
id=
"sm"
class=
"easyui-sidemenu"
data-options=
"data:data"
></div>
<script
type=
"text/javascript"
>
var
data
=
[{
text
:
'
Item1
'
,
iconCls
:
'
icon-sum
'
,
state
:
'
open
'
,
children
:
[{
text
:
'
Option1
'
},{
text
:
'
Option2
'
},{
text
:
'
Option3
'
,
children
:
[{
text
:
'
Option31
'
},{
text
:
'
Option32
'
}]
}]
},{
text
:
'
Item2
'
,
iconCls
:
'
icon-more
'
,
children
:
[{
text
:
'
Option4
'
},{
text
:
'
Option5
'
},{
text
:
'
Option6
'
}]
}];
function
toggle
(){
var
opts
=
$
(
'
#sm
'
).
sidemenu
(
'
options
'
);
$
(
'
#sm
'
).
sidemenu
(
opts
.
collapsed
?
'
expand
'
:
'
collapse
'
);
opts
=
$
(
'
#sm
'
).
sidemenu
(
'
options
'
);
$
(
'
#sm
'
).
sidemenu
(
'
resize
'
,
{
width
:
opts
.
collapsed
?
60
:
200
})
}
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/sidemenu/sidemenu_style.css
0 → 100644
View file @
ab2872c1
@import
'http://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'
;
.sidemenu
.accordion
.panel-title
{
color
:
#b8c7ce
;
}
.sidemenu
.accordion
.accordion-header
{
background
:
#222d32
;
color
:
#b8c7ce
;
}
.sidemenu
.accordion
.accordion-body
{
background
:
#2c3b41
;
color
:
#8aa4af
;
}
.sidemenu
.accordion
.accordion-header-selected
{
background
:
#1e282c
;
}
.sidemenu
.accordion
.accordion-collapse
{
background
:
transparent
;
}
.sidemenu
.tree-node-hover
{
background
:
#2c3b41
;
color
:
#fff
;
}
.sidemenu
.tree-node-selected
{
background
:
#2c3b41
;
color
:
#fff
;
}
.sidemenu
.accordion-header
.panel-icon
{
font-size
:
16px
;
}
.sidemenu
.accordion-header
.panel-tool
{
display
:
none
;
}
.sidemenu
.accordion-header
::after
,
.sidemenu
.tree-node-nonleaf
::after
{
display
:
inline-block
;
vertical-align
:
top
;
border-style
:
solid
;
transform
:
rotate
(
45deg
);
width
:
4px
;
height
:
4px
;
content
:
''
;
position
:
absolute
;
right
:
10px
;
top
:
50%
;
margin-top
:
-3px
;
border-width
:
0
1px
1px
0
;
}
.sidemenu
.accordion-header-selected
::after
{
transform
:
rotate
(
-135deg
);
}
.sidemenu
.tree-node-nonleaf
::after
{
transform
:
rotate
(
-135deg
);
}
.sidemenu
.tree-node-nonleaf-collapsed
::after
{
transform
:
rotate
(
45deg
);
}
.sidemenu-collapsed
.accordion-header
::after
{
display
:
none
;
}
.sidemenu-tooltip
.accordion
{
border-color
:
#1e282c
;
}
\ No newline at end of file
erp_web/js/easyui/demo/sidemenu/style.html
0 → 100644
View file @
ab2872c1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
SideMenu Style - 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>
SideMenu Style
</h2>
<p>
Collapse the side menu to display the main icon.
</p>
<div
style=
"margin:20px 0;"
>
<a
href=
"javascript:;"
class=
"easyui-linkbutton"
onclick=
"toggle()"
>
Toggle
</a>
</div>
<div
id=
"sm"
class=
"easyui-sidemenu"
data-options=
"data:data"
></div>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"sidemenu_style.css"
>
<script
type=
"text/javascript"
>
var
data
=
[{
text
:
'
Forms
'
,
iconCls
:
'
fa fa-wpforms
'
,
state
:
'
open
'
,
children
:
[{
text
:
'
Form Element
'
},{
text
:
'
Wizard
'
},{
text
:
'
File Upload
'
}]
},{
text
:
'
Mail
'
,
iconCls
:
'
fa fa-at
'
,
selected
:
true
,
children
:
[{
text
:
'
Inbox
'
},{
text
:
'
Sent
'
},{
text
:
'
Trash
'
,
children
:
[{
text
:
'
Item1
'
},{
text
:
'
Item2
'
}]
}]
},{
text
:
'
Layout
'
,
iconCls
:
'
fa fa-table
'
,
children
:
[{
text
:
'
Panel
'
},{
text
:
'
Accordion
'
},{
text
:
'
Tabs
'
}]
}];
function
toggle
(){
var
opts
=
$
(
'
#sm
'
).
sidemenu
(
'
options
'
);
$
(
'
#sm
'
).
sidemenu
(
opts
.
collapsed
?
'
expand
'
:
'
collapse
'
);
opts
=
$
(
'
#sm
'
).
sidemenu
(
'
options
'
);
$
(
'
#sm
'
).
sidemenu
(
'
resize
'
,
{
width
:
opts
.
collapsed
?
60
:
200
})
}
</script>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui
-1.3.5
/demo/slider/basic.html
→
erp_web/js/easyui/demo/slider/basic.html
View file @
ab2872c1
...
@@ -11,13 +11,8 @@
...
@@ -11,13 +11,8 @@
</head>
</head>
<body>
<body>
<h2>
Basic Slider
</h2>
<h2>
Basic Slider
</h2>
<div
class=
"demo-info"
>
<p>
Drag the slider to change value.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0 50px 0;"
></div>
<div>
Drag the slider to change value.
</div>
<input
class=
"easyui-slider"
style=
"width:300px"
data-options=
"showTip:true"
>
</div>
<div
style=
"margin:10px 0;"
></div>
<div
style=
"margin-top:20px;"
>
<input
class=
"easyui-slider"
style=
"width:300px"
data-options=
"showTip:true"
>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/slider/fluid.html
0 → 100644
View file @
ab2872c1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Fluid Slider - 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 Slider
</h2>
<p>
This example shows how to set the width of Slider to a percentage of its parent container.
</p>
<div
style=
"margin:20px 0 50px 0;"
></div>
<p>
width: 50%
</p>
<input
class=
"easyui-slider"
value=
"50"
data-options=
"showTip:true"
style=
"width:50%;"
>
<p>
width: 30%
</p>
<input
class=
"easyui-slider"
value=
"50"
data-options=
"showTip:true"
style=
"width:30%;"
>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui
-1.3.5
/demo/slider/formattip.html
→
erp_web/js/easyui/demo/slider/formattip.html
View file @
ab2872c1
...
@@ -11,22 +11,17 @@
...
@@ -11,22 +11,17 @@
</head>
</head>
<body>
<body>
<h2>
Format Tip Information
</h2>
<h2>
Format Tip Information
</h2>
<div
class=
"demo-info"
>
<p>
This sample shows how to format tip information.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0 50px 0;"
></div>
<div>
This sample shows how to format tip information.
</div>
<input
class=
"easyui-slider"
value=
"12"
style=
"width:300px"
data-options=
"
</div>
showTip: true,
<div
style=
"margin:10px 0;"
></div>
rule: [0,'|',25,'|',50,'|',75,'|',100],
<div
style=
"margin-top:20px;"
>
tipFormatter: function(value){
<input
class=
"easyui-slider"
value=
"12"
style=
"width:300px"
data-options=
"
return value+'px';
showTip: true,
},
rule: [0,'|',25,'|',50,'|',75,'|',100],
onChange: function(value){
tipFormatter: function(value){
$('#ff').css('font-size', value);
return value+'px';
}"
>
},
onChange: function(value){
$('#ff').css('font-size', value);
}"
>
</div>
<div
id=
"ff"
style=
"margin-top:50px;font-size:12px"
>
jQuery EasyUI
</div>
<div
id=
"ff"
style=
"margin-top:50px;font-size:12px"
>
jQuery EasyUI
</div>
</body>
</body>
...
...
erp_web/js/easyui/demo/slider/nonlinear.html
0 → 100644
View file @
ab2872c1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Non Linear Slider - 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>
Non Linear Slider
</h2>
<p>
This example shows how to create a slider with a non-linear scale.
</p>
<div
style=
"margin:20px 0 50px 0;"
></div>
<div
style=
"padding:2px"
>
<input
class=
"easyui-slider"
style=
"width:400px"
data-options=
"
showTip:true,
rule: [0,'PI/4','PI/2'],
min:0,
max:300,
tipFormatter:function(value){
return (value/300.0).toFixed(4);
},
converter:{
toPosition:function(value,size){
var opts = $(this).slider('options');
return Math.asin(value/opts.max)/(Math.PI)*2*size;
},
toValue:function(pos,size){
var opts = $(this).slider('options');
return Math.sin(pos/size*Math.PI/2)*opts.max;
}
},
onChange:function(v){
var opts = $(this).slider('options');
var pos = opts.converter.toPosition.call(this, v, opts.width);
var p = $('<div class=point></div>').appendTo('#cc');
p.css('top', v);
p.css(opts.reversed?'right':'left', pos);
}
"
>
</div>
<div
style=
"margin-bottom:30px"
></div>
<div
id=
"cc"
class=
"easyui-panel"
style=
"position:relative;width:404px;height:304px;"
>
</div>
<style
scoped=
"scoped"
>
.point
{
position
:
absolute
;
width
:
2px
;
height
:
2px
;
font-size
:
0
;
background
:
red
;
}
</style>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui/demo/slider/range.html
0 → 100644
View file @
ab2872c1
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"UTF-8"
>
<title>
Range Slider - 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>
Range Slider
</h2>
<p>
This sample shows how to define a range slider.
</p>
<div
style=
"margin:20px 0 50px 0;"
></div>
<input
class=
"easyui-slider"
style=
"width:300px"
data-options=
"
showTip: true,
range: true,
value: [20,60],
rule: [0,'|',25,'|',50,'|',75,'|',100]
"
>
</body>
</html>
\ No newline at end of file
erp_web/js/easyui
-1.3.5
/demo/slider/rule.html
→
erp_web/js/easyui/demo/slider/rule.html
View file @
ab2872c1
...
@@ -11,16 +11,11 @@
...
@@ -11,16 +11,11 @@
</head>
</head>
<body>
<body>
<h2>
Slider Rule
</h2>
<h2>
Slider Rule
</h2>
<div
class=
"demo-info"
>
<p>
This sample shows how to define slider rule.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0 50px 0;"
></div>
<div>
This sample shows how to define slider rule.
</div>
<input
class=
"easyui-slider"
style=
"width:300px"
data-options=
"
</div>
showTip:true,
<div
style=
"margin:10px 0;"
></div>
rule: [0,'|',25,'|',50,'|',75,'|',100]
<div
style=
"margin-top:20px;"
>
"
>
<input
class=
"easyui-slider"
style=
"width:300px"
data-options=
"
showTip:true,
rule: [0,'|',25,'|',50,'|',75,'|',100]
"
>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/js/easyui
-1.3.5
/demo/slider/vertical.html
→
erp_web/js/easyui/demo/slider/vertical.html
View file @
ab2872c1
...
@@ -11,17 +11,15 @@
...
@@ -11,17 +11,15 @@
</head>
</head>
<body>
<body>
<h2>
Vertical Slider
</h2>
<h2>
Vertical Slider
</h2>
<div
class=
"demo-info"
>
<p>
This sample shows how to create a vertical slider.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0 50px 0;"
></div>
<div>
This sample shows how to create a vertical slider.
</div>
<div
style=
"margin:0 50px"
>
</div>
<div
style=
"margin:10px 0;"
></div>
<input
class=
"easyui-slider"
style=
"height:300px"
data-options=
"
<input
class=
"easyui-slider"
style=
"height:300px"
data-options=
"
showTip: true,
showTip: true,
mode: 'v',
mode: 'v',
reversed: false,
reversed: false,
rule: [0,'|',25,'|',50,'|',75,'|',100]
rule: [0,'|',25,'|',50,'|',75,'|',100]
"
>
"
>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
erp_web/js/easyui
-1.3.5
/demo/splitbutton/actions.html
→
erp_web/js/easyui/demo/splitbutton/actions.html
View file @
ab2872c1
...
@@ -11,15 +11,12 @@
...
@@ -11,15 +11,12 @@
</head>
</head>
<body>
<body>
<h2>
SplitButton Actions
</h2>
<h2>
SplitButton Actions
</h2>
<div
class=
"demo-info"
>
<p>
Click the buttons below to perform actions.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
>
<div>
Click the buttons below to perform actions.
</div>
</div>
<div
style=
"margin:10px 0;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"$('#btn-edit').splitbutton('disable')"
>
Disable Edit
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"$('#btn-edit').splitbutton('disable')"
>
Disable Edit
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"$('#btn-edit').splitbutton('enable')"
>
Enable Edit
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
onclick=
"$('#btn-edit').splitbutton('enable')"
>
Enable Edit
</a>
</div>
</div>
<div
style=
"padding:5px;border:1px solid #ddd
;"
>
<div
class=
"easyui-panel"
style=
"padding:5px
;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
id=
"btn-edit"
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
id=
"btn-edit"
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm2',iconCls:'icon-ok'"
>
Ok
</a>
<a
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm2',iconCls:'icon-ok'"
>
Ok
</a>
...
@@ -35,7 +32,7 @@
...
@@ -35,7 +32,7 @@
<div
class=
"menu-sep"
></div>
<div
class=
"menu-sep"
></div>
<div>
<div>
<span>
Toolbar
</span>
<span>
Toolbar
</span>
<div
style=
"width:150px;"
>
<div>
<div>
Address
</div>
<div>
Address
</div>
<div>
Link
</div>
<div>
Link
</div>
<div>
Navigation Toolbar
</div>
<div>
Navigation Toolbar
</div>
...
...
erp_web/js/easyui
-1.3.5
/demo/splitbutton/basic.html
→
erp_web/js/easyui/demo/splitbutton/basic.html
View file @
ab2872c1
...
@@ -11,12 +11,9 @@
...
@@ -11,12 +11,9 @@
</head>
</head>
<body>
<body>
<h2>
Basic SplitButton
</h2>
<h2>
Basic SplitButton
</h2>
<div
class=
"demo-info"
>
<p>
Move mouse over the arrow area of button to drop down menu.
</p>
<div
class=
"demo-tip icon-tip"
></div>
<div
style=
"margin:20px 0;"
></div>
<div>
Move mouse over the arrow area of button to drop down menu.
</div>
<div
class=
"easyui-panel"
style=
"padding:5px;"
>
</div>
<div
style=
"margin:10px 0;"
></div>
<div
style=
"padding:5px;border:1px solid #ddd;"
>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
href=
"#"
class=
"easyui-linkbutton"
data-options=
"plain:true"
>
Home
</a>
<a
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm1',iconCls:'icon-edit'"
>
Edit
</a>
<a
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm2',iconCls:'icon-ok'"
>
Ok
</a>
<a
href=
"#"
class=
"easyui-splitbutton"
data-options=
"menu:'#mm2',iconCls:'icon-ok'"
>
Ok
</a>
...
@@ -32,7 +29,7 @@
...
@@ -32,7 +29,7 @@
<div
class=
"menu-sep"
></div>
<div
class=
"menu-sep"
></div>
<div>
<div>
<span>
Toolbar
</span>
<span>
Toolbar
</span>
<div
style=
"width:150px;"
>
<div>
<div>
Address
</div>
<div>
Address
</div>
<div>
Link
</div>
<div>
Link
</div>
<div>
Navigation Toolbar
</div>
<div>
Navigation Toolbar
</div>
...
...
Prev
1
…
13
14
15
16
17
18
19
20
21
…
27
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