0

我现在想把国家名字显示在bandbox 然后ID 显示在 textbox 里面怎么弄那?

asked 2012-12-28 07:41:19 +0800

164858613 gravatar image 164858613
18

<label value="国家编号:" />
<textbox if=“lalse” id="countryid"></textbox>
<bandbox id="country" mold="rounded" >
<bandpopup>
<vbox>
<hbox>
<label value="国家名称:"/>
<textbox value="@{sysCountry.countryName}" />
<button label="查询"
forward="onCountrieList" image="/img/btn/searchbox_button.png">
</button>
</hbox>
<listbox id="countrybox" width="350px" model="@{sysSceneryManageWin.countrieList }"
onSelect="country.value=self.selectedItem.label; country.close();" forward="onProvinceList">
<listhead>
<listheader label="编号" />
<listheader label="国家" />
</listhead>
<listitem self="@{each='sysCountry'}" value="@{sysCountry}">
<listcell label="@{sysCountry.countryId}" />
<listcell label="@{sysCountry.countryName}"/>
</listitem>
</listbox>
</vbox>
</bandpopup>
</bandbox>

delete flag offensive retag edit

5 Replies

Sort by » oldest newest

answered 2013-01-02 05:47:28 +0800

paowang gravatar image paowang
140 6

The Chinese version forum is here: http://www.zkoss.org/forum/listDiscussion/2

link publish delete flag offensive edit

answered 2012-12-28 09:48:40 +0800

164858613 gravatar image 164858613
18

不是有谷歌浏览器么。

link publish delete flag offensive edit

answered 2012-12-28 08:49:53 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

Please post question in English so everyone can understand your problem or solution

link publish delete flag offensive edit

answered 2012-12-28 08:05:53 +0800

164858613 gravatar image 164858613
18

没人知道么。

link publish delete flag offensive edit

answered 2012-12-28 07:49:19 +0800

164858613 gravatar image 164858613
18

希望研究zk的朋友来这个群248740128,大家一起讨论下。

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-12-28 07:41:19 +0800

Seen: 93 times

Last updated: Jan 02 '13

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More