Thursday, 15 September 2011

How to force GWT to add unique ID to each DOM element? -



How to force GWT to add unique ID to each DOM element? -

i having gwt app, add together id each element automaticlly if it's impossible, fastest way manually?

i not sure performance issues. how adding dew ids in form of 10-20 widgets cause performance loss?

to automagically set debug ids on widgets need include next in module.gwt.xml file.

<!-- enable debug id. --> <inherits name="com.google.gwt.user.debug"/> <set-property name="gwt.enabledebugid" value="true"/>

gwt

No comments:

Post a Comment