Microsoft Content Management Server - CMS Placeholder drag and drop

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > August 2004 > CMS Placeholder drag and drop





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author CMS Placeholder drag and drop
Jon Sharp

2004-08-27, 6:07 pm

Is there any way for me to disable the ability to drag and drop between place
holders in authoring mode. I have tried a bunch of different javascripts.
These stop dragging inside place holders but I can't stop when someone drag
from one to the other.

pActiveHtmlEditor.dom.onkeypress = new Function("return disabled();");
pActiveHtmlEditor.dom.oncontextmenu = new Function("return disabled();");
pActiveHtmlEditor.dom.onkeydown = new Function("return disabled();");
pActiveHtmlEditor.dom.ondragstart = new Function("return disabled();");

function disabled()
{
return false;
}

Thanks for any help
Jon
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com