Searched refs:radio (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dmultiple_forms.cgi26 print "Some radio buttons: ",$query->radio_group('radio buttons',
43 <P>The value of the radio buttons is <EM>$Q::radio_buttons</EM>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dautoescape.t162 onclick => 'alert("===> radio group")',
168 qq{<table><tr><td><label><input type="radio" name="group_name" value="eenie" checked="checked" onclick="alert("===> radio group")" />eenie</label></td><td><label><input type="radio" name="group_name" value="minie" onclick="alert("===> radio group")" />minie</label></td></tr><tr><td><label><input type="radio" name="group_name" value="meenie" onclick="alert("===> radio group")" />meenie</label></td><td><label><input type="radio" name="group_name" value="moe" onclick="alert("===> radio group")" />moe</label></td></tr></table>},
169 'autoescape javascript turns off for radio grou
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c520 { "radio", { "on", DLADM_WLAN_RADIO_ON },
4130 wl_radio_t radio; local
4139 (void) memcpy(&radio, buf, sizeof (radio));
4140 switch (radio) {
4161 dladm_wlan_radio_t radio = vdp->vd_val; local
4167 switch (radio) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2416 # Create a list of logically-linked radio buttons.
2430 # An ARRAY containing a series of <input type="radio"> fields
2435 $self->_box_group('radio',@p);
2488 $checked{$values[0]}++ if $box_type eq 'radio' && !%checked;
2506 # for disabling groups of radio/checkbox buttons
2518 my $checkit = $self->_checked($box_type eq 'radio' ? ($checked{$_} && !$radio_checked++)
4479 radio button clusters and the like. To get around this warning, you
6052 textfields, popup menus, radio groups and other form elements. Each
6675 radio buttons receive focus when the user presses the tab button. If
6678 one. If given a reference to an array of radio butto
[all...]

Completed in 97 milliseconds