[
https://issues.apache.org/jira/browse/TRINIDAD-494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567474#action_12567474
]
Cristi Toth commented on TRINIDAD-494:
--------------------------------------
This issue was resolved by Trinidad-769
> Using custom tree expand/collapse icon
> --------------------------------------
>
> Key: TRINIDAD-494
> URL: https://issues.apache.org/jira/browse/TRINIDAD-494
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Components: Skinning
> Affects Versions: 1.0.1-incubating-core-SNAPSHOT
> Reporter: Dzenan Causevic
>
> > -----Original Message-----
> > From: Jeanne Waldman [mailto:[EMAIL PROTECTED]
> > Sent: Monday, December 11, 2006 4:40 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Using custom tree expand/collapse icon
> >
> > Anything that starts with a .p_ is a private style.
> > Feel free to submit a JIRA issue against skinning for this feature.
> >
> > Daniel Hannum wrote:
> >
> > >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;
> > >}
> > >
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.