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
c57e8792
Commit
c57e8792
authored
Dec 04, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更换下拉刷新页面标题
parent
1118c6a4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
examples/hello-mui/examples/template_pullrefresh.html
examples/hello-mui/examples/template_pullrefresh.html
+2
-2
examples/hello-mui/list.html
examples/hello-mui/list.html
+1
-1
No files found.
examples/hello-mui/examples/template_pullrefresh.html
View file @
c57e8792
...
@@ -72,7 +72,7 @@
...
@@ -72,7 +72,7 @@
<header
class=
"mui-bar mui-bar-nav"
>
<header
class=
"mui-bar mui-bar-nav"
>
<a
id=
"back"
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<a
id=
"back"
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
id=
"title"
class=
"mui-title"
>
下拉刷新
</h1>
<h1
id=
"title"
class=
"mui-title"
>
下拉刷新
和上拉加载更多
</h1>
</header>
</header>
<div
class=
"mui-content"
>
<div
class=
"mui-content"
>
<div
class=
"mui-loader"
></div>
<div
class=
"mui-loader"
></div>
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
titleElem
=
document
.
getElementById
(
"
title
"
);
var
titleElem
=
document
.
getElementById
(
"
title
"
);
window
.
addEventListener
(
"
updateHeader
"
,
function
(
e
)
{
window
.
addEventListener
(
"
updateHeader
"
,
function
(
e
)
{
var
title
=
'
下拉刷新
'
;
var
title
=
'
下拉刷新
和上拉加载更多
'
;
titleElem
.
innerHTML
=
title
;
titleElem
.
innerHTML
=
title
;
titleElem
.
className
=
"
mui-title mui-fadein
"
;
titleElem
.
className
=
"
mui-title mui-fadein
"
;
});
});
...
...
examples/hello-mui/list.html
View file @
c57e8792
...
@@ -271,7 +271,7 @@
...
@@ -271,7 +271,7 @@
</li>
</li>
<li
class=
"mui-table-view-cell"
>
<li
class=
"mui-table-view-cell"
>
<a
class=
"mui-navigate-right"
href=
"examples/pullrefresh.html"
>
<a
class=
"mui-navigate-right"
href=
"examples/pullrefresh.html"
>
pull to refresh(下拉刷新
&
上拉加载
)
pull to refresh(下拉刷新
和上拉加载更多
)
</a>
</a>
</li>
</li>
...
...
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