Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
68ff3fd7
Commit
68ff3fd7
authored
Dec 02, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
delete unused file
parent
dcbf01b5
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
5184 deletions
+0
-5184
examples/hello-mui/css/mui.css
examples/hello-mui/css/mui.css
+0
-5025
examples/hello-mui/examples/feedback.html
examples/hello-mui/examples/feedback.html
+0
-42
examples/hello-mui/examples/listpicker.html
examples/hello-mui/examples/listpicker.html
+0
-112
examples/hello-mui/images/42x42.gif
examples/hello-mui/images/42x42.gif
+0
-0
examples/hello-mui/images/pull_arrow.png
examples/hello-mui/images/pull_arrow.png
+0
-0
examples/hello-mui/images/pull_fresh.png
examples/hello-mui/images/pull_fresh.png
+0
-0
examples/hello-mui/list.html
examples/hello-mui/list.html
+0
-5
No files found.
examples/hello-mui/css/mui.css
deleted
100644 → 0
View file @
dcbf01b5
This diff is collapsed.
Click to expand it.
examples/hello-mui/examples/feedback.html
deleted
100644 → 0
View file @
dcbf01b5
<!doctype html>
<html
lang=
"en"
class=
"feedback"
>
<head>
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
/>
<title>
feedback
</title>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/mui.min.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/app.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/feedback-page.css"
/>
</head>
<body>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
class=
"mui-title"
>
意见反馈
</h1>
</header>
<div
class=
"mui-content"
>
<p>
问题和意见
</p>
<div
class=
"row mui-input-row"
>
<textarea
id=
'question'
class=
"mui-input-clear question"
placeholder=
"请详细描述你的问题和意见..."
></textarea>
</div>
<p>
图片(选填,提供问题截图)
</p>
<div
id=
'image-list'
class=
"row image-list"
>
</div>
<p>
QQ/邮箱
</p>
<div
class=
"mui-input-row"
>
<input
id=
'contact'
type=
"text"
class=
"mui-input-clear contact"
placeholder=
"(选填,方便我们联系你 )"
/>
</div>
<button
id=
'submit'
type=
"button"
class=
"mui-btn mui-btn-green"
>
提交
</button>
</div>
<p>
此示例基于环信 “WebIM SDK” + 环信 “移动客服” 实现,在环信 “移动客服面板” 能够查阅反馈信息。
</p>
<script
src=
"../js/mui.min.js"
></script>
<script
src=
'../libs/easymob-webim-sdk/jquery-1.11.1.js'
></script>
<script
src=
'../libs/easymob-webim-sdk/strophe-custom-2.0.0.js'
></script>
<script
src=
'../libs/easymob-webim-sdk/json2.js'
></script>
<script
src=
"../libs/easymob-webim-sdk/easemob.im-1.0.5.js"
></script>
<script
src=
'../js/feedback.js'
></script>
<script
src=
"../js/feedback-page.js"
></script>
</body>
</html>
\ No newline at end of file
examples/hello-mui/examples/listpicker.html
deleted
100644 → 0
View file @
dcbf01b5
<!DOCTYPE html>
<html>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no"
/>
<title></title>
<link
href=
"../css/mui.min.css"
rel=
"stylesheet"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../css/app.css"
/>
<link
href=
"../css/mui.listpicker.css"
rel=
"stylesheet"
/>
<style>
html
,
body
,
.mui-content
{
height
:
0px
;
margin
:
0px
;
background-color
:
#efeff4
;
}
h5
.mui-content-padded
{
margin-left
:
3px
;
margin-top
:
20px
!important
;
}
h5
.mui-content-padded
:first-child
{
margin-top
:
12px
!important
;
}
.mui-btn
{
font-size
:
16px
;
padding
:
8px
;
margin
:
3px
;
}
.btn-area
{
text-align
:
center
;
}
.btn-area
button
{
width
:
47%
;
font-size
:
14px
;
}
.ui-alert
{
text-align
:
center
;
padding
:
20px
10px
;
font-size
:
16px
;
}
</style>
</head>
<body>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
class=
"mui-title"
>
listpicker (选择列表)
</h1>
</header>
<div
class=
"mui-content"
>
<div
class=
"mui-content-padded"
>
<div
id=
'userPicker'
class=
"mui-listpicker"
>
<div
class=
"mui-listpicker-inner"
>
<ul>
<li
data-value=
"ywj"
>
董事长 叶文洁
</li>
<li
data-value=
"aaa"
>
总经理 艾AA
</li>
<li
data-value=
"lj"
>
罗辑
</li>
<li
data-value=
"ymt"
>
云天明
</li>
<li
data-value=
"shq"
>
史强
</li>
<li
data-value=
"zhbh"
>
章北海
</li>
<li
data-value=
"zhy"
>
庄颜
</li>
<li
data-value=
"gyf"
>
关一帆
</li>
<li
data-value=
"zhz"
>
智子
</li>
<li
data-value=
"gezh"
>
歌者
</li>
</ul>
</div>
</div>
<p
class=
"btn-area"
>
<button
data-method=
'getSelectedIndex'
data-args=
''
class=
"mui-btn api-btn"
type=
'button'
>
获取选中的索引
</button>
<button
data-method=
'getSelectedValue'
data-args=
''
class=
"mui-btn api-btn"
type=
'button'
>
获取选中的值
</button>
<button
data-method=
'getSelectedText'
data-args=
''
class=
"mui-btn api-btn"
type=
'button'
>
获取选中的文本
</button>
<button
data-method=
'getSelectedItem'
data-args=
''
class=
"mui-btn api-btn"
type=
'button'
>
获取选中的项
</button>
<button
data-method=
'setSelectedIndex'
data-args=
'6'
class=
"mui-btn api-btn"
type=
'button'
>
设置选中的索引(6)
</button>
<button
data-method=
'setSelectedValue'
data-args=
'zhz'
class=
"mui-btn api-btn"
type=
'button'
>
设置选中的值(智子)
</button>
</p>
<div
id=
'result'
class=
"ui-alert"
></div>
</div>
</div>
<script
src=
"../js/mui.min.js"
></script>
<script
src=
"../js/mui.listpicker.js"
></script>
<script
type=
"text/javascript"
charset=
"utf-8"
>
(
function
(
$
,
doc
)
{
$
.
init
();
$
.
ready
(
function
()
{
//
var
userPicker
=
doc
.
getElementById
(
'
userPicker
'
);
var
result
=
doc
.
getElementById
(
'
result
'
);
//userPicker.setSelectedValue('ymt');
userPicker
.
addEventListener
(
'
change
'
,
function
(
event
)
{
var
index
=
event
.
detail
.
index
;
//console.log(index);
},
false
);
var
apiBtns
=
[].
slice
.
call
(
$
(
'
.api-btn
'
));
for
(
var
i
in
apiBtns
)
{
var
btn
=
apiBtns
[
i
];
btn
.
addEventListener
(
'
tap
'
,
function
(
event
)
{
var
method
=
this
.
getAttribute
(
'
data-method
'
);
var
args
=
this
.
getAttribute
(
'
data-args
'
);
var
rs
=
userPicker
[
method
](
args
);
if
(
rs
!==
null
&&
rs
!==
undefined
)
{
result
.
innerText
=
(
typeof
(
rs
)
==
'
string
'
?
rs
:
JSON
.
stringify
(
rs
));
}
},
false
);
}
});
})(
mui
,
document
);
</script>
</body>
</html>
\ No newline at end of file
examples/hello-mui/images/42x42.gif
deleted
100644 → 0
View file @
dcbf01b5
163 Bytes
examples/hello-mui/images/pull_arrow.png
deleted
100644 → 0
View file @
dcbf01b5
598 Bytes
examples/hello-mui/images/pull_fresh.png
deleted
100644 → 0
View file @
dcbf01b5
715 Bytes
examples/hello-mui/list.html
View file @
68ff3fd7
...
...
@@ -370,11 +370,6 @@
chat(聊天窗口)
</a>
</li>
<!-- <li id='feedback' class="mui-table-view-cell">
<a class="mui-navigate-right" href="examples/feedback.html">
feedback(问题反馈)
</a>
</li> -->
<li
class=
"mui-table-view-cell"
>
<a
class=
"mui-navigate-right"
open-type=
"common"
href=
"examples/imageviewer.html"
>
image viewer(图片预览)
...
...
Write
Preview
Markdown
is supported
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