当前位置: 代码迷 >> J2ME >> 如何让checkbox代替select控件
  详细解决方案

如何让checkbox代替select控件

热度:5774   发布时间:2013-02-25 21:37:55.0
怎么让checkbox代替select控件
<html:select property="searchReportVO.lineStatus" style="width:170px;">
  <option value="">-----</option>
  <app:options label="linename" value="lineStatus" sqlID="getLineStatus"></app:options>
</html:select>
例如这个,我怎么用
<html:checkbox property=""></html:checkbox>
代替,具体怎么写,谢谢...

------解决方案--------------------------------------------------------
<html:checkbox property="">信息系</html:checkbox>
应该就这样吧,里面还有其他属性id 什么的吧!你自己点点看
  相关解决方案