You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

multiapp.html 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" style="width:100%;height:100%;border:0;margin:0;">
  3. <head>
  4. <title>IT Mill Toolkit 5</title>
  5. <script type="text/javascript">
  6. var itmill = {
  7. toolkitConfigurations: {
  8. 'fb' :{
  9. appUri:'/FeatureBrowser',
  10. pathInfo: '/',
  11. themeUri: '/ITMILL/themes/example',
  12. versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
  13. },
  14. 'calc' :{
  15. appUri:'/Calc',
  16. pathInfo: '/',
  17. themeUri: '/ITMILL/themes/example',
  18. versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
  19. },
  20. 'hello' :{
  21. appUri:'/HelloWorld',
  22. pathInfo: '/',
  23. themeUri: '/ITMILL/themes/example',
  24. versionInfo : {toolkitVersion:"5.9.9-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
  25. }
  26. }};
  27. </script>
  28. <script language='javascript' src='/ITMILL/widgetsets/com.vaadin.terminal.gwt.DefaultWidgetSet/com.vaadin.terminal.gwt.DefaultWidgetSet.nocache.js'></script>
  29. <link REL="stylesheet" TYPE="text/css" HREF="/ITMILL/themes/example/styles.css">
  30. </head>
  31. <body>
  32. <iframe id="__gwt_historyFrame" style="width:0;height:0;border:0;overflow:hidden" src="javascript:false"></iframe>
  33. <p>Multiple toolkits per html file test page</p>
  34. <div id="fb" style="height:400px;border:2px solid red;margin:0"></div>
  35. <div id="calc" style="border:2px solid green;margin:0"></div>
  36. <div id="hello" style="border:2px solid blue;margin:0"></div>
  37. </body>
  38. </html>