Sha256: 5bba241b09ad5b525c3655c1b6027f7ea5b1bcded90508f561f4037a161832f6

Contents?: true

Size: 1.9 KB

Versions: 32

Compression:

Stored size: 1.9 KB

Contents

<html>
<head>
    <title>Indexed Property Page</title>
</head>
<body>
    <form method="get" action="success.html">
        <table id="table_id" name align="table_name" class="table_class" border="1">
            <tr>
                <td><input type="text" id="table[123].text" name="tableName[123].text" size="20"/></td>
                <td><input type="radio" id="table[123].radio" value="123"/></td>
                <td><input type="checkbox" id="table[123].check" value="1"/></td>
                <td><textarea id="table[123].area" rows="2" cols="20"></textarea></td>
                <td><input id="table[123].button" type="submit" value="Click 123"/></td>
            </tr>
            <tr>
                <td><input type="text" id="table[foo].text" name="tableName[foo].text" size="20"/></td>
                <td><input type="radio" id="table[foo].radio" value="foo"/></td>
                <td><input type="checkbox" id="table[foo].check" value="2"/></td>
                <td><textarea id="table[foo].area" rows="2" cols="20"></textarea></td>
                <td><input id="table[foo].button" type="submit" value="Click foo"/></td>
            </tr>
            <tr>
                <td><input type="text" id="table[12test].text" name="tableName[12test].text" size="20"/></td>
                <td><input type="radio" id="table[12test].radio" value="12test"/></td>
                <td><input type="checkbox" id="table[12test].check" value="3"/></td>
                <td><textarea id="table[12test].area" rows="2" cols="20"></textarea></td>
                <td><input id="table[12test].button" type="submit" value="Click 12test"/></td>
            </tr>
        </table>

        <div>
            <input type="text" id="nottable[123].text" size="20"/><br/>
            <input type="text" id="nottable[foo].text" size="20"/><br/>
            <input type="text" id="nottable[12test].text" size="20"/>
        </div>
    </form>
</body>
</html>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
page-object-1.0.2 features/html/indexed_property.html
page-object-1.0.1 features/html/indexed_property.html
page-object-1.0 features/html/indexed_property.html
page-object-0.9.8 features/html/indexed_property.html
page-object-0.9.7 features/html/indexed_property.html
page-object-0.9.6 features/html/indexed_property.html
page-object-0.9.5 features/html/indexed_property.html
page-object-0.9.4 features/html/indexed_property.html
page-object-0.9.3 features/html/indexed_property.html
page-object-0.9.2 features/html/indexed_property.html
page-object-0.9.1 features/html/indexed_property.html
page-object-0.9.0 features/html/indexed_property.html
page-object-0.8.10 features/html/indexed_property.html
page-object-0.8.9 features/html/indexed_property.html
page-object-0.8.8 features/html/indexed_property.html
page-object-0.8.7 features/html/indexed_property.html
page-object-0.8.6.1 features/html/indexed_property.html
page-object-0.8.6 features/html/indexed_property.html
page-object-0.8.5 features/html/indexed_property.html
page-object-0.8.4 features/html/indexed_property.html