15.02.2013 Views

JavaScript Examples Bible - UserWorks Technologies

JavaScript Examples Bible - UserWorks Technologies

JavaScript Examples Bible - UserWorks Technologies

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

108<br />

<strong>JavaScript</strong> <strong>Examples</strong> <strong>Bible</strong>: The Essential Companion to <strong>JavaScript</strong> <strong>Bible</strong><br />

onDragOver<br />

NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5<br />

Compatibility ✓ ✓<br />

Example<br />

See Listing 15-37 of the onDrag event handler to see how the onDragOver event<br />

handler contributes to making an element a drop target.<br />

onDragStart<br />

NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5<br />

Compatibility ✓ ✓ ✓<br />

Example<br />

See Listing 15-37 of the onDrag event handler to see how to apply the<br />

onDragStart event handler in a typical drag-and-drop scenario.<br />

onDrop<br />

NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5<br />

Compatibility ✓ ✓<br />

Example<br />

See Listing 15-37 of the onDrag event handler to see how to apply the onDrop<br />

event handler in a typical drag-and-drop scenario.<br />

onFilterChange<br />

NN2 NN3 NN4 NN6 IE3/J1 IE3/J2 IE4 IE5 IE5.5<br />

Compatibility ✓ ✓ ✓<br />

Example<br />

Listing 15-39 demonstrates how the onFilterChange event handler can trigger<br />

a second transition effect after another one completes. The onLoad event handler<br />

elementObject.onFilterChange

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!