forked from Botanical/BotanJS
Initial commit
This commit is contained in:
25
botanjs/service/templates/test/System.Net.ClassLoader.html
Normal file
25
botanjs/service/templates/test/System.Net.ClassLoader.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Botan JS - Test</title>
|
||||
<script>
|
||||
var debugEnv = true;
|
||||
var _AstConf_ = { };
|
||||
</script>
|
||||
|
||||
<link href="/ocss/System.Net.ClassLoader" rel="stylesheet" type="text/css" />
|
||||
<script src="/ojs/System.Net.ClassLoader"></script>
|
||||
<script>
|
||||
var Loader = BotanJS.import( "System.Net.ClassLoader" );
|
||||
|
||||
var makeMessagebox = function()
|
||||
{
|
||||
var MessageBox = BotanJS.import( "Components.MessageBox" );
|
||||
new MessageBox( "Title", "Message" ).show();
|
||||
};
|
||||
|
||||
var ldr = new Loader( "/" );
|
||||
ldr.load( "Components.MessageBox", makeMessagebox );
|
||||
</script>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user