Thread Starter
mlota
(@mlota)
I don’t see how to resolv this problem yet…
Thread Starter
mlota
(@mlota)
This can resolve the problem…
//common.js
if((!anyChecked)&&(qType != ‘text’)){
Thread Starter
mlota
(@mlota)
In textbox mode no checked items…
// common.js
if(!anyChecked) {
alert(chained_i18n.please_answer);
return false;
}