diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-02 10:04:44 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2011-02-02 10:04:44 +0000 |
commit | f07b324e6f0f2edb71c4dc1d6b63e8a3743c48a6 (patch) | |
tree | f9c59fa81f2d56b87066fc54b9b553ac4c43fd35 /sca-cpp/trunk/modules/edit/htdocs/index.html | |
parent | d8df0d6da27ac9c4c61863bc7700db7a871ae8d4 (diff) |
Support for wiring and unwiring references.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1066399 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/edit/htdocs/index.html')
-rw-r--r-- | sca-cpp/trunk/modules/edit/htdocs/index.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/sca-cpp/trunk/modules/edit/htdocs/index.html b/sca-cpp/trunk/modules/edit/htdocs/index.html index d47031fa7e..db5764781a 100644 --- a/sca-cpp/trunk/modules/edit/htdocs/index.html +++ b/sca-cpp/trunk/modules/edit/htdocs/index.html @@ -29,12 +29,21 @@ <body> <div id="menu"></div> +<script type="text/javascript"> + +// Load the menu bar +ui.loadwidget('menu', '/menu.html'); +</script> + <br/> <h1>App Edit Tools</h1> +<br/> + <div id="main"></div> <script type="text/javascript"> -ui.loadwidget('menu', '/menu.html'); + +// Load the main page ui.loadiframe('main', 'main.html'); </script> </body> |