Hi, I am using smartgwt menu component. Everything is OK, but when I compile to JS and running at host mode it looks not as expected and just ugly. I think that css style is missing for this component... What can be the cause? Am I missing some row in gwt.xml?
Thanks!
Code:
<?xml version="1.0" encoding="UTF-8"?> <module rename-to='treemenu'> <inherits name='com.google.gwt.user.User'/> <inherits name='com.google.gwt.user.theme.chrome.Chrome'/> <inherits name='com.google.gwt.user.theme.standard.Standard'/> <inherits name='com.smartgwt.SmartGwt'/> <entry-point class='com.treemenu.client.Treemenu'/> <source path='client'/> <source path='shared'/> </module>
Comment