I use CssResource extensively, and now my generated html is full of GWXSHFKADAish class names. I get all of the advantages of that, but for debugging it'd be helpful to add a flag that would turn .selected
into GWXSTY_selected
. Is there any way to do this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
When you set
<set-configuration-property name="CssResource.style" value="pretty"/>
in your .gwt.xml file, then the resulting class names will contain the original class name.