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
eac743bb
Commit
eac743bb
authored
Jan 22, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加disable radio/checkbox演示示例
parent
ce116cfd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
37 deletions
+51
-37
examples/hello-mui/examples/checkbox.html
examples/hello-mui/examples/checkbox.html
+12
-4
examples/hello-mui/examples/radio.html
examples/hello-mui/examples/radio.html
+39
-33
No files found.
examples/hello-mui/examples/checkbox.html
View file @
eac743bb
...
@@ -38,26 +38,34 @@
...
@@ -38,26 +38,34 @@
<div
class=
"mui-card"
>
<div
class=
"mui-card"
>
<form
class=
"mui-input-group"
>
<form
class=
"mui-input-group"
>
<div
class=
"mui-input-row mui-checkbox mui-left"
>
<div
class=
"mui-input-row mui-checkbox mui-left"
>
<label>
C
heckbox
</label>
<label>
c
heckbox
</label>
<input
name=
"checkbox"
type=
"checkbox"
>
<input
name=
"checkbox"
type=
"checkbox"
>
</div>
</div>
<div
class=
"mui-input-row mui-checkbox mui-left"
>
<div
class=
"mui-input-row mui-checkbox mui-left"
>
<label>
C
heckbox
</label>
<label>
c
heckbox
</label>
<input
name=
"checkbox"
type=
"checkbox"
checked
>
<input
name=
"checkbox"
type=
"checkbox"
checked
>
</div>
</div>
<div
class=
"mui-input-row mui-checkbox mui-left"
>
<label>
disabled checkbox
</label>
<input
name=
"checkbox"
type=
"checkbox"
disabled=
"disabled"
>
</div>
</form>
</form>
</div>
</div>
<h5
class=
"mui-content-padded"
>
图标右对齐
</h5>
<h5
class=
"mui-content-padded"
>
图标右对齐
</h5>
<div
class=
"mui-card"
>
<div
class=
"mui-card"
>
<form
class=
"mui-input-group"
>
<form
class=
"mui-input-group"
>
<div
class=
"mui-input-row mui-checkbox"
>
<div
class=
"mui-input-row mui-checkbox"
>
<label>
C
heckbox
</label>
<label>
c
heckbox
</label>
<input
name=
"checkbox1"
type=
"checkbox"
>
<input
name=
"checkbox1"
type=
"checkbox"
>
</div>
</div>
<div
class=
"mui-input-row mui-checkbox"
>
<div
class=
"mui-input-row mui-checkbox"
>
<label>
C
heckbox
</label>
<label>
c
heckbox
</label>
<input
name=
"checkbox1"
type=
"checkbox"
checked
>
<input
name=
"checkbox1"
type=
"checkbox"
checked
>
</div>
</div>
<div
class=
"mui-input-row mui-checkbox"
>
<label>
disabled checkbox
</label>
<input
name=
"checkbox1"
type=
"checkbox"
disabled=
"disabled"
>
</div>
</form>
</form>
</div>
</div>
</div>
</div>
...
...
examples/hello-mui/examples/radio.html
View file @
eac743bb
...
@@ -29,22 +29,26 @@
...
@@ -29,22 +29,26 @@
<body>
<body>
<header
class=
"mui-bar mui-bar-nav"
>
<header
class=
"mui-bar mui-bar-nav"
>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<a
class=
"mui-action-back mui-icon mui-icon-left-nav mui-pull-left"
></a>
<h1
class=
"mui-title"
>
单选框(R
adio)
</h1>
<h1
class=
"mui-title"
>
单选框(r
adio)
</h1>
</header>
</header>
<div
class=
"mui-content"
>
<div
class=
"mui-content"
>
<h5
class=
"mui-content-padded"
>
图标左对齐
</h5>
<h5
class=
"mui-content-padded"
>
图标左对齐
</h5>
<div
class=
"mui-card"
>
<div
class=
"mui-card"
>
<form
class=
"mui-input-group"
>
<form
class=
"mui-input-group"
>
<div
class=
"mui-input-row mui-radio mui-left"
>
<div
class=
"mui-input-row mui-radio mui-left"
>
<label>
R
adio
</label>
<label>
r
adio
</label>
<input
name=
"radio1"
type=
"radio"
>
<input
name=
"radio1"
type=
"radio"
>
</div>
</div>
<div
class=
"mui-input-row mui-radio mui-left"
>
<div
class=
"mui-input-row mui-radio mui-left"
>
<label>
R
adio
</label>
<label>
r
adio
</label>
<input
name=
"radio1"
type=
"radio"
checked
>
<input
name=
"radio1"
type=
"radio"
checked
>
</div>
</div>
<div
class=
"mui-input-row mui-radio mui-left"
>
<label>
disabled radio
</label>
<input
name=
"radio1"
type=
"radio"
disabled=
"disabled"
>
</div>
</form>
</form>
</div>
</div>
...
@@ -52,18 +56,20 @@
...
@@ -52,18 +56,20 @@
<div
class=
"mui-card"
>
<div
class=
"mui-card"
>
<form
class=
"mui-input-group"
>
<form
class=
"mui-input-group"
>
<div
class=
"mui-input-row mui-radio"
>
<div
class=
"mui-input-row mui-radio"
>
<label>
R
adio
</label>
<label>
r
adio
</label>
<input
name=
"radio1"
type=
"radio"
>
<input
name=
"radio1"
type=
"radio"
>
</div>
</div>
<div
class=
"mui-input-row mui-radio"
>
<div
class=
"mui-input-row mui-radio"
>
<label>
R
adio
</label>
<label>
r
adio
</label>
<input
name=
"radio1"
type=
"radio"
checked
>
<input
name=
"radio1"
type=
"radio"
checked
>
</div>
</div>
<div
class=
"mui-input-row mui-radio"
>
<label>
disabled radio
</label>
<input
name=
"radio1"
type=
"radio"
disabled=
"disabled"
>
</div>
</form>
</form>
</div>
</div>
</div>
</div>
</body>
</body>
</html>
</html>
\ No newline at end of file
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