Questions tagged as 'radiobutton'

1
answer

How to display a loader while processing a javascript function?

I have a radio button that when clicked, performs a function that mounts a datepicker. However, the mountDatepicker function only loads after a few seconds, after querying the three apis to mount the calendar. So how do I load an image wit...
asked by 08.12.2015 / 04:24
0
answers

Inventory with Android [closed]

I'm trying to create an app to control product type an inventory, in case the user selects in RadioButton product and then with scanner will read the serial of the equipment. The scanner is working, but the RadioButton and inven...
asked by 27.10.2017 / 15:03
3
answers

Pivot table with row and column addition

Is it possible to create a table with the addition of rows and columns? According to the image, the situation is: - Start a table with 3 columns and a row; - Considering that the first line and the first column would have to be editable (being p...
asked by 14.06.2017 / 22:38
2
answers

How to prevent a command

I would like to prevent my record from being saved if radiobutton were not selected. My code: private void btnSalvar_Click(object sender, EventArgs e) { if ((rdbMasculino.Checked == false) && (rdbFeminino.Checked == false...
asked by 08.10.2016 / 22:12
2
answers

Return radiobutton selection in C #

Good morning. I have a GroupBox that contains 5 RadioButton. I have a function where it gets the name of the GroupBox and it returns 1 if some RadioButton is selected and -1 if no RadioButton has been selected. But even without a RadioButton sel...
asked by 13.10.2016 / 15:17
2
answers

Slides, transition of images with JS and radius, when hitting the mouse on top of the image pause the transition, while withdrawing continue the transition

onload = start; function start(){ var i = 1; function Move(){ i = (i%3)+1; // 4 is the Number of image in slider document.getElementById('t'+i).checked = true; } setInterval(Move,3000); //change img in 3 sec } body{ backgro...
asked by 02.06.2018 / 04:03
1
answer

Doubt about radio button

I have a form that has two radio buttons: 1-masc 2-fem. I want when one of them has pressed, and I click on "compute" it pulls the%% of% indicated for each if . <form name="calc" method="post" enctype="multipart/form-da...
asked by 08.12.2015 / 20:34
1
answer

How to add color to the radio?

I want to create a form and in it I want to include a sort of "option select" of radios in HTML, it should look like a semaphore: 3 different colors indicating their values (good, fair and poor). I've been researching and found about chan...
asked by 01.11.2015 / 22:31
2
answers

How to leave a radiobutton marked as default on ember

I have these two components radio-button . I would like to set% checked / checked as default. How do I do this in EmberJS?. <div> <label>Pessoa Física</label> {{radio-button id="classificacao-pessoa-is-fisica"...
asked by 30.06.2017 / 18:45
1
answer

Problems with .clone () for radio buttons

I'm making a "add" button that with each click adds a div com Radio buttons below the div itself. I'm having trouble clicking on the radios that when I click on some line added and click on another line it deletes the value clicked before...
asked by 15.12.2015 / 13:46