The CellTree's Resources seem a bit too prohibitive for what I'm trying to do.
My tree is a table of contents for a set of topics for online documentation. We have a scope setting where a user can choose to filter out any topics that don't pertain to them. In the TOC, these topics appear gray. You can see the current version here: http://dcx.sybase.com/index.html#1200en/sqlanywhere_en12/help_top_index.htm I'm trying to change the tree implementation to a CellTree, but I'm having difficulties styling it to look the same. First off, I'd like to have an image specific for leaf nodes. I can probably get around this one inside the cell rendering. My model is pretty robust, so information about whether child nodes exist (even if they haven't been loaded) is available. The more difficult issue I'm having is figuring out what to do about styling branches of the tree with different images. Basically, I want to be able to change the open/closed images for only specific branches of the tree. The Resources class doesn't seem extensible in this way, however. Any suggestions on how I should go about this would be greatly appreciated! Thanks, Andrew Arnott -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
