hi all,
1) now the skin is placed in separate jar, what should i put in my gwt.xml under inherited name? and how can i use activate the enterprise theme?
do i also need to update with the latest smartgwt jar?
by the way, i have tried inheriting
2 )but i do not have a smartclient jar. how can i use the above inheritance?
i am now using the treefrog theme with the following configuration:
3) and may i know what is smartgwtNoscript? do i still need to inherit com.smartgwt.smartgwt ? or both are essential?
1) now the skin is placed in separate jar, what should i put in my gwt.xml under inherited name? and how can i use activate the enterprise theme?
do i also need to update with the latest smartgwt jar?
by the way, i have tried inheriting
Code:
<inherits name="com.smartclient.theme.enterprise.EnterpriseResources"/>
i am now using the treefrog theme with the following configuration:
Code:
<inherits name="com.smartgwt.SmartGwtNoScript" />
<script src="js/sc/initsc.js"/>
<script src="js/sc/modules/ISC_Core.js"/>
<script src="js/sc/modules/ISC_Foundation.js"/>
<script src="js/sc/modules/ISC_Containers.js"/>
<script src="js/sc/modules/ISC_Grids.js"/>
<script src="js/sc/modules/ISC_Forms.js"/>
<script src="js/sc/modules/ISC_RichTextEditor.js"/>
<script src="js/sc/modules/ISC_Calendar.js"/>
<script src="js/sc/modules/ISC_DataBinding.js"/>
<script src="js/sc/skins/TreeFrog/load_skin.js" />
Comment