forked from Botanical/BotanJS
		
	Astro Classes
This commit is contained in:
		@@ -0,0 +1,18 @@
 | 
			
		||||
<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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user