Hi,
After applying styling for GWT Checkbox, the Checkboxes are disabled
(can't check) in web mode.
It is working in hosted mode, IE 7 and Safari.
import com.google.gwt.user.client.ui.CheckBox;
CheckBox aCheckBox = new CheckBox("Testing");
aCheckBox.addStyleName("keywordSearchPanel-CheckBox");
.keywordSearchPanel-CheckBox {
padding: 20px;
color: #054768;
font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", Arial,
Verdana, sans-serif;
font-size: 11px;
}
Has anyone faced this issue before ? Any insight on how to ger around
this problem is helpful.
thanks
Ravi
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---