Roo/bootstrap/ComboBox.js
authorAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 06:49:36 +0000 (14:49 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 4 Feb 2015 06:49:36 +0000 (14:49 +0800)
examples/bootstrap/dashboard3.slidetext.js [deleted file]

diff --git a/examples/bootstrap/dashboard3.slidetext.js b/examples/bootstrap/dashboard3.slidetext.js
deleted file mode 100644 (file)
index 811a869..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-dashboard3.slidetest = {
-    
-    
-    slide: function(el, dir) {
-        
-        // first tabcontent - needs overflow hidden..
-        
-        var tc = el.findParent('.tab-content', 3, true);
-        tc.setStyle('overflow', 'hidden');
-        
-        var bx = el.getBox();
-        el.setStyle({
-            position: 'absolute',
-            left : bx.x + 'px',
-            top : bx.y + 'px'
-        });
-        
-        
-    }
-    
-    
-}