DhtmlxForm Server Side Process for Ruby on Rails

Hi,

I don’t find the discussion area for dhtmlxForm, so I posted here. Is there any sample zip file for dhtmlxForm’s RoR server side process? Like to insert, update, and delete data via dhtmlForm.

I knew there is a sample for Scheduler’s RoR server side processing and I have downloaded it. But It just doesn’t work out for dhtmlForm.

Best Regards,
cameo

Grab the next sample
download/file.php?id=2178

It contains the updated codebase of form and sample of usage
Updated version will use the same data protocol

Same as in scheduler’s sample, use next code to init data saving

var dp = new dataProcessor("/events/dbaction"); dp.init(myform); dp.setTransactionMode("POST",false);

In such case data saving logic can be used, the same as in case of scheduler’s sample.