In my project, I want a product belong multiple
categories, so I use the checkbox function of dhtmlxtree.
My questions are:
1. How can I set the checkbox be checked when the tree be initialed?
Because my product categories data is come from mysql. I want it when I
modify a product, it can remember what categories are belonging. And next time
when I modify the product, it can show the last time what categories I checked.
2. How can I get �an� item ID when I check it? (Not All Item ID, such
like getSelectedItemId() function)
Because I want when the item is checked, it will update the status in mysql by
each time. So, I need a item ID, not get all item ID.