Hi TIA,

I am not sure what you mean by your styleClass "af|inputText.numericText::content" since it doesn't look like a Trinidad-recommended skin-selector for <tr:inputText>.

But you can simply achieve your desired result by adding a new styleClass for <tr:inputText > that takes numeric values. Example, <tr:inputText styleClass = "numericText" />
In your CSS file, add your styleClass like below
.numericText
{...}

Thanks
Mamallan

Dj Apal [GR] wrote:
I'm trying to declare 2 classes. One with the default skin for inputText and one with text-align:right for numeric input text only.
af|inputText.numericText::content {
        font-weight: bold;
        border-style:solid;
        border-color:gray;
        border-width:1px;
        font-family: Tahoma;
        font-size: 9pt;
        text-align:right;
}

This doesn't work. Any ideas?
TIA

--

  __o
_\<._
(_)/ (_)

Reply via email to