checkbox在编辑页面的初始化问题
wolf_cyj
2010-01-18
checkbox在编辑页面初始化时,要根据数据库对应字段选择显示或者不显示,除了用js控制之外,采用freemark还可以用如下办法:
<input type="checkbox" id="optionistrue5" name="qoption5.istrue" value="true" <#if qoption5?exists && qoption5.istrue>checked</#if> |