Hi there! I can't get the Button (IButton, ButtonItem) to get its style.
only a text is displayed:
I'm using SmartGWT 2.2, with default theme (how do I change btw :) )
<inherits name="com.smartgwt.SmartGwt"/>
<inherits name="com.smartclient.theme.enterprise.Enterprise" />
<extend-property name="locale" values="pt"/>
Instead of a grey with blue hover effect button, I get a plain text with no background.
All other components I've used so far are ok.
only a text is displayed:
I'm using SmartGWT 2.2, with default theme (how do I change btw :) )
<inherits name="com.smartgwt.SmartGwt"/>
<inherits name="com.smartclient.theme.enterprise.Enterprise" />
<extend-property name="locale" values="pt"/>
Instead of a grey with blue hover effect button, I get a plain text with no background.
All other components I've used so far are ok.
Comment