I’m having good success with the jQuery Checktree plugin which can be found here: http://static.geewax.org/checktree/
I added a config option that allows the tree to start collapsed or expanded. It defaults to the current behavior (Collapsed).
In order to start with the checktree expanded define it like this:
jQuery("div#formMedia .checkTree").checkTree({
collapsedarrow: "../collapsed.gif",
expandedarrow: "../expanded.gif",
blankarrow: "../check0.gif" ,
collapseOnInit: false
})
collapsedarrow: "../collapsed.gif",
expandedarrow: "../expanded.gif",
blankarrow: "../check0.gif" ,
collapseOnInit: false
})
The updated code can be found *here*
This entry was posted
on Tuesday, May 12th, 2009 at 12:26 pm and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.






Leave a reply