Categories | Question details Back To List | ||
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. |