1
我正在使用gwtbootstarp3和ui-binder和gwt。我無法從下拉列表中選擇項目並更新主按鈕的文本。 http://gwtbootstrap3.github.io/gwtbootstrap3-demo/#buttonDropdowns如何從gwtbootstrap中的下拉列表中選擇項目
請幫我,我該如何實現這一目標。
更新
這裏是我的代碼
<b:ListDropDown>
<b:AnchorButton dataToggle="DROPDOWN" ui:field="searchBy" text="Search By"></b:AnchorButton>
<b:DropDownMenu>
<b:AnchorListItem ui:field="searchByTitle" text="Title"></b:AnchorListItem>
<b:AnchorListItem ui:field="searchByAuthor" text="Author"></b:AnchorListItem>
<b:AnchorListItem ui:field="searchByCategory" text="Category"></b:AnchorListItem>
</b:DropDownMenu>
</b:ListDropDown>
目前我個人的項目寫Clickevent但它會很好,如果我能在ListDropDown
你是什麼意思,你不能選擇的項目?它不會觸發'ClickEvent'?你可以發佈你使用的代碼嗎? – 2015-02-18 08:49:32