Skip to forum content

Mif

— mystic javascript interface

You are not logged in. Please login or register.


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.

Required information for guests



Captcha image. Turn pictures on to see it.
Required information
Optional post settings

Topic review (newest first)

1

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}

2

Hi,

I'm a newbee to Mif and to MooTools...  I am loving both smile

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