Re: [trinidad]skining how

2008-08-01 Thread Zigc Junk
; it shows my images for next and previous links and also works but it comes > with link like(next 15) and (prev15) which i want to disable ,how can i? > > > -- > View this message in context: > http://www.nabble.com/-trinidad-skining-how-tp18771657p18771657.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > >

Re: [trinidad]skining how

2008-08-01 Thread Matthias Wessendorf
or new projects, based on a JSF-centric stack (+Spring/JPA). > > -- > View this message in context: > http://www.nabble.com/-trinidad-skining-how-tp18771657p18774974.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > --

Re: [trinidad]skining how

2008-08-01 Thread hns
thanks i can use facelets using your http://code.google.com/p/facesgoodies/ really appreciate for that work i will read and study whole -- View this message in context: http://www.nabble.com/-trinidad-skining-how-tp18771657p18774974.html Sent from the MyFaces - Users mailing list archive at

Re: [trinidad]skining how

2008-08-01 Thread Matthias Wessendorf
gt;> >>> can i use yui with trnidad,becoz i dont like style of dialog in >>> trinidad(its >>> look another ie window) >> >> you can combine different JS libs. >> >>> it should be show like yui dialog based modal >> >> code.google.com/p

Re: [trinidad]skining how

2008-08-01 Thread hns
based modal > > code.google.com/p/facesgoodies has an example (only in SVN) > > -M >> >> thanks >> >> hardik shah >> -- >> View this message in context: >> http://www.nabble.com/-trinidad-skining-how-tp18771657p18773147.html >> Sent f

Re: [trinidad]skining how

2008-08-01 Thread Matthias Wessendorf
ow like yui dialog based modal code.google.com/p/facesgoodies has an example (only in SVN) -M > > thanks > > hardik shah > -- > View this message in context: > http://www.nabble.com/-trinidad-skining-how-tp18771657p18773147.html > Sent from the MyFaces - Users mailing list

Re: [trinidad]skining how

2008-08-01 Thread hns
ok another thing i want to ask is can i use yui with trnidad,becoz i dont like style of dialog in trinidad(its look another ie window) it should be show like yui dialog based modal thanks hardik shah -- View this message in context: http://www.nabble.com/-trinidad-skining-how

Re: [trinidad]skining how

2008-08-01 Thread Matthias Wessendorf
>content: url(/skins/myskin/images/next.PNG); >border: none; > > > } > > it shows my images for next and previous links and also works but it comes > with link like(next 15) and (prev15) which i want to disable ,how can i? > > > -- >

[trinidad]skining how

2008-08-01 Thread hns
: none; } it shows my images for next and previous links and also works but it comes with link like(next 15) and (prev15) which i want to disable ,how can i? -- View this message in context: http://www.nabble.com/-trinidad-skining-how-tp18771657p18771657.html Sent from the MyFaces

AW: [Trinidad] skining showDetails component

2008-04-18 Thread Döring Markus
rks fine. With best regards, Markus Döring -Ursprüngliche Nachricht- Von: Jeanne Waldman [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 17. April 2008 23:47 An: MyFaces Discussion Betreff: Re: [Trinidad] skining showDetails component Yes, I highly recommend using Firebug's css i

Re: [Trinidad] skining showDetails component

2008-04-17 Thread Jeanne Waldman
H Von: Cristi Toth [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. April 2008 18:15 An: MyFaces Discussion Betreff: Re: [Trinidad] skining showDetails component Hi, Skinning the link itself is quite nasty, because all the links in trinidad also have the OraLink styleClass that's

Re: [Trinidad] skining showDetails component

2008-04-11 Thread cristi . toth
; test what happens if I only use one of these selectors, but whatever I do I > see no changes on the showDetail at all. > > > > With best regards > > Markus Döring > > TCC Products GmbH > > > > Von: Cristi Toth [mailto:[EMAIL PROTECTED] > Gesendet: Donn

AW: [Trinidad] skining showDetails component

2008-04-11 Thread Döring Markus
TCC Products GmbH Von: Cristi Toth [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 10. April 2008 18:15 An: MyFaces Discussion Betreff: Re: [Trinidad] skining showDetails component Hi, Skinning the link itself is quite nasty, because all the links in trinidad also have the OraLink

Re: [Trinidad] skining showDetails component

2008-04-10 Thread Cristi Toth
Hi, Skinning the link itself is quite nasty, because all the links in trinidad also have the OraLink styleClass that's because you can't use :link :active :hover pseudo-classes on skin-selectors so what you could do is something like this: af|showDetail::prompt-disclosed .OraLink:link, af|showDet

[Trinidad] skining showDetails component

2008-04-10 Thread Döring Markus
Hi all, I'm trying to skin the link of the showDetails component (change the color of the link and the font size) I've managed to change the color by skinning .AFLinkForeground:alias but I don't want to change every link. af|showDetail:: prompt-link is not working for me at all. Can someone p

Re: trinidad skining

2008-02-05 Thread Simon Lessard
Nope, it works as designed, in your case you need to use "background-image: none;" rather than inhibit because it's an entirely different CSS rule while inhibit is for exact match rules coming from parent skin, not parent selector. Regards, ~ Simon On Feb 5, 2008 1:30 PM, Zigc Junk <[EMAIL PROT

Re: trinidad skining

2008-02-05 Thread Zigc Junk
There is one minor issue. See below the Firebug style listing. In my listing, I have disabled the background image by -tr-inhibit: background-image; but it does not take effect. Is this a bug in trinidad or I did something wrong? thanks Bill .t_topMenu af|navigationPane::tabs-inactive af|navig

Re: trinidad skining

2008-02-05 Thread Scott O'Bryan
My way works if you are "embedding" one navigation pane in the other. The example I gave would be for the "second" navigation pane, the first would use the normal styling. Simons works if you don't mind adding a style class. Zigc Junk wrote: Tried again. Yes, the first syntax works. Thanks

Re: trinidad skining

2008-02-05 Thread Zigc Junk
Tried again. Yes, the first syntax works. Thanks a lot Bill On Tue, Feb 5, 2008 at 11:20 AM, Simon Lessard <[EMAIL PROTECTED]> wrote: > Hmmm, the first synthax should work just fine... can you check the > generated CSS to see how the selector was reduced? > > > On Feb 5, 2008 12:16 PM, Zigc Jun

Re: trinidad skining

2008-02-05 Thread Simon Lessard
Hmmm, the first synthax should work just fine... can you check the generated CSS to see how the selector was reduced? On Feb 5, 2008 12:16 PM, Zigc Junk <[EMAIL PROTECTED]> wrote: > Just tried both syntax and it does not seem to work. Below is the html > code from Firebug. Note that I changed MyC

Re: trinidad skining

2008-02-05 Thread Zigc Junk
Just tried both syntax and it does not seem to work. Below is the html code from Firebug. Note that I changed MyClass to t_topMenu. Do you know why? thanks Bill Bills On Tue, Feb 5, 2008 at 11:01 AM, Simon Lessard <[EMAIL PROTECTED]> wrote: > Hello Bill,

Re: trinidad skining

2008-02-05 Thread Simon Lessard
Hello Bill, The following should work: .MyClass af|navigationPane::tabs-inactive af|navigationPane::tabs-mid A { font-weight: bold; } or af|navigationPane.MyClass::tabs-inactive af|navigationPane::tabs-mid A { font-weight: bold; } The best way to know on what element the style

Re: trinidad skining

2008-02-05 Thread Zigc Junk
Can you be more specific? Assume that I have the following navigationPane, how can I create a skin that is ONLY applied to this navigationPane. Here is one piece of the skin I created af|navigationPane::tabs-inactive af|navigationPane::tabs-mid A { font-

Re: trinidad skining

2008-02-05 Thread Scott O'Bryan
Zigc Junk wrote: I am trying to skin the navigationPane. Since I have two navigationPane (tabs) instances (one top menu and one secondary menu), I want to put a different skin on each of them. It seems to me that there is no way of doing that. I can only create one skin which will be applied t

trinidad skining

2008-02-05 Thread Zigc Junk
I am trying to skin the navigationPane. Since I have two navigationPane (tabs) instances (one top menu and one secondary menu), I want to put a different skin on each of them. It seems to me that there is no way of doing that. I can only create one skin which will be applied to all navigationPane i