Questions tagged as 'radiobutton'

0
answers

RadioButton changes checked when scrolling Listview

Good afternoon, I have a problem with RadioGroup in a listview. Next, when I mark a RadioButtom and use the scroll of my listview, the markup I made appears on another RadioButto and not on what I had selected.  Here is the code for my adapter:...
asked by 04.07.2017 / 18:48
1
answer

Radio Button in C #

Hello, I have a registration screen and save everything ok according to the data, but when I click on the change button it returns all the registered values, but does not return the selected radio button as it was registered at the time of inclu...
asked by 06.04.2017 / 21:13
1
answer

Save selected radioButton option for future reference

I would like to know if you can save a DataTable (or something like this, to be queried later) to the information that a radioButton was clicked on. I am making a simple program for a client to report three information in three% wi...
asked by 09.03.2017 / 13:22
1
answer

I'm continuing a "form" of a website, using JS HTML PHP

My question is: When clicking on a radio button, the other buttons that are in the simulator should disappear, if you press yes, if you press no, there is not any type of action, the button that I want give the action I have to call in php right...
asked by 27.02.2017 / 11:35
1
answer

Laravel with laravel-admin panel

I'm new to Laravel and I'm using Laravel 5.3 with the Administration Panel called laravel-admin ( link ) I need to get the response from a radio button with Ajax before submitting the form. The situation looks like this: Use Medications...
asked by 07.01.2017 / 21:10
0
answers

How to read dynamically created components inside a ListView

I created a list of questions I got from an api, so I created these questions dynamically, I did not use layout.xml, it was all programming. Now I would like to know how I can read the components of this listView, such as a checkbox for example,...
asked by 13.12.2016 / 14:54
0
answers

Error printing data in edittext

I'm stuck with a problem, I have to receive values in three radiogroups to do the calculation of plus 3 edittext along with the result of a method, the method works perfectly but the final calculation of all added items is not printed in edittex...
asked by 06.11.2016 / 23:14
1
answer

PHP - How to traverse an array of spokes?

I have the following code: <?php while($row = mysql_fetch_array($alunosTurma)){ ?> <tr> <td><?php echo $row['NM_NIS_ALU']; ?></td> <td><?php echo $row['ST_NOME_ALU'];...
asked by 23.09.2016 / 03:07
0
answers

How to differentiate the names of each group of radio buttons?

I'm using the formvalidation.io plugin to do the validation. By default, it does the validation by the name of the radio buttons. But I can not do it that way. I need to know some way / logic to differentiate each name from each group of radio b...
asked by 03.03.2016 / 05:32
0
answers

How do I get a value from a radio in jquery to php

The code to see the radio is that //Começo para mostrar a carta 1 do jogador 1 var $carta1 = $("<td align='left' valign='top' nowrap='nowrap'>Carta1</td>"); $(".carta1").append($carta1); //Começo do Ajax da cart...
asked by 03.11.2015 / 22:49