Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Miguel A. Sosa #1
Drag and Drop on Dreamweaver MX 2004 extension
We'd like to disable, or at least get information of,
when a drag and drop event happens in the "Design
View". We are working on an extension that shows a
graphical representation of an XML file.
Unfortunately, drags that move
elements around in the XML file are very likely to
leave the file in an incorrect state. We've looked
thru the pdf files provided with Dreamweaver
(especially the "Extending DW" and the "API" pdfs) and
have looked thru several of the web sites of the DW
communiity but haven't found a way to do this.
While looking in the web I found how to do this in the browser:
on ie:
<body ondragstart="return false" onselectstart="return false">
or trying javascript:
document.ondragstart=function(){return false};
But nothing that I found seems to work in dreamweaver (MX 2004). Does
anyone know how to capture (so we can validate, and undo if validation fails)
or disable drag and drop in design view?
Miguel A. Sosa Guest
-
Dreamweaver MX 2004 can't delete extension
I was updrading my version of Dreamweaver from 7 to 7.0.1 and was asked to switch off my extensions I did this for all the extensions except 1,... -
Drag and drop using drag manager
Can someone help? I am dealing with drag and drop and want to be able to drop an item in a VHorizontal box. If I set a background pic then I can... -
Dreamweaver MX 2004 + CFMX7 Extension Not Working
I am really in a predicament with Dreamweaver MX 2004 CFMX 7 support. I added a test site with coldfusion support enabled and then went on to,... -
Do DWMX 2004 also need install "Dreamweaver MX extension fix for.NET framework version 1.1"?
Hi all, I am using Dreamweaver MX 2004 (7.0.1) and Windows ZP with SP2, now I want to using DWMX 2004 to development the ASP.NET. Do DWMX 2004... -
Drag & Drop: How?
I've been using these Video Jockey Softwares, many which have been created using MM Director. They have a standard Drag & Drop Interface, which is...



Reply With Quote

