js调用zk中zul页面表单值
程序员文章站
2022-07-07 19:58:14
...
在表单上加上属性:
<custom-attributes org.zkoss.zk.ui.updateByClient="true"/>
就可以直接使在zul页面上使用js代码获取表单值:
zk.Widget.$(jq("$hideCurrClassifyId")).smartUpdate('value', classifyId);
<custom-attributes org.zkoss.zk.ui.updateByClient="true"/>
就可以直接使在zul页面上使用js代码获取表单值:
zk.Widget.$(jq("$hideCurrClassifyId")).smartUpdate('value', classifyId);
上一篇: 如何成为一名黑客