Hello, jQuery.  My apologies if this is a dupe; the first copy didn't seem to 
go through.

I'm working with Kevin Luck's datePicker plugin, v2[1], because it seemed the 
least unsuited for what I was trying to do and I'm already using it 
elsewhere.  What I'm trying to do is have an inline calendar grid rather than 
a popup, and have that inline grid offer paging and multi-select 
abilities.  Then on submit, grab all of the selected dates and serialize them 
to a hidden field and submit.  I'm replacing a YUI widget that did that, but 
did so only on certain systems when it was in certain moods, making it far 
too unreliable.

According to the docs, I can get paging and multi-select in a popup 
easily[2].  I can also render an inline calendar instead[3].  What I have 
found no documentation on and have been unable to do myself is get both to 
happen at the same time.  If I render my own calendar, it gets no paging, no 
select ability at all; it's really just a static read-only display.  I've 
looked at the plugin's source, but haven't been able to find any indication 
of what I'd need to copy out or reference directly in order to get 
the "picker" parts of datePicker.  

Any tips on how to have my picker and see it, too, would be most 
appreciated.  Samples of working code would be even better. :-)  Thanks.


[1] http://kelvinluck.com/assets/jquery/datePicker/v2/demo
[2] 
http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiple.html
[3] http://kelvinluck.com/assets/jquery/datePicker/v2/demo/renderCalendar.html

-- 
Larry Garfield                  AIM: LOLG42
[EMAIL PROTECTED]               ICQ: 6817012

"If nature has made any one thing less susceptible than all others of 
exclusive property, it is the action of the thinking power called an idea, 
which an individual may exclusively possess as long as he keeps it to 
himself; but the moment it is divulged, it forces itself into the possession 
of every one, and the receiver cannot dispossess himself of it."  -- Thomas 
Jefferson

Reply via email to