first commit
This commit is contained in:
26
library/jquery-easyui-1.6.10/demo/checkbox/basic.html
Normal file
26
library/jquery-easyui-1.6.10/demo/checkbox/basic.html
Normal file
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Basic CheckBox - jQuery EasyUI Demo</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../themes/default/easyui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../themes/icon.css">
|
||||
<link rel="stylesheet" type="text/css" href="../demo.css">
|
||||
<script type="text/javascript" src="../../jquery.min.js"></script>
|
||||
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h2>Basic CheckBox</h2>
|
||||
<form id="ff">
|
||||
<div style="margin-bottom:20px">
|
||||
<input class="easyui-checkbox" name="fruit" value="Apple" label="Apple:">
|
||||
</div>
|
||||
<div style="margin-bottom:20px">
|
||||
<input class="easyui-checkbox" name="fruit" value="Orange" label="Orange:">
|
||||
</div>
|
||||
<div style="margin-bottom:20px">
|
||||
<input class="easyui-checkbox" name="fruit" value="Banana" label="Banana:">
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user