Sha256: 82b192e90b6aab0d5b33d7435f2d26cbe48e8d94647d60f7ce0c1e4de0a583ab

Contents?: true

Size: 1.53 KB

Versions: 23

Compression:

Stored size: 1.53 KB

Contents

<html>
<head>
<title>
Test page for Radio Buttons
</title>
  <link rel="stylesheet" type="text/css" href="firewatir_unit_tests.css">
<script>

function setButtonState( )
{
    if (document.all.foo.disabled )
       document.all.foo.disabled = false
    else
        document.all.foo.disabled = true
}
</script>

</head>
<body>
<br>
<br>
<table>
<tr>
<td>
Radio  (using name)  <input type = radio name = box1 class='radio_style'>
<br>
Radio  (using id)  <input type = radio id = box5>

<tr>
<td>
Disabled<input type = radio name = box2 disabled>

<tr>
<td>
Set<input type = radio name = box3 checked>

<tr>
<td>
<br>
<br>
These radios have the same name, but different values
<br>
Name = box4 value=1  <input type = radio name = box4 value = 1 checked>
<br>
Name = box4 value=2  <input type = radio name = box4 value = 2>
<br>
Name = box4 value=3  <input type = radio name = box4 value = 3>
<br>
Name = box4 value=4  <input type = radio name = box4 value = 4>
<br>
Name = box4 value=5  <input type = radio name = box4 value = 5 disabled title="box4-value5">


<tr>
<td>
    Name = box5 value=1  Enable Button <input type = radio name = box5 value = 1 onClick='javascript:setButtonState( )'>
<br>Name = box5 value=2  Disable Button<input type = radio name = box5 value = 2 onClick='javascript:setButtonState( )'>


<tr>
<td>
<input type = button name = foo value = foo disabled><td> This button is used with radio box5. This button gets enabled/disabled on each click





</table>
</body>
</html>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
firewatir-1.9.4 unittests/html/radioButtons1.html
firewatir-1.9.3 unittests/html/radioButtons1.html
firewatir-1.9.2 unittests/html/radioButtons1.html
firewatir-1.9.2.rc1 unittests/html/radioButtons1.html
firewatir-1.9.1 unittests/html/radioButtons1.html
firewatir-1.9.1.rc1 unittests/html/radioButtons1.html
firewatir-1.9.0 unittests/html/radioButtons1.html
firewatir-1.9.0.rc7 unittests/html/radioButtons1.html
firewatir-1.9.0.rc6 unittests/html/radioButtons1.html
firewatir-1.9.0.rc5 unittests/html/radioButtons1.html
firewatir-1.9.0.rc4 unittests/html/radioButtons1.html
firewatir-1.9.0.rc3 unittests/html/radioButtons1.html
firewatir-1.9.0.rc2 unittests/html/radioButtons1.html
firewatir-1.9.0.rc1 unittests/html/radioButtons1.html
firewatir-1.8.1 unittests/html/radioButtons1.html
firewatir-1.8.1.rc1 unittests/html/radioButtons1.html
firewatir-1.8.0 unittests/html/radioButtons1.html
firewatir-1.8.0.rc1 unittests/html/radioButtons1.html
firewatir-1.7.1 unittests/html/radioButtons1.html
firewatir-1.7.0 unittests/html/radioButtons1.html