forked from Botanical/BotanJS
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			490 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			490 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<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>
 |