Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat is the default onClick action for a Form Radio Button?
    primarykey
    data
    text
    <p>I have an application that sits on IE. Police officers use it in their vehicles to run tags, get event information etc. I'm making some much needed updates to this application and I've run into a snag with a Radio Button.</p> <p>For usability, the officers wanted the text and input fields made bigger. When I made them bigger, the Radio buttons obviously did not grow. I found a jQuery alternative at <a href="http://www.protofunc.com/scripts/jquery/checkbox-radiobutton/label-only.html" rel="nofollow">http://www.protofunc.com/scripts/jquery/checkbox-radiobutton/label-only.html</a> I'm using the Label-Only format. Instead of showing an actual radio button, it highlights the label if the option is selected.</p> <p>Anyway, I have it working on my page, however when I press the buttons, they actually just disappear. The application is a hodge podge of Javascript, VBScript, forms, XML and XSL and so far I've been unable to find an overt call to a script or otherwise that would make the buttons disappear. </p> <p>So my ultimate question is, what is the default action of a radio button? I'm hoping I can create a new function and call it with the onClick action. Its kind of a last resort and if it doesn't work, I'll have to find an alternative, but I have a feeling I may run into similar issues.</p> <p>I've posted a demo at <a href="http://www.myvigilanttechs.com/Radio/mobInfPA_vehicleinq.htm" rel="nofollow">http://www.myvigilanttechs.com/Radio/mobInfPA_vehicleinq.htm</a> That is the actual page within the app. The first set of Radio buttons are the real thing, the second set at the bottom were my attempt at fixing by using better formatted code. </p> <p>Anyone care to take a stab at this one?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload