Skip to forum content
Mif
— mystic javascript interface
You are not logged in. Please login or register.
Active topics Unanswered topics
Post new reply
Post new reply
Compose and post your new reply
You may use: BBCode Images Smilies
All fields labelled (Required) must be completed before the form is submitted.
Topic review (newest first)
if you don't want checkbox on some nodes set hasCheckbox: false on this nodes. You can see it in simple checkbox demo - nodes without checkbox have gray box, if you don't want to show gray box, you can set in css:
.mif-tree-node-nochecked {display:none}
Hi,
I'm a newbee to Mif and to MooTools... I am loving both 
For my application I only want check boxes on the leaf nodes (the end of the tree branch).
My tree is 4 levels deep (if that makes any difference) and the leaves are always on level 4.
Can the Mif.Tree do this and if so how?
Thanks