terça-feira, 17 de dezembro de 2013

BPM Lombardi - How to set option button

Hi!

On the Coach, your gonna select the Custom HTML Control.




After you place the control on the Coach, follow the example bellow.

<script>
    $(document).ready(function() {
    document.getElementById('RadioButtons0_2').checked = true;
    document.getElementById('RadioButtons1_2').checked = true;
    document.getElementById('RadioButtons2_2').checked = true;
    document.getElementById('RadioButtons3_2').checked = true;
   });
</script>


Nenhum comentário:

Postar um comentário