• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Ajax Drag and Drop (dumb one)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Ajax Drag and Drop (dumb one)


  • Subject: Ajax Drag and Drop (dumb one)
  • From: Jean Pierre Malrieu <email@hidden>
  • Date: Tue, 14 Nov 2006 16:00:02 +0100

I have a drag and drop interface in my web app thanks to Project Wonder Ajax framework.
I would like to create a mouseover effect when a user drags a droppable object over a drop zone.

As I know NOTHING about CSS and _javascript_ I need your help there. The drop zone is a div with a <hr> in it. (There are many drop zones, because they are in a repetition, so the divs don't have a static id).

I would like this division line to be twice as thick when mouseover occurs.
I have added a binding:

hoverclass = "highlighted"; 

to my AjaxDroppable.

I have added

<style type="text/css" media="screen">
div.highlighted {size:8px;}
</style>

to the head section of the html (tried various combinations here, like "hr.highlighted", or just "highlighted").

Nothing happens of course (I don't believe in magical things after all).

I feel dumb, I must confess.

JPM

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: Flash/WebObjects
  • Next by Date: Re: Flash/WebObjects
  • Previous by thread: Re: WOOutputPath causes launch hang (fixed)
  • Next by thread: Using a formatter to validate a wotextfield
  • Index(es):
    • Date
    • Thread