开发者

JSF <h:selectManyCheckbox> check box editable issue

开发者 https://www.devze.com 2023-03-04 05:21 出处:网络
I want to make my checkbo开发者_开发百科xes non editable dynamically using <h:selectManyCheckbox>. I have set editable=\"true\" property in my code. But this is working inconsistently. Could you

I want to make my checkbo开发者_开发百科xes non editable dynamically using <h:selectManyCheckbox>. I have set editable="true" property in my code. But this is working inconsistently. Could you please help me in resolving this issue.


You need to return false on onclick.

<h:selectManyCheckbox onclick="return false;">
0

精彩评论

暂无评论...
验证码 换一张
取 消