It would be nice if I could choose on what side of the
control to alignt the calendar. Currently, the calendar
always pops up to the lower right of the control it's
bound to. It would be nice to be able to have it
optionally pop up to the lower left.
Logged In: YES
user_id=158787
I implemented alignment options to showAtElement member
function (available in CVS). Just add a second parameter,
like this:
calendar.showAtElement(el, "T");
to show the calendar above the element. There are more
options to this, they'll be documented soon as I approach
0.9.3. Until then, use the source ;-)