ICEFaces 严格限制关闭外部标签内的每个内部标签。但是在创建表格布局时,如何在表格的不同列中合并各种单选按钮。
问问题
4395 次
1 回答
3
使用展开布局并单独定义单选按钮。
所以首先使用:
<ice:selectOneRadio id="myGroup" layout="spread" />
并在您想要的任何地方定义单选按钮。
<ice:radio for="myGroup" />
见: http:
//www.icefaces.org/docs/latest/tld/ice/selectOneRadio.html
http://www.icefaces.org/docs/latest/tld/ice/radio.html
于 2010-09-23T11:28:53.013 回答