My smartGWT widgets are not displaying propoerly -
i have added smartgwt example in application. widgets not coming properly
specially button , showing button text ,and not structure of button
please have look
http://screencast.com/t/ddeqqizlxq
whereas should
http://screencast.com/t/8sk16zhggx
any idea, wrong.
it looks theme not loaded. sure inheriting theme in .gwt.xml
file.
from https://www.smartclient.com/smartgwt/javadoc/com/smartgwt/client/docs/skinning.html
a skin implicitly loaded when add tag in .gwt.xml file include smartgwt components (name="com.smartgwt(ee).smartgwt(pro|power|ee)"). switch skins, add "notheme" suffix "name" attribute of tag, add . these tags cause tag injected bootstrap .html page, loads load_skin.js appropriate skin. load_skin.js loads stylesheet , sets css stylenames , media urls smart gwt components use.
to inspect page, can use firebug , make sure skin_styles.css
, load_skin.js
loaded.
Comments
Post a Comment