Hi,

what's the way to change borderRadius in a button dynamically?

I can use:

<js:style>
            <js:SimpleCSSStyles id="buttonStyle" borderRadius="3"/>

and this generated

border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;

If I use a change handler with a slider or textinput I can't change the
default value in buttonStyle

There's some way to do this?

Thanks

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to