Skip to main content

Drag&Drop for Images and Layers: Interface of the JavaScript ...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Bookmark History

Saved by 7 people (-4 private), first by anonymouse user on 2006-03-02


Public Comment

on 2005-10-13 by joel

For external scripting of drag drop elements, it's urgently recommended to use the methods and properties provided by this library. Otherwise conflicts between the internally managed data and the externally changed reality may arise. For instance, don't try to resize drag drop elements using your own size-setting code; use the API's (much more convenient) resizeTo() or resizeBy() methods instead. Or, to retrieve the current width of an item, the statement dd.elements.ElementName.w will certainly be much more convenient and reliable than any other attempt.