Doug, thanks for putting this together.
David
Doug Leeper wrote:
>
> Ok here it is. I have also included my use of it. While it won't compile
> for you...you will at least see how I have used it.
>
> http://www.nabble.com/file/p13439520/CheckBoxIconPanel.html
> CheckBoxIconPanel.html
> h
Has anyone put together a checkbox tree component? I've done some searches
but haven't turned anything up. Basically, I'd like a tree with a checkbox
leading each node that when checked also selects all child nodes. I'm
thinking of something like the tree you see when you do software updates in
Ec
Thanks for the advice, Matej. I've upgraded to Wicket 1.3 and the LinkTree
lays out much nicer.
That said, I actually was able to adjust the width by using CSS:
1. Create a CSS file in the same package as the HTML file.
2. Use a span tag in the HTML for the tree (when the HTML is generated by
Wi