GWT-Bootstrapこれを使うためのはじめの一歩は以下のとおり。
(1)GWT-Bootstrap.jarをダウンロード
(2)jarをクラスパスに追加
(3)gwt.xmlでのinheritは以下のように書く
<inherits name='com.github.gwtbootstrap.Bootstrap' />(4)UiBinderでのXMLNamespaceの書き方
<set-property name="bootstrap.responsiveDesign" value="true"/>
xmlns:b="urn:import:com.この記述をuiタグに追加してください。これで利用できるようになります。github.gwtbootstrap.client.ui"
0 件のコメント:
コメントを投稿