Hi! I'm working on hook_form with AHAH elements. I need to be able to add new AHAH elements. Unfortunately, when I add a new AHAH element, the javascript settings are not updated (and possibly the behaviours are not run?), so the new elements don't work properly. Is there something I'm missing? Thanks, Ricky The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
Hi Ricky, Filefield deals with just this case. Have a look at the filefield_js function, which is the AHAH page callback in the module. Near the bottom it manually adds the stuff AHAH needs for the newly added AHAH elements. Regards Steven Jones ComputerMinds ltd - Perfect Drupal Websites Phone : 024 7666 7277 Mobile : 07702 131 576 Twitter : darthsteven http://www.computerminds.co.uk On 24 June 2010 16:57, Richard Morse <remorse@partners.org> wrote:
Hi! I'm working on hook_form with AHAH elements. I need to be able to add new AHAH elements. Unfortunately, when I add a new AHAH element, the javascript settings are not updated (and possibly the behaviours are not run?), so the new elements don't work properly. Is there something I'm missing?
Thanks, Ricky
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
Thanks! This is exactly what I was looking for. The other solution I found is the one from ahah_helper, but overriding the core function seems likely to run into problems if the core version should get updated... Ricky On Jun 24, 2010, at 12:01 PM, Steven Jones wrote:
Hi Ricky,
Filefield deals with just this case. Have a look at the filefield_js function, which is the AHAH page callback in the module. Near the bottom it manually adds the stuff AHAH needs for the newly added AHAH elements.
Regards Steven Jones ComputerMinds ltd - Perfect Drupal Websites
Phone : 024 7666 7277 Mobile : 07702 131 576 Twitter : darthsteven http://www.computerminds.co.uk
On 24 June 2010 16:57, Richard Morse <remorse@partners.org> wrote:
Hi! I'm working on hook_form with AHAH elements. I need to be able to add new AHAH elements. Unfortunately, when I add a new AHAH element, the javascript settings are not updated (and possibly the behaviours are not run?), so the new elements don't work properly. Is there something I'm missing?
Thanks, Ricky
The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.
participants (2)
-
Richard Morse -
Steven Jones