This change was mentioned on the first page of this thread.
12-01-2008
=========
http://www.smartclient.com/smartgwt/...8/smartgwt.jar
- changed SmartClient path from public/js/sc to public/sc/
- separated modules as follows :
<inherits name='com.smartgwt.SmartGwt'/>
Loads SmartClient compressed JS and SilverWave theme
<inherits name='com.smartgwt.SmartGwtDebug'/>
Loads SmartClient source JS and SilverWave theme
<inherits name='com.smartgwt.SmartGwtNoScript'/>
Only includes SmartGWT API's without JS and skins. User will need will need to separately inherit SmartClient and skin modules as desired, or add the JS and skin includes in their host html.
Themes:
<inherits name='com.smartclient.theme.silverwave.SilverWave' />
<inherits name='com.smartclient.theme.blackops.BlackOps'/>
<inherits name='com.smartclient.theme.treefrog.TreeFrog'/>
=========
http://www.smartclient.com/smartgwt/...8/smartgwt.jar
- changed SmartClient path from public/js/sc to public/sc/
- separated modules as follows :
<inherits name='com.smartgwt.SmartGwt'/>
Loads SmartClient compressed JS and SilverWave theme
<inherits name='com.smartgwt.SmartGwtDebug'/>
Loads SmartClient source JS and SilverWave theme
<inherits name='com.smartgwt.SmartGwtNoScript'/>
Only includes SmartGWT API's without JS and skins. User will need will need to separately inherit SmartClient and skin modules as desired, or add the JS and skin includes in their host html.
Themes:
<inherits name='com.smartclient.theme.silverwave.SilverWave' />
<inherits name='com.smartclient.theme.blackops.BlackOps'/>
<inherits name='com.smartclient.theme.treefrog.TreeFrog'/>
Comment