Hiya,
Is there any intention for this module be supported in Drupal 7?
Or does anyone know if Drupal 7 will include similar functionality out of the box?
Reason for asking is that I'm about to invest in getting custom code written up and just need to know if I'll end up redoing work and expending more costs when Drupal 7 comes up.
best wishes
scotjam
Comments
Comment #1
Cheek commentedWondering this as well. I've been looking into how to easily make a comment form submit using ajax in Drupal 7, but couldn't find any answers. This should be possible?
Most examples use custom forms, not the ones in drupal, like drupal_get_form('comment_form', .....);
http://api.drupal.org/api/group/ajax/7
Comment #2
lpalgarvio commentedquestioning the same.
it seems Drupal 7 core (alpha6/7?) bundles a combined AJAX+AHAH API.
http://www.unleashedmind.com/en/blog/sun/more-than-50-drupal-modules-mov...
http://drupal.org/node/719548
http://drupal.org/project/ajax
http://drupal.org/project/ahah_helper
Comment #3
ClearXS commentedI see there AHAH_helper and CTools, no AJAX.
It will take me a year to step over to D7 as I have many D6 modules.
But I prefer to build a site based on new technology, not the old.
So thinking about removing all AJAX modules from D6.
But then there is no complete backport for the AHAH D7 features to D6?
Should AJAX be changed to working with AHAH instead?
Comment #4
lpalgarvio commentedi have no clues if AJAX is implemented (as it is on this module) in D7 or AHAHA Helper.
that would be a technicality that the other developers could answer.
IMO, it would be best to merge projects for a D7 release, keeping or not the same name, if neither project has all of the features present in the various modules.
Comment #5
ClearXS commentedthere is even a new module; Ajaxit: http://drupal.org/project/ajaxit
Comment #6
lpalgarvio commentedAJAX vs AHAH
http://www.ajaxwith.com/AHAH-vs-AJAX.html
Comment #7
lpalgarvio commentedupdate?
Comment #8
suisui commentedupdate?
Comment #9
mrfelton commentedsubscrubing.
Comment #10
xandeadx commentedsubsrc
Comment #11
jdufaur commentedSubscribe
Comment #12
klonosComment #13
brendoncrawford commentedWaiting for somebody to help with this.
Comment #14
klonosThere is no patch here that needs work. Setting back to "active".
Comment #15
brendoncrawford commentedWoops. I've been using "needs work" when I should have been using "active"
Comment #16
taldy commentedHello. Some time ago i wrote module asaf. It is small and light module which can ajaxify any form using Drupal7 FormAPI. It is currently available in my sandbox: http://drupal.org/sandbox/taldy/1436870 Maybe it will be useful for you, and any feedback will be useful for me!
Comment #17
kaizerking commented@taldy is there any documentation on how to use asaf?
Comment #18
taldy commentedThe module Ajax submit for any form (asaf) is now released. Feel free to use it.
@kaizerking
Module was updated, you can find more info on the project page or in the small PHPDoc in module.
Comment #19
klonosGreat new Egor! Heading there...
Comment #20
mgiffordCan the best practice for D7 for use of this type of functionality go up on the project page.
Seems like a simple upgrade isn't going to work.
Comment #21
kenorb commented