Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jamie on Aug 17, 2008 04:52
open dhtmlx forum
Hi I am referring to dhtmlxtree with checkboxes. How can I save user changes on checkbox states into a mysql database? Thank you Jamie


Answer posted by Support on Aug 18, 2008 01:56
You can use "onCheck" event of tree to detect the moment when item checked | unchecked, or use
         tree.getAllChecked()
To get list of all checked items. Such data can be sent to server in any possible way.