[jquery-ui] Inline datepicker

2010-01-16 Thread Michal Molhanec
Hello, I have a popup datepicker: $("input.DateTimeTextBox").datepicker(); and it works OK. But I would prefer to have it inline under the textbox. I cannot find an option to turn datepicker to inline mode. Sure, I can wrap the inputbox into div, but that lead me to this code: $("input.DateTimeText

[jquery-ui] Inline datepicker

2009-07-10 Thread MonkeyGirl
Hi. I'm using the jQuery UI datepicker in inline mode, so it attaches itself to a div instead of a text input. I'm trying to set it up so that people can click on dates as much as they like, and the calendar stays on the screen, and each time a date is clicked on, it opens up a new page in a mod

[jquery-ui] Inline Datepicker, display 6 weeks

2009-01-29 Thread MickaelC
Hi, I use DatePicker inline in a form and i have 2 questions. * How to display 6 weeks. * And how to reset after a DatePicker submit (without refreshing the form) (sorry for my English) BillyBob --~--~-~--~~~---~--~~ You received this message because you are subs

[jquery-ui] Inline Datepicker Button Panel

2009-01-29 Thread Brandon Aaron
Curious if there is a particular reason why the showButtonPanel option doesn't work with inline datepickers? -- Brandon Aaron --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group,

[jquery-ui] inline datepicker events

2008-12-12 Thread Lee Henson
Hi I'm currently using ui.datepicker on a page which uses event delegation (via javascriptmvc) to hook up event handlers. When I click a link on the datepicker, say "previous month", the inline event handler is fired which rebuilds the datepicker html. The event then bubbles up to the page delega

[jquery-ui] Inline datepicker losing dynamic styling

2008-10-13 Thread Jimbo M
Sorry folks...another new guy question... I'm using datepicker targeting a div element to make it an inline datepicker. I can apply styles using CSS just fine. When executing something like this, we have a problem: $("#calendar").datepicker(); $("#calendar TD.ui-datepicker-days- cell:contains(

[jquery-ui] Inline DatePicker, Range with Multiple Inputs

2008-09-22 Thread dwhite
>From the demo page for the datepicker, I found an example of linking an inline calendar with a single input using "altField". I'm trying to accomplish the same thing using an inline range calendar, but I want to link the dates to two inputs instead of one, a start and end date. How would I go a