So it's a stock character (HTML literal value ►) instead of an image? I thought it was images arr-d.gif (for expanded), and arr-r.gif (for collapsed) from the trinidad library jar, they match exactly what I get displayed on the page so I assumed it was them.
Should we put a request to change this, can we do it? Request would probably be: remove stock character and allow icon image to be used as tree expand/collapse icon by setting it as a background-image in .p_OraTreeDisclosedSymbol definition Dzenan Causevic Software Web Developer NaviSite, Inc. Syracuse, NY (315) 453-2912 x5346 -----Original Message----- From: Daniel Hannum [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 9:26 AM To: [email protected] Subject: RE: Using custom tree expand/collapse icon I'd love to have this. Right now it uses stock characters that don't always display correctly with all fonts. I get ugly squares on IE for some fonts. -----Original Message----- From: Causevic, Dzenan [mailto:[EMAIL PROTECTED] Sent: Friday, December 08, 2006 9:08 AM To: [email protected] Subject: FW: Using custom tree expand/collapse icon This is a second call on the same question. Anyone any clue? Dzenan Causevic Software Web Developer NaviSite, Inc. Syracuse, NY (315) 453-2912 x5346 -----Original Message----- From: Causevic, Dzenan [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 3:49 PM To: [email protected] Subject: Using custom tree expand/collapse icon Is it possible to use your own custom tree expand/collapse icon that user clicks on to expand or collapse a subtree? This is the excerpt from my css file regarding tree components. As you can see below I am trying to specify background-image that would supposedly overrun the default one, but I dont get any success, the default one is still showing thru even if I try to set it to none (background-image: none;) /* tree */ /* -------------- */ .p_OraTreeDisclosedSymbol { border-right: lightcyan solid 0.5px; border-bottom: lightcyan solid 0.5px; background-image: url(/images/showarrow.gif); } .p_OraTreeNodeAdjust { font-size: 7pt; } .p_OraTreeRow { background-color: none; }
