AstroJS/botanjs/service/templates/test/Astro.Blog.Components.Calendar.html

19 lines
490 B
HTML
Raw Normal View History

2015-08-14 13:06:23 +00:00
<html>
<head>
<title>Botan JS - Test</title>
<script>
var debugEnv = true;
</script>
<link href="/ocss/Astro.Blog.Components.Calendar" rel="stylesheet" type="text/css" />
<script src="/ojs/Astro.Blog.Components.Calendar"></script>
<script>
var a = new (BotanJS.import( "Astro.Blog.Components.Calendar" ))();
var doThing = function() { document.body.appendChild( a.init() ); };
</script>
<body onload="doThing();" >
<button onclick="a.pop( new Date() );">Test</button>
</body>
</html>