v8.2p_2012-08-26/Pro Deployment (built 2012-08-26)
Probably, one more documentation issue or i misunderstand something.
Quick Start Guide tells us:
Actually, my developer console works just fine without inheriting SmartGwtTools with config:
the resulting war contains builtinds/sc/system/helpers as it does with inheriting. Ofcource i'm making full clean build and clearing browser cache.
Probably, one more documentation issue or i misunderstand something.
Quick Start Guide tells us:
To use the Developer Console, complete the following steps:
1. In your *.gwt.xml file, inherit the module com.smartgwt.tools.SmartGwtTools.
1. In your *.gwt.xml file, inherit the module com.smartgwt.tools.SmartGwtTools.
Code:
<module rename-to="builtinds"> <inherits name='com.google.gwt.user.User'/> <inherits name="com.smartgwtpro.SmartGwtProNoTheme"/> <inherits name="com.smartclient.theme.graphite.Graphite"/> <entry-point class='com.smartgwt.sample.client.BuiltInDS'/> </module>
Comment