Do you have any examples of using dhtmlxAjax and dhtmlxForm objects? I’m attempting to pass the fields on my form as key-value pairs to a Ruby controller.
Cheers.
Do you have any examples of using dhtmlxAjax and dhtmlxForm objects? I’m attempting to pass the fields on my form as key-value pairs to a Ruby controller.
Cheers.
You can use
myform.send()
It is equal to normal form sending, except - it will be done by ajax call.
In such case you can use same server side code, as you normally using for html forms.