Closed (won't fix)
Project:
Ajax
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
15 Oct 2008 at 14:21 UTC
Updated:
30 Oct 2008 at 08:02 UTC
Hello, I ask myself if this module would allow not only realtime validation but also realtime calculations and changes in other form field contents. Thanks!
Comments
Comment #1
brendoncrawford commentedI need more information. What do you mean by "realtime calculations"? Please be very specific.
Thanks
Comment #2
daniorama commentedHere there is an example made with Drupal (but using javascript code in the form):
http://www.wyvern.de/adventures/drachenfest/de/node/445
There you can see that changing the options some fields change and calculate new values.
PS: sorry, I couldn't find an English drupal example :(
Comment #3
brendoncrawford commentedThe functionality on that page is not AJAX functionality. Also, that kind of behaviour is application-specific. There is no way to implement this into this module.
Comment #4
daniorama commentedI don't understand, if the validation function is affecting not only its own field but other ones, changing it values, why not? Did you mean that Ajax form will just affect messaging in real time but not changing field content if the validation function does so?
On that case I will have to use javascript...
Comment #5
brendoncrawford commentedDaniOrama,
That is correct. This module only relays messages from the server. It does not do any application specific processing.