replace-with and when-property-is . . using it based on browser / user.agent value?

2012-11-21 Thread King_V
All, I've seen a few examples where there is talk of substituting a class based on which browser is involved. So, I want to have one version of a class for Firefox, and one for everything else. I've tried the following, taken from examples I've found online: ?xml version=1.0 encoding=UTF-8?

Re: replace-with and when-property-is . . using it based on browser / user.agent value?

2012-11-21 Thread Alberto Mancini
Hi, probably RichText.gwt.xml in com.google.gwt.user may help you, I think the following is the relevant part: !-- Mozilla-specific implementation -- replace-with class=com.google.gwt.user.client.ui.impl.RichTextAreaImplMozilla when-type-is