summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorMatti Tahvonen <matti.tahvonen@itmill.com>2010-12-21 14:02:28 +0000
committerMatti Tahvonen <matti.tahvonen@itmill.com>2010-12-21 14:02:28 +0000
commit4bab8436f277d1d28f0de7bc9655062e3dfaa87a (patch)
tree082d80709e376d3340041a1c7e586037a6f9f0f2 /WebContent
parent9732516f27607abd9c927c613b6950b9642e60fb (diff)
downloadvaadin-framework-4bab8436f277d1d28f0de7bc9655062e3dfaa87a.tar.gz
vaadin-framework-4bab8436f277d1d28f0de7bc9655062e3dfaa87a.zip
svn changeset:16611/svn branch:6.5
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/multiapp.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/WebContent/multiapp.html b/WebContent/multiapp.html
index ddde191d28..acc925a941 100644
--- a/WebContent/multiapp.html
+++ b/WebContent/multiapp.html
@@ -5,12 +5,6 @@
<script type="text/javascript">
var vaadin = {
vaadinConfigurations: {
- 'fb' :{
- appUri:'/FeatureBrowser',
- pathInfo: '/',
- themeUri: '/VAADIN/themes/example',
- versionInfo : {vaadinVersion:"6.0.0-INTERNAL-NONVERSIONED-DEBUG-BUILD",applicationVersion:"NONVERSIONED"}
- },
'calc' :{
appUri:'/Calc',
pathInfo: '/',
@@ -38,5 +32,8 @@
<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>
+
+
+ <iframe src="/FeatureBrowser?debug" style="width:300px; height:200px;"></iframe>
</body>
</html> \ No newline at end of file