aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent/multiapp.html
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2008-04-04 13:13:04 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2008-04-04 13:13:04 +0000
commitfbe2591351576c7fb3602616b80a99749f0995eb (patch)
treee174813e3d5258313f4fd0353be57a58b2bc9d83 /WebContent/multiapp.html
parent95d4f7757851fcdc1ff4ded1033f254e892eca92 (diff)
downloadvaadin-framework-fbe2591351576c7fb3602616b80a99749f0995eb.tar.gz
vaadin-framework-fbe2591351576c7fb3602616b80a99749f0995eb.zip
initial commit for #704
svn changeset:4127/svn branch:trunk
Diffstat (limited to 'WebContent/multiapp.html')
-rw-r--r--WebContent/multiapp.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html
new file mode 100644
index 0000000000..5a119ddce9
--- /dev/null
+++ b/WebContent/multiapp.html
@@ -0,0 +1,42 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" style="width:100%;height:100%;border:0;margin:0;">
+<head>
+<title>IT Mill Toolkit 5</title>
+<script type="text/javascript">
+ var itmill = {
+ toolkitConfigurations: {
+ 'fb' :{
+ appUri:'/FeatureBrowser',
+ pathInfo: '/',
+ themeUri: '/ITMILL/themes/example',
+ versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+ },
+ 'calc' :{
+ appUri:'/Calc',
+ pathInfo: '/',
+ themeUri: '/ITMILL/themes/example',
+ versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+ },
+ 'hello' :{
+ appUri:'/HelloWorld',
+ pathInfo: '/',
+ themeUri: '/ITMILL/themes/example',
+ versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
+ }
+
+
+ }};
+</script>
+<script language='javascript' src='/ITMILL/widgetsets/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet/com.itmill.toolkit.terminal.gwt.DefaultWidgetSet.nocache.js'></script>
+<link REL="stylesheet" TYPE="text/css" HREF="/ITMILL/themes/example/styles.css">
+</head>
+<body class="i-generated-body">
+ <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe>
+
+ <p>Multiple toolkits per html file test page</p>
+
+ <div id="fb" style="height:400px;border:2px solid red;margin:0"></div>
+ <div id="calc" style="border:2px solid green;margin:0"></div>
+ <div id="hello" style="border:2px solid blue;margin:0"></div>
+ </body>
+</html> \ No newline at end of file