参考示例:多选树:CheckBoxTree
<ul id="tree2" class="mini-tree" url="../data/tree.txt" style="width:300px;" showTreeIcon="true" textField="text" idField="id" showCheckBox="true" onbeforenodecheck="onBeforeNodeCheck" checkRecursive="true" allowSelect="false" enableHotTrack="false" > </ul>
tree.setValue("forms,button,lists");
var value = tree.getValue();
alert(value);