Custom styles for trees

2007-12-12 Thread Loren Cole
I'd like to remove the folder and page icons from a LinkTree and I'm not entirely sure how to go about it. As far as I can tell I need to create a LinkIconPanel instead and then add a blank image component to it... Or is there some way I can reference the image and set it's visible flag? Why

Re: Custom styles for trees

2007-12-12 Thread Loren Cole
Ah! thank you. I apologize if I'm resurrecting a dead horse, but why isn't this done with css? I saw some discussion about it from last summer, but the last comment in the thread suggested that the status quo was easy enough. My unasked for two cents is any thing you can do to isolate look and

Re: Custom styles for trees

2007-12-12 Thread Peter Ertl
You could submit a suggestion on jira... After all this is open source :-) Am 12.12.2007 um 23:39 schrieb Loren Cole: Ah! thank you. I apologize if I'm resurrecting a dead horse, but why isn't this done with css? I saw some discussion about it from last summer, but the last comment in

Re: Custom styles for trees

2007-12-12 Thread Matej Knopp
Hi There are no plans to do this. If you want to control this using CSS just develop your own alternative to LinkIconPanel, it shouldn't be difficult. The reason why there are images resource used to specify the icon is that it's easier to control this from code while using CSS would be IMHO too