nameField.getElement().getStyle().clearBackgroundColor();
notesEditor.getElement().getStyle().clearBackgroundColor();
}
}
}, DragLeaveEvent.getType());
editForm.addDomHandler(new DropHandler() {
public void onDrop(DropEvent event) {
// Prevent the default text drop.
event.preventDefault();
// Un-highlight the name and notes box.