Closed (fixed)
Project:
Content Construction Kit (CCK)
Version:
6.x-2.5
Component:
content.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2009 at 13:34 UTC
Updated:
20 Nov 2009 at 09:30 UTC
To short it out here is what i want.
I want to create a date-popup calendar widget with a cck date field based on Date module where a click on a date will add / remove a field value. I know that
content_add_more_js takes care of adding new widget i just don't have a clear view on how i can do all this.
Anyone interested in the same functionality ?
Comments
Comment #1
markus_petrux commentedYou can trigger the AHAH request programmatically, and you can even replace the URL with your own. See the updateMultipleValues function in js/node_form.js shipped with Node Relationships module for an example.
Comment #2
Alex Andrascu commentedThank you very much...i'll take a look.