Author: yradtsevich
Date: 2009-11-16 04:47:40 -0500 (Mon, 16 Nov 2009)
New Revision: 18691
Modified:
workspace/yradtsevich/DnD/trunk/DndJsPrototype/WebContent/index.html
Log:
https://jira.jboss.org/jira/browse/JBIDE-5042
- Minor fix: JavaScript prototype - unnecessary rectangle has been deleted.
Modified: workspace/yradtsevich/DnD/trunk/DndJsPrototype/WebContent/index.html
===================================================================
--- workspace/yradtsevich/DnD/trunk/DndJsPrototype/WebContent/index.html 2009-11-16
08:01:09 UTC (rev 18690)
+++ workspace/yradtsevich/DnD/trunk/DndJsPrototype/WebContent/index.html 2009-11-16
09:47:40 UTC (rev 18691)
@@ -23,13 +23,7 @@
</head>
<body style="margin-left: 25px; margin-top: 25px;">
<img id="dragIcon" src="dragIcon.gif" style="display:none;
position: absolute; cursor: move; z-index: 10000"/>
- <div id="orect" style="position: absolute;
- background-color:rgba(255, 174, 185, 0.5);
- left : 400px;
- top : 100px;
- width : 200px;
- height : 100px;">
- </div>
+
<button>Non-draggable</button>
<button id="draggableButton">DRAG ME!</button><p/>
<table class="colory">