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
4eb16f89
Commit
4eb16f89
authored
Aug 29, 2014
by
fxy060608
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mui docs
parent
29485d4b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
13 deletions
+13
-13
components/index.html
components/index.html
+8
-8
sitemap.xml
sitemap.xml
+5
-5
No files found.
components/index.html
View file @
4eb16f89
...
@@ -693,7 +693,7 @@
...
@@ -693,7 +693,7 @@
</article>
</article>
<article
class=
"component"
>
<article
class=
"component"
>
<h3
class=
"component-title"
>
Table view with
toggl
es
</h3>
<h3
class=
"component-title"
>
Table view with
switch
es
</h3>
<div
class=
"component-example component-example-fullbleed"
>
<div
class=
"component-example component-example-fullbleed"
>
<ul
class=
"mui-table-view"
>
<ul
class=
"mui-table-view"
>
...
@@ -1053,8 +1053,8 @@
...
@@ -1053,8 +1053,8 @@
<!-- Toggle -->
<!-- Toggle -->
<article
class=
"component"
id=
"toggles"
>
<article
class=
"component"
id=
"toggles"
>
<h3
class=
"component-title"
>
Toggl
es
</h3>
<h3
class=
"component-title"
>
Switch
es
</h3>
<p
class=
"component-description"
>
Toggl
es can be used by sliding or tapping the control.
</p>
<p
class=
"component-description"
>
Switch
es can be used by sliding or tapping the control.
</p>
<div
class=
"component-example"
>
<div
class=
"component-example"
>
<div
class=
"mui-switch mui-active"
>
<div
class=
"mui-switch mui-active"
>
...
@@ -1069,12 +1069,12 @@
...
@@ -1069,12 +1069,12 @@
<span
class=
"nt"
>
<
div
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-switch-handle
"
</span><span
class=
"nt"
>
><
/div
>
</span>
<span
class=
"nt"
>
<
div
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-switch-handle
"
</span><span
class=
"nt"
>
><
/div
>
</span>
<span
class=
"nt"
>
<
/div
>
</span></code></pre></div>
<span
class=
"nt"
>
<
/div
>
</span></code></pre></div>
<p
class=
"component-description"
>
Toggl
es.js binds an event to the document that returns a detail object and can be used to fire a callback.
</p>
<p
class=
"component-description"
>
Switch
es.js binds an event to the document that returns a detail object and can be used to fire a callback.
</p>
<div
class=
"highlight"
><pre><code
class=
"language-js"
data-lang=
"js"
><span
class=
"c1"
>
// Only needed if you want to fire a callback
</span>
<div
class=
"highlight"
><pre><code
class=
"language-js"
data-lang=
"js"
><span
class=
"c1"
>
// Only needed if you want to fire a callback
</span>
<span
class=
"nb"
>
document
</span>
<span
class=
"nb"
>
document
</span>
<span
class=
"p"
>
.
</span><span
class=
"nx"
>
querySelector
</span><span
class=
"p"
>
(
</span><span
class=
"s1"
>
'
#myToggle
'
</span><span
class=
"p"
>
)
</span>
<span
class=
"p"
>
.
</span><span
class=
"nx"
>
querySelector
</span><span
class=
"p"
>
(
</span><span
class=
"s1"
>
'
#myToggle
'
</span><span
class=
"p"
>
)
</span>
<span
class=
"p"
>
.
</span><span
class=
"nx"
>
addEventListener
</span><span
class=
"p"
>
(
</span><span
class=
"s1"
>
'
mui-switch
'
</span><span
class=
"p"
>
,
</span>
<span
class=
"nx"
>
myFunction
</span><span
class=
"p"
>
)
</span></code></pre></div>
<span
class=
"p"
>
.
</span><span
class=
"nx"
>
addEventListener
</span><span
class=
"p"
>
(
</span><span
class=
"s1"
>
'
toggle
'
</span><span
class=
"p"
>
,
</span>
<span
class=
"nx"
>
myFunction
</span><span
class=
"p"
>
)
</span></code></pre></div>
</article>
</article>
...
@@ -1115,7 +1115,7 @@
...
@@ -1115,7 +1115,7 @@
<h3
class=
"component-title"
>
Modals
</h3>
<h3
class=
"component-title"
>
Modals
</h3>
<div
class=
"component-example"
>
<div
class=
"component-example"
>
<a
href=
"#myModalexample"
class=
"mui-btn"
>
Open m
ui-m
odal
</a>
<a
href=
"#myModalexample"
class=
"mui-btn"
>
Open modal
</a>
<div
id=
"myModalexample"
class=
"mui-modal"
>
<div
id=
"myModalexample"
class=
"mui-modal"
>
<header
class=
"mui-bar mui-bar-nav"
>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-icon mui-icon-close mui-pull-right"
href=
"#myModalexample"
></a>
<a
class=
"mui-icon mui-icon-close mui-pull-right"
href=
"#myModalexample"
></a>
...
@@ -1126,7 +1126,7 @@
...
@@ -1126,7 +1126,7 @@
</div>
</div>
</div>
</div>
<div
class=
"highlight"
><pre><code
class=
"language-html"
data-lang=
"html"
><span
class=
"nt"
>
<
a
</span>
<span
class=
"na"
>
href=
</span><span
class=
"s"
>
"
#myModalexample
"
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-btn
"
</span><span
class=
"nt"
>
>
</span>
Open m
ui-m
odal
<span
class=
"nt"
>
<
/a
>
</span>
<div
class=
"highlight"
><pre><code
class=
"language-html"
data-lang=
"html"
><span
class=
"nt"
>
<
a
</span>
<span
class=
"na"
>
href=
</span><span
class=
"s"
>
"
#myModalexample
"
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-btn
"
</span><span
class=
"nt"
>
>
</span>
Open modal
<span
class=
"nt"
>
<
/a
>
</span>
<span
class=
"nt"
>
<
div
</span>
<span
class=
"na"
>
id=
</span><span
class=
"s"
>
"
myModalexample
"
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-modal
"
</span><span
class=
"nt"
>
>
</span>
<span
class=
"nt"
>
<
div
</span>
<span
class=
"na"
>
id=
</span><span
class=
"s"
>
"
myModalexample
"
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-modal
"
</span><span
class=
"nt"
>
>
</span>
<span
class=
"nt"
>
<
header
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-bar mui-bar-nav
"
</span><span
class=
"nt"
>
>
</span>
<span
class=
"nt"
>
<
header
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-bar mui-bar-nav
"
</span><span
class=
"nt"
>
>
</span>
<span
class=
"nt"
>
<
a
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-icon mui-icon-close mui-pull-right
"
</span>
<span
class=
"na"
>
href=
</span><span
class=
"s"
>
"
#myModalexample
"
</span><span
class=
"nt"
>
><
/a
>
</span>
<span
class=
"nt"
>
<
a
</span>
<span
class=
"na"
>
class=
</span><span
class=
"s"
>
"
mui-icon mui-icon-close mui-pull-right
"
</span>
<span
class=
"na"
>
href=
</span><span
class=
"s"
>
"
#myModalexample
"
</span><span
class=
"nt"
>
><
/a
>
</span>
...
@@ -1138,7 +1138,7 @@
...
@@ -1138,7 +1138,7 @@
<span
class=
"nt"
>
<
/div
>
</span>
<span
class=
"nt"
>
<
/div
>
</span>
<span
class=
"nt"
>
<
/div
>
</span></code></pre></div>
<span
class=
"nt"
>
<
/div
>
</span></code></pre></div>
<p
class=
"component-description"
>
Modals are designed to only fire from links. Set the value of the
mui-switch links href to the id of a mui-
modal.
</p>
<p
class=
"component-description"
>
Modals are designed to only fire from links. Set the value of the
toggle links href to the id of a
modal.
</p>
</article>
</article>
...
...
sitemap.xml
View file @
4eb16f89
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<urlset
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns=
"http://www.sitemaps.org/schemas/sitemap/0.9"
>
<urlset
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns=
"http://www.sitemaps.org/schemas/sitemap/0.9"
>
<url>
<url>
<loc>
http://dcloudio.github.io/mui/
</loc>
<loc>
http://dcloudio.github.io/mui/
</loc>
<lastmod>
2014-08-29T23:0
2:52
+08:00
</lastmod>
<lastmod>
2014-08-29T23:0
6:13
+08:00
</lastmod>
<changefreq>
daily
</changefreq>
<changefreq>
daily
</changefreq>
<priority>
1.0
</priority>
<priority>
1.0
</priority>
</url>
</url>
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<url>
<url>
<loc>
http://dcloudio.github.io/mui/about/
</loc>
<loc>
http://dcloudio.github.io/mui/about/
</loc>
<lastmod>
2014-08-29T23:0
2:52
+08:00
</lastmod>
<lastmod>
2014-08-29T23:0
6:13
+08:00
</lastmod>
<changefreq>
weekly
</changefreq>
<changefreq>
weekly
</changefreq>
<priority>
0.7
</priority>
<priority>
0.7
</priority>
</url>
</url>
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<url>
<url>
<loc>
http://dcloudio.github.io/mui/components/
</loc>
<loc>
http://dcloudio.github.io/mui/components/
</loc>
<lastmod>
2014-08-29T23:0
2:52
+08:00
</lastmod>
<lastmod>
2014-08-29T23:0
6:13
+08:00
</lastmod>
<changefreq>
weekly
</changefreq>
<changefreq>
weekly
</changefreq>
<priority>
0.7
</priority>
<priority>
0.7
</priority>
</url>
</url>
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<url>
<url>
<loc>
http://dcloudio.github.io/mui/getting-started/
</loc>
<loc>
http://dcloudio.github.io/mui/getting-started/
</loc>
<lastmod>
2014-08-29T23:0
2:52
+08:00
</lastmod>
<lastmod>
2014-08-29T23:0
6:13
+08:00
</lastmod>
<changefreq>
weekly
</changefreq>
<changefreq>
weekly
</changefreq>
<priority>
0.7
</priority>
<priority>
0.7
</priority>
</url>
</url>
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<url>
<url>
<loc>
http://dcloudio.github.io/mui/javascript/
</loc>
<loc>
http://dcloudio.github.io/mui/javascript/
</loc>
<lastmod>
2014-08-29T23:0
2:52
+08:00
</lastmod>
<lastmod>
2014-08-29T23:0
6:13
+08:00
</lastmod>
<changefreq>
weekly
</changefreq>
<changefreq>
weekly
</changefreq>
<priority>
0.7
</priority>
<priority>
0.7
</priority>
</url>
</url>
...
...
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