Questions and discussion about using ProcessMaker: user interface, running cases & functionality
By vdelairewa
#824437
Hi All

Below I have the javascript coding for showing and hiding 2 Grids if I check any or both the checkgroup.
How Can I select only 1 check box to be selected at a time (not both)? I know it would be easier to do a dropdown but my coding doesn't seem to work.
Code: Select all
function showHideFields (newValue, oldValue) { 
    if (newValue.indexOf('SalRef') != -1) {
        $('#salerefundtemp').show();
    }
    if (newValue.indexOf('SalRef') == -1) {
        $('#salerefundtemp').hide();
    }
    if (newValue.indexOf('CCR') != -1) {
        $('#CCR').show();
   }
 
    if (newValue.indexOf('CCR') == -1) {
        $('#CCR').hide();
    }
 }

// HIDE FIELDS:
$("#salerefundtemp").hide();
$("#CCR").hide();

// END HIDE FIELDS

$("#chk_request").setOnchange(showHideFields); //when field changes
//when Dynaform loads:
showHideFields( $("#chk_request").getValue(), $("#chk_request").getValue() );
Attachments
Show and Hide Grid.JPG
Add description
Show and Hide Grid.JPG (51.21 KiB) Viewed 4434 times

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]