我正在尝试使用我的 GWT Bootstrap 应用程序添加图像。我用小部件替换了小部件,但是ResponsiveNavBar
与使用 Brand 小部件相比,使用 GWT Image 小部件时高度会调整大小。
<ui:with field='res' type='com.mycomp.mygwt.client.Resources'/>
<b:ResponsiveNavbar position="TOP" scrollspy="false"> <!-- inverse="true" -->
<!-- <b:Brand href="#">MyApp</b:Brand> -->
<g:Image resource='{res.logo}'/>
</b:ResponsiveNavbar>
- 有没有办法使用 ui:with 资源将图像分配给品牌?
另外,为什么在 GWT-Bootstrap 展示中设置了该
ResponsiveNavBar
字段inverse="true"
,但是当我在我的应用程序中使用它时出现此错误:[ERROR] [MyGWT] - Class ResponsiveNavbar has no appropriate setInverse() method Element <b:ResponsiveNavbar inverse='true' position='TOP' scrollspy='false'> (:11)
我正在使用 GWT-Bootstrap 版本:2.0.4.0-SNAPSHOT