I would like to round specific corners of the textinput its self not the focus 
rectangle.

--- In flexcoders@yahoogroups.com, "Davidson, Jerry" <jerry.davidson@...> wrote:
>
> cornerRadius?
> 
> From the help for textInput "focusRoundedCorners"
> Specifies which corners of the focus rectangle should be rounded. This value 
> is a space-separated String that can contain any combination of "tl", "tr", 
> "bl" and "br". For example, to specify that the right side corners should be 
> rounded, but the left side corners should be square, use "tr br". The 
> cornerRadius style property specifies the radius of the rounded corners. The 
> default value depends on the component class; if not overridden for the 
> class, default value is "tl tr bl br".
> 
> But I don't see cornerRadius in the completion so either the above is wrong 
> or completion is wrong.
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On 
> Behalf Of ZIONIST
> Sent: Wednesday, February 27, 2013 2:40 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Rounding specific corners of a textInput in flex
> 
> 
> 
> Hi Guys,
> 
> How can i round specific corners of a flex textinput component?
>


Reply via email to