kero
Version:
51 lines (50 loc) • 2.35 kB
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title</title>
<link rel="stylesheet" type="text/css" href="http://design.yyuap.com/static/uui/latest/css/font-awesome.css">
<link rel="stylesheet" type="text/css" href="http://design.yyuap.com/static/uui/latest/css/tree.css">
<link rel="stylesheet" type="text/css" href="http://design.yyuap.com/static/uui/latest/css/grid.css">
<link rel="stylesheet" type="text/css" href="http://design.yyuap.com/static/uui/latest/css/u.css">
<link rel="stylesheet" type="text/css" href="http://design.yyuap.com/static/uui/latest/css/u-extend.css">
<link rel="stylesheet" type="text/css" href="widget.css">
</head>
<body>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script src="../../../vendor/uui/js/u-polyfill.js"></script>
<script src="../../../vendor/uui/js/u-ui.js"></script>
<style>
label {
display: inline-block;
width: 100px;
text-align: justify;
}
</style>
</head>
<body>
<label for="V_integer">integer</label><input type="text" id="V_integer"/><br>
<label for="V_float">float</label><input type="float" id="V_float"/><br>
<label for="V_zipCode">zipCode</label><input type="text" id="V_zipCode"><br>
<label for="V_phone">phone</label><input type="text" id="V_phone"><br>
<label for="V_email">email</label><input type="text" id="V_email"><br>
<label for="V_url">url</label><input type="text" id="V_url"><br>
<label for="V_datetime">datetime</label><input type="text" id="V_datetime"><br>
<script src="validate.js"></script>
</body>
</html>
<script src="http://design.yyuap.com/static/jquery/jquery-1.9.1.min.js"></script>
<script src="http://design.yyuap.com/static/knockout/knockout-3.2.0.debug.js"></script>
<script src="http://design.yyuap.com/static/uui/latest/js/u-polyfill.js"></script>
<script src="http://design.yyuap.com/static/uui/latest/js/u.js"></script>
<script src="http://design.yyuap.com/static/uui/latest/js/u-tree.js"></script>
<script src="http://design.yyuap.com/static/uui/latest/js/u-grid.js"></script>
<script src="http://design.yyuap.com/static/requirejs/require.debug.js"></script>
<script src="widget.js"></script>
</body>
</html>