By ace11 on
Is there a way to pick date from normal calendar - no popups? So calendar is showing on webform page and user can pick date from it.
Should this be simple? :)
Is there a way to pick date from normal calendar - no popups? So calendar is showing on webform page and user can pick date from it.
Should this be simple? :)
Comments
I would play with the
I would play with the included jquery date popup to make it persistent. CSS/javascript should do the job for you.
I looked through date .js
I looked through date .js files but could not figure out what .js file I should mod and how.
So any furter help with this?
Better not to mod any
Better not to mod any existing files. My thought was to use some new js/css to force the calendar open on page load and to be positioned above rather than over the field. You might be able to do this with just CSS but I'm not sure. This was just an idea.
Still need help with this.
Still need help with this. Thanks.
I succeeded to edit css to
I succeeded to edit css to show calendar div, but it does not contain any days etc. How to trigger it to work? Obviously trigger is right now in popup thumb.
Still need help with this.
Still need help with this.
In template.php add
In template.php add this
Thank you very much! It
Thank you very much! It really works!
Okey, new problem. It does
Okey, new problem. It does not pick dates to date field - only highlight chosen date on calendar.
Still need help.
Still need help.
Stille need help with this.
Stille need help with this. Can't believe that nobody has not done calendar like this.
Help appreciated.
Help appreciated.
Here is solution for this:
Here is solution for this: http://drupal.org/node/775526