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
a84c2e7e
Commit
a84c2e7e
authored
Jan 04, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update docs
parent
162bce35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
javascript/index.html
javascript/index.html
+18
-18
No files found.
javascript/index.html
View file @
a84c2e7e
...
...
@@ -6,15 +6,15 @@
<title>
javascript
·
MUI
</title>
<meta
name=
"description"
content=
"MUI: 最接近原生APP体验的高性能前端框架"
>
<meta
name=
"viewport"
content=
"initial-scale=1, maximum-scale=1"
>
<link
rel=
"shortcut icon"
href=
"/favicon.ico"
>
<link
rel=
"shortcut icon"
href=
"
http://dcloudio.github.io/mui
/favicon.ico"
>
<meta
name=
"apple-mobile-web-app-capable"
content=
"yes"
>
<meta
name=
"apple-mobile-web-app-status-bar-style"
content=
"black"
>
<link
rel=
"stylesheet"
href=
"/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"
/dist/css/mui.min.css?v=2015-01-04 17:19:11
+0800"
>
<link
rel=
"stylesheet"
href=
"
/assets/css/docs.css?v=2015-01-04 17:19:11
+0800"
>
<link
rel=
"stylesheet"
href=
"
http://dcloudio.github.io/mui
/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"
http://dcloudio.github.io/mui/dist/css/mui.min.css?v=2015-01-04 17:24:52
+0800"
>
<link
rel=
"stylesheet"
href=
"
http://dcloudio.github.io/mui/assets/css/docs.css?v=2015-01-04 17:24:52
+0800"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"/assets/img/apple-touch-icon-114x114.png"
>
<link
rel=
"apple-touch-icon-precomposed"
sizes=
"114x114"
href=
"
http://dcloudio.github.io/mui
/assets/img/apple-touch-icon-114x114.png"
>
</head>
...
...
@@ -34,16 +34,16 @@
<div
class=
"container"
>
<div
class=
"column"
>
<h1
class=
"docs-title"
>
<a
href=
"/"
>
MUI
</a>
<a
href=
"
http://dcloudio.github.io/mui
/"
>
MUI
</a>
</h1>
<nav
class=
"docs-nav mui-clearfix"
>
<a
class=
"docs-nav-trigger mui-icon mui-icon-bars mui-pull-right js-docs-nav-trigger"
href=
"#"
></a>
<div
class=
"docs-nav-group"
>
<a
class=
"docs-nav-item"
href=
"/"
>
首页
</a>
<a
class=
"docs-nav-item"
href=
"/getting-started"
>
新手指南
</a>
<a
class=
"docs-nav-item"
href=
"/components"
>
CSS组件
</a>
<a
class=
"docs-nav-item"
href=
"/javascript"
>
JavaScript
</a>
<!-- <a class="docs-nav-item" href="/about" >关于</a> -->
<a
class=
"docs-nav-item"
href=
"
http://dcloudio.github.io/mui
/"
>
首页
</a>
<a
class=
"docs-nav-item"
href=
"
http://dcloudio.github.io/mui
/getting-started"
>
新手指南
</a>
<a
class=
"docs-nav-item"
href=
"
http://dcloudio.github.io/mui
/components"
>
CSS组件
</a>
<a
class=
"docs-nav-item"
href=
"
http://dcloudio.github.io/mui
/javascript"
>
JavaScript
</a>
<!-- <a class="docs-nav-item" href="
http://dcloudio.github.io/mui
/about" >关于</a> -->
<a
class=
"docs-nav-item"
href=
"https://github.com/dcloudio/mui"
>
GitHub地址
</a>
</div>
</nav>
...
...
@@ -156,18 +156,18 @@ mui的解决思路是:将需要滚动的区域通过单独的webview实现,
<p
class=
"component-description"
><strong>
示例:
</strong>
Hello mui的首页其实就是index.html加list.html合并而成的,如下:
</p>
<div
id=
"subpage-demo"
style=
"height:324px"
>
<div>
<img
src=
"/assets/img/hello-mui-index.png"
alt=
""
style=
"border-color:blue;"
>
<img
src=
"
http://dcloudio.github.io/mui
/assets/img/hello-mui-index.png"
alt=
""
style=
"border-color:blue;"
>
<div
class=
"pagename"
>
index.html
</div>
</div>
<div
class=
"subpage-tip"
>
+
</div>
<div>
<img
src=
"/assets/img/hello-mui-list.png"
alt=
""
style=
"border-color:red;margin-top:36px;"
>
<img
src=
"
http://dcloudio.github.io/mui
/assets/img/hello-mui-list.png"
alt=
""
style=
"border-color:red;margin-top:36px;"
>
<div
class=
"pagename"
>
list.html
</div>
</div>
<div
class=
"subpage-tip"
>
=
</div>
<div>
<div
id=
"hello-mui-index"
style=
"border:1px solid blue;"
>
<img
src=
"/assets/img/hello-mui-list.png"
alt=
""
style=
"margin-top:29px;border-color:red;max-width:190px;height:257px"
>
<img
src=
"
http://dcloudio.github.io/mui
/assets/img/hello-mui-list.png"
alt=
""
style=
"margin-top:29px;border-color:red;max-width:190px;height:257px"
>
</div>
<div
class=
"pagename"
>
合并后的首页
</div>
</div>
...
...
@@ -1053,10 +1053,10 @@ mui的解决思路是:单webview只承载单个页面的dom,减少dom层级
<li>
·
</li>
</ul>
</div>
<script
src=
"/dist/js/jquery-2.1.1.js"
></script>
<script
src=
"/dist/js/bootstrap.min.js"
></script>
<script
src=
"
/dist/js/mui.min.js?v=2015-01-04 17:19:11
+0800"
></script>
<script
src=
"
/assets/js/docs.min.js?v=2015-01-04 17:19:11
+0800"
></script>
<script
src=
"
http://dcloudio.github.io/mui
/dist/js/jquery-2.1.1.js"
></script>
<script
src=
"
http://dcloudio.github.io/mui
/dist/js/bootstrap.min.js"
></script>
<script
src=
"
http://dcloudio.github.io/mui/dist/js/mui.min.js?v=2015-01-04 17:24:52
+0800"
></script>
<script
src=
"
http://dcloudio.github.io/mui/assets/js/docs.min.js?v=2015-01-04 17:24:52
+0800"
></script>
<script
type=
"text/javascript"
>
var
_bdhmProtocol
=
((
"
https:
"
==
document
.
location
.
protocol
)
?
"
https://
"
:
"
http://
"
);
document
.
write
(
unescape
(
"
%3Cscript src='
"
+
_bdhmProtocol
+
"
hm.baidu.com/h.js%3Ffff299fda9ff2d5ac97d9e621f738e52' type='text/javascript'%3E%3C/script%3E
"
));
...
...
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