multiple input fields
Brought to you by:
mishoo
I am trying to install the script for use with more then 1
input field, more like 7 for the 7 days of the week.. I've
changed the button id, input id accordingly...which I
think is working, but I have another problem where when
the calendar pops up, it is only text, no box, no borders,
no colors, nothing, just straight numbers.. still clickable
and movable but transparent with no background etc.
I haven't changed anything except for the button id and
inputfield id, so I'm wondering if its actually reading the
css file..
any ideas?
Logged In: YES
user_id=765252
Hello
Haven't personally worked through placing multiple
iterations on a single page, but it appears the 'simple-1.htm'
that comes with the package has an example...
If I understand the issue, you need to allow the user to
select one date, that have that generate content for 7 input
boxes. I might suggest using an 'onblur' event handler on a
hidden text box, have your calendar tie to the hidden text
box, then call a function that parses the selected date as
necessary for your needs.
I got the same behavior with no borders/box, etc because I
had 'broken' the link to the css. Linking to the CSS properly
fixed this...