Home » Developer & Programmer » JDeveloper, Java & XML » Problem in instance specific skinning in Trinidad (Trinidad 1.2.4, Jdeveloper 11g TP3, JBoss 4.2.1)
Problem in instance specific skinning in Trinidad [message #312140] Tue, 08 April 2008 01:34
Dushyant01
Messages: 1
Registered: April 2008
Junior Member
In my project I am using Apache Trinidad( v1.2.4)+Jdev 11 TP3+JBoss 4.2.1.
I needed to set a skin on inputText components . In the skin CSS I wrote:

af|inputText::content{
background-color:Red;
}

Now in one inputText component on the page I needed a different style.
So I used the following

af|inputText::content.Change{
background-color:Green;
}

and put styleClass attriburte of that component as "Change".

But on rendering the page I could not find the change affecting the component.
It only affected the DOM of the inputText but not the content part.
I could ahve achieved the same thing using

.Change{
background-color:Green;
}

and setting styleClass="Change".

Am I missing out something??

Do I need to use FireBug to solve the problem??(I do not have it downloaded yet)
Previous Topic: Using pipelined function results in Java
Next Topic: JPublisher & oracle dependent code
Goto Forum:
  


Current Time: Thu Mar 28 15:54:33 CDT 2024