You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
550 B
22 lines
550 B
5 years ago
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Compound Visual Test : Datepicker in Dialog</title>
|
||
|
<link rel="stylesheet" href="../visual.css">
|
||
|
<link rel="stylesheet" href="../../../themes/base/all.css">
|
||
|
<script src="../../../external/requirejs/require.js"></script>
|
||
|
<script src="../../../demos/bootstrap.js" data-modules="datepicker dialog" data-composite="true">
|
||
|
$( "#datepicker" ).datepicker();
|
||
|
$( "#dialog" ).dialog();
|
||
|
</script>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<div id="dialog">
|
||
|
<input id="datepicker">
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|