I did not see any specific style or class attribute on the component for the
helpText style.

I would suggest taking a quick look at the html page source and see if it
surrounded by its own span or some other element.  That way you could use
CSS to set it directly- such as

.myCalendar {
   //calendar specific styles
}

.myCalendar span{
  //my span calendar styles
  color : red;
}

Good Luck,
Jay

On 1/26/07, Thomas Chang <[EMAIL PROTECTED]> wrote:

Hi,

How can I set the color to "DD.MM.YYYY"?

<t:inputCalendar id="geburtsdatum" renderAsPopup="true" helpText="
DD.MM.YYYY"
...
</t:inputCalendar>
...

Thanks

Thomas

------------------------------
Besseren Schutz gegen Spam - jetzt bei dem neuen Yahoo! Mail
<http://de.rd.yahoo.com/evt=40589/*http://de.docs.yahoo.com/ymail/landing.html+%0A>.



Reply via email to