From e69a3249e546675c0e65b3bb51459251358d80af Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 3 Feb 2013 15:11:38 +0000 Subject: [PATCH] Updating to work with new tab dragging onMouseUp on HTML tag now triggers tabDragEnd Tabs no longer have 'draggable' attribute, onMouseDown replaces onClick, which also fires tabDragStart event and onMouseUp also fires tabDragEnd newTab has an ID so we can control it --- index.php | 378 +++++++++++++++++++++++++++--------------------------- 1 file changed, 189 insertions(+), 189 deletions(-) diff --git a/index.php b/index.php index 0f25bc7..c581d6d 100644 --- a/index.php +++ b/index.php @@ -1,190 +1,190 @@ - - - - -ICEcoder v <?php echo $ICEcoder["versionNo"];?> - - - - - - -'; -} -?> - - - - -
-
- -
-
- -
- -
- -
-
- -
- - New File - New Folder - Paste - Upload File(s) -
-
- - - -
-
-
- Delete - - Copy - Rename - View Webpage - - Zip It! - Properties -
- - - -
- - -
-
- -
-
- -
'; - } - ?>
-
-
-
-
-
Find
- - - - - - - - -
-
-
-
-
Code Assist
-
Go to Line - -
- -
- - - - - - - + + + + +ICEcoder v <?php echo $ICEcoder["versionNo"];?> + + + + + + +'; +} +?> + + + + +
+
+ +
+
+ +
+ +
+ +
+
+ +
+ + New File + New Folder + Paste + Upload File(s) +
+
+ + + +
+
+
+ Delete + + Copy + Rename + View Webpage + + Zip It! + Properties +
+ + + +
+ + +
+
+ +
+
+ +
'; + } + ?>
+
+
+
+
+
Find
+ + + + + + + + +
+
+
+
+
Code Assist
+
Go to Line + +
+ +
+ + + + + + + \ No newline at end of file