Questions tagged as 'radiobutton'

0
answers

How to define the order in which I want to see the out.print of a servlet?

A cordial greeting, I will put you in the context of my question: I have a web form in a jsp, in which I have 2 radiobuttons, when selecting the first one, 2 div appears, and with the second radio an input text appears. When I send them to the s...
asked by 03.12.2018 / 22:11
0
answers

How to unmark a RadioButton on android? (only one, without radio group)

How to unmark a RadioButtom on android? I click on it and it is marked but I can not uncheck it, try putting a click listener but it did not work for me rdbBiopsiaCon.setOnClickListener(new View.OnClickListener() { @Override p...
asked by 18.11.2018 / 07:19
0
answers

(Android) Activate several Radiobuttons from different RadioGroups by just swiping their finger, without the need to click on them

These radiobuttons are added in a listview (dynamic), and I want to activate several raddiobutons just by running my finger through them. If the answer is by design, it would be better.     
asked by 10.11.2018 / 05:43
0
answers

AngularJS - save radion buttons information

I have a table that runs through a JSON with questions <tr ng-repeat="pregunta in preguntas" ng-if="pregunta.tipo.id === 3" class="table-pointer" > <td>{{pregunta.pregunta.nombre}} ({{pregunta.pregunta.porcentaje}}%)</td>...
asked by 05.10.2018 / 16:38
1
answer

Select and de-select radio inputs with js

Well, colleagues, I have this, but it does not send me a mistake to console, although I can not select, can someone tell me what I'm doing wrong? < script > let ord = document.querySelector("#ord"); let comp = document.querySel...
asked by 28.09.2018 / 21:35
1
answer

Buttons that do not work

I have this radio project but I can not make the radio operation buttons work (play, pause, stop and reload). Interestingly the other buttons of my Main Activity work perfectly and the program works I leave here my code: public class MainAc...
asked by 12.09.2018 / 01:27
1
answer

asp: PlaceHolder and JavaScript

I'm working on a project in which I'm using asp: PlaceHolder and this tag contains a radiobuttonlist , but this radiobuttonlist is not working from HTML but rather what handling from the C #. The question I have is: Is it possible to acces...
asked by 25.09.2018 / 16:08
1
answer

Php radio button with if you do not choose

I have a form created in a page where there are two radio buttons for sex, in the following I try to do an if to know if in the bd I keep M or F, but it is as if it stayed in the value that it had before to make the update while($fila=mysqli_f...
asked by 10.06.2018 / 01:39
1
answer

problem return option buttons tkinter

I CAN NOT RETURN THE VALUES OF THE 2 BUTTONS WITH A SINGLE FUNCTION from Tkinter import * def start(): recuperacion= Recovery() class Recovery(): def __init__(self): global v recovery= Tk() v = IntVar...
asked by 05.04.2018 / 15:44
1
answer

radio buton and textarea in a dynamic questionnaire

I am creating a dynamic questionnaire with MYSQL and PHP 7. In a page I create my questions and my questionnaire and I keep them in MYSQL and in another page I show them making a call to the database to bring me the questions. only that I hav...
asked by 08.02.2018 / 15:30