4
我想使用Twitter的引導的GWT,並得到像展示here一樣漂亮,漂亮的景色,這裏是我做過什麼:Twitter的引導的GWT不工作
1-下載的模塊從git
2-在pom.xml中運行包任務
3-將創建的jar包含在我的項目類路徑中。
4-繼承模塊中我project.gwt.xml文件,
<inherits name="com.github.nyao.bootstrap4gwt.Bootstrap"/>
5包含在我的根XML
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:m='urn:import:com.clouway.exreport.client.accountcreation.view'
xmlns:t='urn:import:com.github.nyao.bootstrap4gwt.client.ui'
>
<ui:style src="newRegistrationStyle.css"/>
<g:HTMLPanel addStyleDependentNames="{style.mainPanel}">
<div class="{style.headdistance}"/>
<div class="{style.container}">
<g:DecoratorPanel addStyleDependentNames="{style.decoratorPanel}">
<g:VerticalPanel addStyleDependentNames="{style.verticalPanel}}">
<m:AccountEditor ui:field="accountEditor"/>
<!--<g:Button ui:field="create" text="create"/>-->
<t:Button type="Success" text="sing in"/>
<g:Label ui:field="errorsLabel"/>
...
</ui:UiBinder>
但是什麼都沒有發生的模塊。我有正常的文本框和正常的按鈕。
我看了一下this教程,這個教程非常好,這個人得到了正確的東西,他的應用程序看起來非常漂亮。我看了他的代碼,但沒有找到任何理由,爲什麼我的表情我仍然正常,他有良好的觀點。感謝提前幫助
感謝您的忠告:) – Adelin
不要忘記接受答案 – checketts
也,bootstrap4gwt團隊現在正在gwtbootstrap中與我們合作。讓我們知道您是否有任何問題或發現任何錯誤。乾杯 – caarlos0