radio-button Questions
1
Solved
I am using C# and WPF and I basically want to have some toggle buttons and only one of them can be selected at the same time.
I found another question about that, but the solution shown there does...
Selfeffacement asked 8/2, 2011 at 15:15
4
Solved
I have a bunch of radio buttons, and I have a
<br/>
after each one and they all seem to horizontal align center (even if I put some CSS that says left align).
Here is the CSS,
.radioLeft...
Hume asked 16/12, 2010 at 5:7
1
Solved
I have a ItemsControl in my program that contains a list of radio buttons.
<ItemsControl ItemsSource="{Binding Insertions}">
<ItemsControl.ItemTemplate>
<DataTemplate>
<Gri...
Picturize asked 12/12, 2010 at 8:56
1
Solved
Is there any possible way to uncheck a RadioButton by cliking on the checked RadioButton?
Km asked 8/12, 2010 at 18:12
2
Solved
I have these radio buttons and they need android:width="X" and android:height"X" however, I do not know how to set these properties so that they adapt to a different screen size.
Here is the code ...
Pamplona asked 23/11, 2010 at 18:9
2
Solved
I need to register a handler for a group of radio buttons. I'm using JQuery and hoped that its .change method would accomplish this. However I have not experienced the desired behavoir.
Here is a ...
Clergyman asked 3/11, 2010 at 20:50
4
Solved
How can I know if the radio button checked property is true in PHP, can anyone give me an example?
Thanks..
Camion asked 20/10, 2010 at 9:45
3
I am a begginer with Javascript/jQuery and I hope someone can help me with the following:
I have a simple form (7 questions; 3 radio buttons/answers per question - except for question 5 with 8 pos...
Daviddavida asked 19/10, 2010 at 14:44
1
Solved
I am using mechanize and I am trying to select a button from a radio button list. This list has 5 items. How can I select the first item? Docs didn't help me.
>>> br.form
<ClientForm.H...
Muddleheaded asked 26/9, 2010 at 14:5
1
Solved
I am writing a Perl script to test certain parts of my webpage as I make changes to it. Using the WWW::Mechanize class, how can I select a radio box and submit a form?
Insensate asked 23/9, 2010 at 20:8
1
Solved
I want to add a custom attribute to an asp.net RadioButton called Key which I'm using client-side for an ajax request.
What I'm finding is that my aspx markup which is the following:
<asp:Radi...
Counterstroke asked 23/9, 2010 at 11:18
2
Solved
I have a number of radio buttons belonging to a group. I don't have them in a list, as they are all scattered around the page. How can I easily get the selected radio button?
Upraise asked 6/9, 2010 at 21:44
1
Solved
Can someone point to an example of how to programmatically create & use Radio Buttons in C# WPF?
So basically how to (a) create them programmatically, and (b) how to catch triggers when the va...
Karelia asked 2/9, 2010 at 3:47
3
Solved
I know I can use something described here: How can I know which radio button is selected via jQuery?
i.e. jQuery("input[name=myradiogroup]:checked").val() to get the selected radio button value. B...
Orizaba asked 24/8, 2010 at 16:18
2
Solved
This is for the swing experts out there. I have spent considerable time on this problem, so it is going to take me a few lines to explain the problem.
I have a standalone java swing application (j...
Inferential asked 12/8, 2010 at 23:33
1
Solved
I'm trying to get the value of two radio button groups using the jQuery syntax as given below. When the code below is run I get the value selected from the first radio button group twice instead of...
Preece asked 12/8, 2010 at 1:23
1
Solved
I have a case where I would like TreeView to be able to show radio buttons on multiple root nodes, and checkboxes on their children. There would only be one level of children beneath any root node....
Akins asked 30/7, 2010 at 22:23
2
I have a radio button group in Android which looks something like:
Choose Color:
Red
Blue
Orange
Green
I need to get selected radio button and also its value.
I have 4 radiobuttons in this m...
Mer asked 22/7, 2010 at 8:30
1
Solved
I'd like to make a control or use a control in jQuery that acts like a series of radio buttons but that looks like solid buttons instead of the radio circle. They'd look like a horizontal menu but ...
Palstave asked 17/7, 2010 at 18:6
1
Solved
How can I set the XAML for the first WPF RadioButton in a ListView control to be checked by default?
I have a WPF ListView control containing a number of RadioButton controls using data binding. I'd like the first RadioButton in the group to be checked by default, preferably set in the XAML rather...
Topsoil asked 14/7, 2010 at 15:34
4
Solved
So what's getting pushed to this array is dependant on a few radio boxes. I've got this for standard and wheelchair seats:
if(document.getElementById('standardseat').checked) {
//Standard seat is...
Headphone asked 13/7, 2010 at 1:13
3
Solved
I have a few radio buttons that belong to the same category, but I want to name them differently and make them mutually exclusive. How do I do that? Based on the selected value, I do different acti...
Emboss asked 9/7, 2010 at 20:57
4
Solved
What's the best way to use <input type="radio"> in HTML?
I'm looking for HTML that's semantically good, whose formatting is configurable via CSS.
I want to be able to style/render it to loo...
Whittington asked 28/6, 2010 at 14:59
1
Solved
In my app I bring up a context menu on long click in a ListActivity. One of the options "Priority" pops up an AlertDialog with 3 radio button choices. The problem is, it displays an empty dialog bo...
Leuctra asked 11/6, 2010 at 18:16
1
I've a form with some radio button like this:
<input type="radio" name="leva" value="a"><input type="radio" name="leva" value="b">
with ajax post method I receive value of the radio....
Lianna asked 24/5, 2010 at 17:25
© 2022 - 2024 — McMap. All rights reserved.