Detect mouse down, up & move plus test FM resize

Setting up mouseDown value as bool on down & up events
Mouse move now gets X & Y pos along with determining area event
triggered in
Also then determins if we can resize file manager width & show w-resize
icon
All of this applied to HTML tag so at hightest DOM level
This commit is contained in:
Matt Pass
2012-07-11 13:16:54 +01:00
parent e2137b3503
commit c53b0ba3ad
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<?php include("lib/config.php");?>
<!DOCTYPE html>
<html style="margin: 0">
<html style="margin: 0" onMouseDown="top.ICEcoder.mouseDown=true" onMouseUp="top.ICEcoder.mouseDown=false" onMouseMove="top.ICEcoder.getMouseXY(event,'editor');top.ICEcoder.canResizeFilesW()">
<head>
<title>CodeMirror 2: ICE Coders Editor of Choice</title>
<?php include("lib/settings.php");?>