Re: [Proto-Scripty] Assistance with clicks

2010-01-07 Thread bill
Walter Lee Davis wrote: I just did something very similar (also a calendar) and what I came up with was this: I had a single overlay DIV hidden at the top of the page, and after a click on an empty cell, I would load the overlay with the Create Appointment screen, use Element.clonePosition()

Re: [Proto-Scripty] Assistance with clicks

2010-01-06 Thread Walter Lee Davis
I just did something very similar (also a calendar) and what I came up with was this: I had a single overlay DIV hidden at the top of the page, and after a click on an empty cell, I would load the overlay with the Create Appointment screen, use Element.clonePosition() to set the top and