onDragOver Event

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ITProgrammer985
    New Member
    • May 2010
    • 13

    onDragOver Event

    HI
    could any one please tell me is thier an onDragOver event that i can use with my drag drop application, i need it when i drag an element over another to get the draged over element id

    thanks in advanced
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    there might be vendor specific, though DOM doesn’t define such an event.

    Comment

    • ITProgrammer985
      New Member
      • May 2010
      • 13

      #3
      Originally posted by Dormilich
      there might be vendor specific, though DOM doesn’t define such an event.
      i know that DOM doesn’t define such an event
      but i found it in yui library but i did not figure it out
      if you please could help me with som vendor specific.
      thank you

      Comment

      • Dormilich
        Recognized Expert Expert
        • Aug 2008
        • 8694

        #4
        the intro on YUI-DragDrop is not very extensive, but it shows the basic usage.

        Comment

        Working...