; 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.
>
>
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.
>
>
--
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
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
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
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
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
>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?
>
>
> --
>
: 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
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
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
; 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
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
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
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
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
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
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
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
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
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,
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
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-
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
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
25 matches
Mail list logo