overwrite default libs to get ours. cap-demo
authorhamidouk
Tue, 06 Dec 2011 17:04:00 +0100
branchcap-demo
changeset 412 d1fbfb7adeea
parent 411 d5d6e98a95d3
child 413 49be79683472
overwrite default libs to get ours.
test/integration/elm/index.htm
--- a/test/integration/elm/index.htm	Mon Dec 05 15:54:09 2011 +0100
+++ b/test/integration/elm/index.htm	Tue Dec 06 17:04:00 2011 +0100
@@ -15,7 +15,7 @@
   
  <!-- START Integration  ###################################### -->
  <!-- SIMPLE PLAYER EXPERIMENTATION -->
-  <script type="text/javascript" src="../../../build/LdtPlayer-release.js" type="text/javascript"></script> 
+  <script type="text/javascript" src="LdtPlayer-release.js" type="text/javascript"></script> 
   <script src="../../../res/js/jquery.min.js" type="text/javascript"></script>
   <script src="../../../res/js/jquery.tools.min.js" type="text/javascript"></script>
   <script src="../../../res/js/jquery-ui.min.js" type="text/javascript"></script>
@@ -30,7 +30,7 @@
             width:650,
             height:2100,              
             container:'LdtPlayer',
-            css:'../../../src/css/LdtPlayer.css',
+            css:'LdtPlayer.css',
             widgets: [
               {type: "PolemicViewer",
              width: 640, /* required for this widget */
@@ -102,7 +102,15 @@
               width: 640, 
             }
     };
-    
+   
+    IriSP.lib = { 
+		jQuery : "jquery.js",
+		jQueryUI : "jquery-ui.js",
+		jQueryToolTip : "jquery.tools.min.js",
+		swfObject : "swfobject.js",
+		cssjQueryUI : "jquery-ui.css",
+    };
+
     IriSP.loadLibs(IriSP.lib, config.gui.css, 
       function() {   
               var layoutManager = new IriSP.LayoutManager(config.gui.container);