Closed (fixed)
Project:
Ajax
Version:
6.x-1.14
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2009 at 07:16 UTC
Updated:
5 Jul 2009 at 09:42 UTC
Currently I have a search form (Finder module) that when submitted the page callback will detect this and add some results output. Using the form with $form['#ajax']['enabled'] = TRUE; doesn't give me any results.
Where does your module look for new output with which to append/prepend/replace the form, if at all? I have a function to generate this HTML from the $form_state if needed, so it should be fairly easy via a hook or something?
Comments
Comment #1
danielb commentedPS if this is still a feature yet to be implemented, I would suggest that for me a 'replace' of the form would be best in this case, so I can change the form output itself for multistep and such.
edit:/ hmm but I would need to regenerate not just the form, but possibly any other existing output from my page callback. I guess I can wrap it in a div that can't be removed in the theme function.
Comment #2
danielb commentedI think what I'm after is probably better handled with the fapi ahah stuff.