Thanks, Manish

That has the same effect as the previous code, it changes the color of
the ToolTip (error message) but not the border of the TextInput.

I think I need to subclass the TextInput in order to get to the
appropriate style property / attribute. However, I do not know what
the "appropriate style attribute" is at this point.

--- In [email protected], "Manish Jethani"
<[EMAIL PROTECTED]> wrote:
>
> On 3/23/06, Libby <[EMAIL PROTECTED]> wrote:
> > OK, that puts me halfway there by changing the color of the ToolTip.
> > Is there a way to also change the border color of the TextInput (that
> > shows when a validation error occurs)?
> 
> I did a quick Google search and found this:
> 
> http://www.asfusion.com/blog/entry/using-global-css-in-your-cfform
> 
> _global.styles.ErrorTip.setStyle( "borderColor", 0x339900);
> _global.styles.ErrorTip.setStyle( "color", 0x000000);
> 
> Try it.
> 
> Manish
>






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to