watir 1.6.5 → 1.6.6.rc1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +461 -326
- data/VERSION +1 -0
- data/bin/watir-console +6 -6
- data/lib/changes.rb +3 -3
- data/lib/license.rb +38 -38
- data/lib/readme.rb +140 -140
- data/lib/watir/WindowHelper.rb +49 -49
- data/lib/watir/camel_case.rb +66 -66
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +392 -344
- data/lib/watir/container.rb +857 -815
- data/lib/watir/contrib/enabled_popup.rb +20 -20
- data/lib/watir/contrib/ie-new-process.rb +27 -27
- data/lib/watir/contrib/page_checker.rb +29 -29
- data/lib/watir/cookiemanager.rb +55 -55
- data/lib/watir/core.rb +28 -0
- data/lib/watir/core_ext.rb +17 -17
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +351 -343
- data/lib/watir/element_collections.rb +97 -97
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/html_element.rb +22 -0
- data/lib/watir/ie-class.rb +1006 -1009
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +70 -133
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +614 -572
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +200 -176
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/module.rb +37 -0
- data/lib/watir/non_control_elements.rb +145 -145
- data/lib/watir/page-container.rb +116 -107
- data/lib/watir/popup.rb +29 -29
- data/lib/watir/process.rb +19 -19
- data/lib/watir/screen_capture.rb +115 -115
- data/lib/watir/setFileDialog.rb +16 -16
- data/lib/watir/table.rb +395 -362
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -35
- data/lib/watir/win32ole.rb +14 -14
- data/lib/watir/winClicker.rb +496 -496
- data/rakefile.rb +70 -0
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -179
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/click_no_wait_test.rb +21 -0
- data/unittests/core_tests.rb +17 -17
- data/unittests/css_test.rb +42 -35
- data/unittests/defer_test.rb +46 -46
- data/unittests/dialog_test.rb +77 -77
- data/unittests/div2_xpath_test.rb +21 -21
- data/unittests/div_test.rb +188 -188
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/element_test.rb +49 -0
- data/unittests/errorchecker_test.rb +32 -22
- data/unittests/filefield_test.rb +39 -39
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -280
- data/unittests/form_xpath_test.rb +252 -252
- data/unittests/frame_test.rb +155 -155
- data/unittests/google_form_test.rb +15 -15
- data/unittests/html/JavascriptClick.html +39 -39
- data/unittests/html/blankpage.html +11 -11
- data/unittests/html/buttons1.html +40 -40
- data/unittests/html/checkboxes1.html +89 -89
- data/unittests/html/click_no_wait.html +14 -0
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +59 -59
- data/unittests/html/div.html +93 -93
- data/unittests/html/div_xml.html +20 -20
- data/unittests/html/fileupload.html +45 -45
- data/unittests/html/formTest1.html +38 -38
- data/unittests/html/forms2.html +44 -44
- data/unittests/html/forms3.html +131 -131
- data/unittests/html/forms4.html +27 -27
- data/unittests/html/frame_buttons.html +3 -3
- data/unittests/html/frame_links.html +3 -3
- data/unittests/html/frame_multi.html +4 -4
- data/unittests/html/google_india.html +119 -119
- data/unittests/html/iframeTest.html +12 -12
- data/unittests/html/iframeTest1.html +6 -6
- data/unittests/html/iframeTest2.html +5 -5
- data/unittests/html/images1.html +66 -66
- data/unittests/html/javascriptevents.html +35 -35
- data/unittests/html/link_pass.html +10 -10
- data/unittests/html/links1.html +38 -38
- data/unittests/html/links2.html +10 -10
- data/unittests/html/links_multi.html +14 -14
- data/unittests/html/list_matters.html +720 -720
- data/unittests/html/lists.html +17 -17
- data/unittests/html/map_test.html +31 -31
- data/unittests/html/modal_dialog.html +10 -10
- data/unittests/html/modal_dialog_launcher.html +11 -11
- data/unittests/html/nestedFrames.html +6 -6
- data/unittests/html/new_browser.html +16 -16
- data/unittests/html/pass.html +12 -12
- data/unittests/html/popups1.html +59 -59
- data/unittests/html/pre.html +27 -27
- data/unittests/html/radioButtons1.html +71 -71
- data/unittests/html/select_tealeaf.html +54 -54
- data/unittests/html/selectboxes1.html +52 -52
- data/unittests/html/simple_table.html +26 -26
- data/unittests/html/simple_table_buttons.html +104 -104
- data/unittests/html/simple_table_columns.html +76 -76
- data/unittests/html/table1.html +181 -181
- data/unittests/html/tableCell_using_xpath.html +19 -19
- data/unittests/html/table_and_tablerow_to_a.html +174 -0
- data/unittests/html/textarea.html +30 -30
- data/unittests/html/textfields1.html +88 -88
- data/unittests/html/textsearch.html +44 -44
- data/unittests/html/wallofcheckboxes.html +1003 -1003
- data/unittests/html/xpath_nbsp.html +12 -12
- data/unittests/ie_exists_test.rb +33 -33
- data/unittests/ie_mock.rb +94 -94
- data/unittests/ie_test.rb +51 -51
- data/unittests/images_test.rb +157 -157
- data/unittests/images_xpath_test.rb +91 -91
- data/unittests/links_multi_test.rb +48 -48
- data/unittests/links_test.rb +175 -175
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/lists_test.rb +32 -32
- data/unittests/map_test.rb +98 -98
- data/unittests/minmax_test.rb +31 -31
- data/unittests/navigate_test.rb +39 -39
- data/unittests/nbsp_xpath_test.rb +16 -16
- data/unittests/non_core_tests.rb +12 -12
- data/unittests/other/WindowLogonExample.rb +27 -27
- data/unittests/other/WindowLogonExtra.rb +6 -6
- data/unittests/other/all_tests_concurrent.rb +57 -57
- data/unittests/other/jscriptExtraAlert.rb +6 -6
- data/unittests/other/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/other/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/other/jscriptPushButton.rb +6 -6
- data/unittests/other/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -27
- data/unittests/other/screen_capture_test.rb +54 -54
- data/unittests/other/testcase_method_order_test.rb +35 -35
- data/unittests/other/testcase_verify_test.rb +24 -24
- data/unittests/other/wait_until_test.rb +99 -99
- data/unittests/pagecontainstext_test.rb +69 -69
- data/unittests/parent_child_test.rb +43 -43
- data/unittests/perf_test.rb +20 -20
- data/unittests/popups_test.rb +43 -43
- data/unittests/pre_test.rb +53 -53
- data/unittests/radios_test.rb +212 -212
- data/unittests/radios_xpath_test.rb +101 -101
- data/unittests/security_setting_test.rb +23 -23
- data/unittests/selectbox_test.rb +148 -148
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +87 -77
- data/unittests/speed_settings_test.rb +67 -67
- data/unittests/table_and_tablerow_to_a_test.rb +117 -0
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -376
- data/unittests/table_xpath_test.rb +110 -110
- data/unittests/test_tests.rb +9 -9
- data/unittests/textarea_test.rb +92 -92
- data/unittests/textarea_xpath_test.rb +78 -78
- data/unittests/textfield_for_ch_char_test.rb +31 -31
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -10
- data/unittests/windows/attach_to_existing_window_test.rb +53 -53
- data/unittests/windows/attach_to_new_window_test.rb +83 -83
- data/unittests/windows/close_window_test.rb +20 -20
- data/unittests/windows/frame_links_test.rb +25 -25
- data/unittests/windows/ie-each_test.rb +47 -47
- data/unittests/windows/iedialog_test.rb +54 -54
- data/unittests/windows/js_events_test.rb +42 -55
- data/unittests/windows/modal_dialog_test.rb +128 -128
- data/unittests/windows/new_test.rb +57 -57
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -33
- data/unittests/xpath_tests.rb +10 -10
- metadata +85 -31
- data/lib/watir/utils.rb +0 -20
- data/lib/watir/version.rb +0 -5
@@ -1,19 +1,19 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>Testing table cell using xpath.</title>
|
4
|
-
</head>
|
5
|
-
<body>
|
6
|
-
<table>
|
7
|
-
<tr>
|
8
|
-
<td colspan="1"><img src="images/square.jpg"> Table Cell with image of square.
|
9
|
-
</td>
|
10
|
-
<td colspan="2"><img src="images/triangle.jpg"> Table Cell with image of triangle.
|
11
|
-
</td>
|
12
|
-
<td colspan="3"><img src="images/circle.jpg"> Table Cell with image of circle.
|
13
|
-
</td>
|
14
|
-
<td colspan="4"><img src="images/button.jpg"> Table Cell with image of button.
|
15
|
-
</td>
|
16
|
-
</tr>
|
17
|
-
</table>
|
18
|
-
</body>
|
19
|
-
</html>
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>Testing table cell using xpath.</title>
|
4
|
+
</head>
|
5
|
+
<body>
|
6
|
+
<table>
|
7
|
+
<tr>
|
8
|
+
<td colspan="1"><img src="images/square.jpg"> Table Cell with image of square.
|
9
|
+
</td>
|
10
|
+
<td colspan="2"><img src="images/triangle.jpg"> Table Cell with image of triangle.
|
11
|
+
</td>
|
12
|
+
<td colspan="3"><img src="images/circle.jpg"> Table Cell with image of circle.
|
13
|
+
</td>
|
14
|
+
<td colspan="4"><img src="images/button.jpg"> Table Cell with image of button.
|
15
|
+
</td>
|
16
|
+
</tr>
|
17
|
+
</table>
|
18
|
+
</body>
|
19
|
+
</html>
|
@@ -0,0 +1,174 @@
|
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<style type="text/css">
|
4
|
+
table {
|
5
|
+
border-collapse: collapse;
|
6
|
+
}
|
7
|
+
|
8
|
+
table, tr, td, th {
|
9
|
+
border-width: 1px;
|
10
|
+
border-style: solid;
|
11
|
+
}
|
12
|
+
|
13
|
+
td {
|
14
|
+
width: 30px;
|
15
|
+
}
|
16
|
+
|
17
|
+
td.reddish {
|
18
|
+
color: red;
|
19
|
+
}
|
20
|
+
</style>
|
21
|
+
<title>Watir::Table#to_a and Watir::TableRow#to_a</title>
|
22
|
+
</head>
|
23
|
+
|
24
|
+
<body>
|
25
|
+
<p>normal table</p>
|
26
|
+
<table id="normal">
|
27
|
+
<tr>
|
28
|
+
<td>1</td>
|
29
|
+
<td>2</td>
|
30
|
+
<td>3</td>
|
31
|
+
</tr>
|
32
|
+
<tr>
|
33
|
+
<td>4</td>
|
34
|
+
<td>5</td>
|
35
|
+
<td>6</td>
|
36
|
+
</tr>
|
37
|
+
<tr>
|
38
|
+
<td>7</td>
|
39
|
+
<td>8</td>
|
40
|
+
<td class="reddish">9</td>
|
41
|
+
</tr>
|
42
|
+
</table>
|
43
|
+
|
44
|
+
<p>table with headers</p>
|
45
|
+
<table id="headers">
|
46
|
+
<tr>
|
47
|
+
<th>1</th>
|
48
|
+
<th>2</th>
|
49
|
+
<th>3</th>
|
50
|
+
<th>4</th>
|
51
|
+
</tr>
|
52
|
+
<tr>
|
53
|
+
<td>5</td>
|
54
|
+
<td>6</td>
|
55
|
+
<td>7</td>
|
56
|
+
<td>8</td>
|
57
|
+
</tr>
|
58
|
+
<tr>
|
59
|
+
<td>9</td>
|
60
|
+
<td>10</td>
|
61
|
+
<td>11</td>
|
62
|
+
<td>12</td>
|
63
|
+
</tr>
|
64
|
+
</table>
|
65
|
+
|
66
|
+
<p>table with nested tables</p>
|
67
|
+
<table id="nested">
|
68
|
+
<tr>
|
69
|
+
<th>1</th>
|
70
|
+
<th>2</th>
|
71
|
+
</tr>
|
72
|
+
<tr>
|
73
|
+
<td>
|
74
|
+
<table>
|
75
|
+
<tr>
|
76
|
+
<th>11</th>
|
77
|
+
<th>12</th>
|
78
|
+
</tr>
|
79
|
+
<tr>
|
80
|
+
<td>13</td>
|
81
|
+
<td>14</td>
|
82
|
+
</tr>
|
83
|
+
</table>
|
84
|
+
</td>
|
85
|
+
<td>3</td>
|
86
|
+
</tr>
|
87
|
+
</table>
|
88
|
+
|
89
|
+
<p>table with nested table with non-direct child</p>
|
90
|
+
<table id="nestednondirectchild">
|
91
|
+
<tr>
|
92
|
+
<th>1</th>
|
93
|
+
<th>2</th>
|
94
|
+
</tr>
|
95
|
+
<tr>
|
96
|
+
<td>
|
97
|
+
<span>
|
98
|
+
<table>
|
99
|
+
<tr>
|
100
|
+
<th>11</th>
|
101
|
+
<th>12</th>
|
102
|
+
</tr>
|
103
|
+
<tr>
|
104
|
+
<td>13</td>
|
105
|
+
<td>14</td>
|
106
|
+
</tr>
|
107
|
+
</table>
|
108
|
+
</span>
|
109
|
+
</td>
|
110
|
+
<td>3</td>
|
111
|
+
</tr>
|
112
|
+
</table>
|
113
|
+
|
114
|
+
<p>table with deep-nested tables</p>
|
115
|
+
<table id="deepnested">
|
116
|
+
<tr>
|
117
|
+
<th>1</th>
|
118
|
+
<th>2</th>
|
119
|
+
</tr>
|
120
|
+
<tr>
|
121
|
+
<td>
|
122
|
+
<table>
|
123
|
+
<tr>
|
124
|
+
<th>11</th>
|
125
|
+
<th>12</th>
|
126
|
+
</tr>
|
127
|
+
<tr>
|
128
|
+
<td>
|
129
|
+
<table>
|
130
|
+
<tr>
|
131
|
+
<td>404</td>
|
132
|
+
<td>405</td>
|
133
|
+
</tr>
|
134
|
+
<tr>
|
135
|
+
<td>406</td>
|
136
|
+
<td>407</td>
|
137
|
+
</tr>
|
138
|
+
</table>
|
139
|
+
</td>
|
140
|
+
<td>14</td>
|
141
|
+
</tr>
|
142
|
+
</table>
|
143
|
+
</td>
|
144
|
+
<td>3</td>
|
145
|
+
</tr>
|
146
|
+
</table>
|
147
|
+
|
148
|
+
<p>table with colspan</p>
|
149
|
+
<table id="colspan">
|
150
|
+
<tr>
|
151
|
+
<th>1</th>
|
152
|
+
<th>2</th>
|
153
|
+
</tr>
|
154
|
+
<tr>
|
155
|
+
<td colspan="2">3</td>
|
156
|
+
</tr>
|
157
|
+
</table>
|
158
|
+
|
159
|
+
<p>table with rowspan</p>
|
160
|
+
<table id="rowspan">
|
161
|
+
<tr>
|
162
|
+
<th>1</th>
|
163
|
+
<th>2</th>
|
164
|
+
</tr>
|
165
|
+
<tr>
|
166
|
+
<td>3</td>
|
167
|
+
<td rowspan="2">4</td>
|
168
|
+
</tr>
|
169
|
+
<tr>
|
170
|
+
<td>5</td>
|
171
|
+
</tr>
|
172
|
+
</table>
|
173
|
+
</body>
|
174
|
+
</html>
|
@@ -1,30 +1,30 @@
|
|
1
|
-
|
2
|
-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
3
|
-
<HTML>
|
4
|
-
<HEAD>
|
5
|
-
<title>TextArea-MultiLine</title>
|
6
|
-
</HEAD>
|
7
|
-
<body MS_POSITIONING="FlowLayout">
|
8
|
-
|
9
|
-
<form name="Form1" method="post" action="textArea.html" id="Form1">
|
10
|
-
|
11
|
-
<textarea name="txtMultiLine1" id="txtMultiLine1" style="height:152px;width:248px;">Hello World</textarea>
|
12
|
-
<textarea name="txtReadOnly" id="txtReadOnly" style="height:152px;width:248px;" readonly></textarea>
|
13
|
-
</form>
|
14
|
-
<form name="Form2" method="post" action="textArea.html" id="Form1">
|
15
|
-
|
16
|
-
<textarea name="txtMultiLine2" id="txtMultiLine2" style="height:152px;width:248px;">
|
17
|
-
IExplore.exe is at the top level; it is a small application that is instantiated when Internet Explorer is loaded. This executable application uses Internet Explorer components to perform the navigation, history maintenance, favorites maintenance, HTML parsing and rendering, and so on, while it supplies the toolbar and frame for the stand-alone browser. IExplorer.exe directly hosts the Shdocvw.dll component.
|
18
|
-
</textarea>
|
19
|
-
<textarea name="txtDisabled" id="txtDisabled" disabled>
|
20
|
-
Disabled here </textarea>
|
21
|
-
</form>
|
22
|
-
<form name="Form3" method="post" action="textArea.html" id="Form1">
|
23
|
-
|
24
|
-
<textarea name="txtMultiLine3" id="txtMultiLine3" style="height:152px;width:248px;">
|
25
|
-
Shdocvw.dll in turn hosts the Mshtml.dll component, as well as any other Active Document component (such as a Microsoft Office application) that can be loaded in place in the browser when the user navigates to a specific document type. Shdocvw.dll supplies the functionality associated with navigation, in-place linking, favorites and history management, and PICS support. This dynamic-link library (DLL) also exposes interfaces to its host to allow it to be hosted separately as an ActiveX control. The Shdocvw.dll component is more frequently referred to as the WebBrowser Control. In-place linking refers to the ability to click a link in the HTML of the loaded document and to load a new HTML document in the same instance of the WebBrowser Control. If only Mshtml.dll is being hosted, a click on the link results in a new instance of the browser.
|
26
|
-
</textarea>
|
27
|
-
</form>
|
28
|
-
</body>
|
29
|
-
</HTML>
|
30
|
-
|
1
|
+
|
2
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
|
3
|
+
<HTML>
|
4
|
+
<HEAD>
|
5
|
+
<title>TextArea-MultiLine</title>
|
6
|
+
</HEAD>
|
7
|
+
<body MS_POSITIONING="FlowLayout">
|
8
|
+
|
9
|
+
<form name="Form1" method="post" action="textArea.html" id="Form1">
|
10
|
+
|
11
|
+
<textarea name="txtMultiLine1" id="txtMultiLine1" style="height:152px;width:248px;">Hello World</textarea>
|
12
|
+
<textarea name="txtReadOnly" id="txtReadOnly" style="height:152px;width:248px;" readonly></textarea>
|
13
|
+
</form>
|
14
|
+
<form name="Form2" method="post" action="textArea.html" id="Form1">
|
15
|
+
|
16
|
+
<textarea name="txtMultiLine2" id="txtMultiLine2" style="height:152px;width:248px;">
|
17
|
+
IExplore.exe is at the top level; it is a small application that is instantiated when Internet Explorer is loaded. This executable application uses Internet Explorer components to perform the navigation, history maintenance, favorites maintenance, HTML parsing and rendering, and so on, while it supplies the toolbar and frame for the stand-alone browser. IExplorer.exe directly hosts the Shdocvw.dll component.
|
18
|
+
</textarea>
|
19
|
+
<textarea name="txtDisabled" id="txtDisabled" disabled>
|
20
|
+
Disabled here </textarea>
|
21
|
+
</form>
|
22
|
+
<form name="Form3" method="post" action="textArea.html" id="Form1">
|
23
|
+
|
24
|
+
<textarea name="txtMultiLine3" id="txtMultiLine3" style="height:152px;width:248px;">
|
25
|
+
Shdocvw.dll in turn hosts the Mshtml.dll component, as well as any other Active Document component (such as a Microsoft Office application) that can be loaded in place in the browser when the user navigates to a specific document type. Shdocvw.dll supplies the functionality associated with navigation, in-place linking, favorites and history management, and PICS support. This dynamic-link library (DLL) also exposes interfaces to its host to allow it to be hosted separately as an ActiveX control. The Shdocvw.dll component is more frequently referred to as the WebBrowser Control. In-place linking refers to the ability to click a link in the HTML of the loaded document and to load a new HTML document in the same instance of the WebBrowser Control. If only Mshtml.dll is being hosted, a click on the link results in a new instance of the browser.
|
26
|
+
</textarea>
|
27
|
+
</form>
|
28
|
+
</body>
|
29
|
+
</HTML>
|
30
|
+
|
@@ -1,89 +1,89 @@
|
|
1
|
-
<html>
|
2
|
-
<head>
|
3
|
-
<title>
|
4
|
-
Test page for Text Fields
|
5
|
-
</title>
|
6
|
-
</head>
|
7
|
-
<body>
|
8
|
-
CVS Revision: "$Revision$"
|
9
|
-
|
10
|
-
<script>
|
11
|
-
function addEvent(e) {
|
12
|
-
document.all.events_text.value = document.all.events_text.value + "\n" + e
|
13
|
-
}
|
14
|
-
</script>
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
<br>
|
19
|
-
<br>
|
20
|
-
<table>
|
21
|
-
|
22
|
-
<tr>
|
23
|
-
<td>
|
24
|
-
<input type = text name = text1 value = 'Hello World' maxLength = 20 >number 1
|
25
|
-
<br>
|
26
|
-
<label for=text2>Label For this Field </label><input type = text id= text2 value = 'goodbye all'>
|
27
|
-
<br>
|
28
|
-
<input type=text name=Regex_test value='RegEx test'>
|
29
|
-
|
30
|
-
|
31
|
-
<td>These text fields are not in a form
|
32
|
-
|
33
|
-
|
34
|
-
<tr>
|
35
|
-
<td>
|
36
|
-
<input type = text name = disabled value = "Cant enter text in me" disabled>
|
37
|
-
<td>
|
38
|
-
Disabled text box
|
39
|
-
|
40
|
-
<tr>
|
41
|
-
<td>
|
42
|
-
<input type = text name = readOnly value = "Cant enter text in me" readonly>
|
43
|
-
<br>
|
44
|
-
<label for=readOnly2 id=label2>Another Label (pointless- its a readonly box!) </label><input type = text id= readOnly2 value = "Cant enter text in me" readonly>
|
45
|
-
<td>
|
46
|
-
readonly text boxes
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
<form name = test1 method = get action = pass.html>
|
52
|
-
<tr>
|
53
|
-
<td>
|
54
|
-
<input type = text name = text1 value = 'Ruby'>
|
55
|
-
<td> This is used in text1 in form test1
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
</form>
|
60
|
-
</table>
|
61
|
-
|
62
|
-
These text fields are used to test :beforeText and :afterText
|
63
|
-
<br>
|
64
|
-
<input type = text name = beforetest value = 'Before Text Test'>This Text After
|
65
|
-
<br>
|
66
|
-
This Text Before<input type = text name=aftertest value = 'AfterText Test' title = "This used to test :afterText">
|
67
|
-
|
68
|
-
<br>
|
69
|
-
<br>
|
70
|
-
|
71
|
-
This Field has javascript events in it
|
72
|
-
<input type = text name= events_tester onKeyUp='javascript:addEvent("keyup")' onKeyDown='javascript:addEvent("keydown")' onKeyPress='javascript:addEvent("keypress")'>
|
73
|
-
<br>
|
74
|
-
|
75
|
-
<textarea name = events_text cols = 20 rows = 10 ></textarea>
|
76
|
-
<input type=button onClick='document.all.events_text.value=""' value="Clear Events Box">
|
77
|
-
|
78
|
-
|
79
|
-
<br>
|
80
|
-
Password Fields
|
81
|
-
<br>
|
82
|
-
|
83
|
-
Password With Name<input type = password name =password1>
|
84
|
-
<br>
|
85
|
-
<label for=password1>Password With ID ( the text here is a label for it )</label><input type = password id =password1>
|
86
|
-
<div name="divvy">Div Text</div>
|
87
|
-
</body>
|
88
|
-
|
1
|
+
<html>
|
2
|
+
<head>
|
3
|
+
<title>
|
4
|
+
Test page for Text Fields
|
5
|
+
</title>
|
6
|
+
</head>
|
7
|
+
<body>
|
8
|
+
CVS Revision: "$Revision$"
|
9
|
+
|
10
|
+
<script>
|
11
|
+
function addEvent(e) {
|
12
|
+
document.all.events_text.value = document.all.events_text.value + "\n" + e
|
13
|
+
}
|
14
|
+
</script>
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
<br>
|
19
|
+
<br>
|
20
|
+
<table>
|
21
|
+
|
22
|
+
<tr>
|
23
|
+
<td>
|
24
|
+
<input type = text name = text1 value = 'Hello World' maxLength = 20 >number 1
|
25
|
+
<br>
|
26
|
+
<label for=text2>Label For this Field </label><input type = text id= text2 value = 'goodbye all'>
|
27
|
+
<br>
|
28
|
+
<input type=text name=Regex_test value='RegEx test'>
|
29
|
+
|
30
|
+
|
31
|
+
<td>These text fields are not in a form
|
32
|
+
|
33
|
+
|
34
|
+
<tr>
|
35
|
+
<td>
|
36
|
+
<input type = text name = disabled value = "Cant enter text in me" disabled>
|
37
|
+
<td>
|
38
|
+
Disabled text box
|
39
|
+
|
40
|
+
<tr>
|
41
|
+
<td>
|
42
|
+
<input type = text name = readOnly value = "Cant enter text in me" readonly>
|
43
|
+
<br>
|
44
|
+
<label for=readOnly2 id=label2>Another Label (pointless- its a readonly box!) </label><input type = text id= readOnly2 value = "Cant enter text in me" readonly>
|
45
|
+
<td>
|
46
|
+
readonly text boxes
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
<form name = test1 method = get action = pass.html>
|
52
|
+
<tr>
|
53
|
+
<td>
|
54
|
+
<input type = text name = text1 value = 'Ruby'>
|
55
|
+
<td> This is used in text1 in form test1
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
</form>
|
60
|
+
</table>
|
61
|
+
|
62
|
+
These text fields are used to test :beforeText and :afterText
|
63
|
+
<br>
|
64
|
+
<input type = text name = beforetest value = 'Before Text Test'>This Text After
|
65
|
+
<br>
|
66
|
+
This Text Before<input type = text name=aftertest value = 'AfterText Test' title = "This used to test :afterText">
|
67
|
+
|
68
|
+
<br>
|
69
|
+
<br>
|
70
|
+
|
71
|
+
This Field has javascript events in it
|
72
|
+
<input type = text name= events_tester onKeyUp='javascript:addEvent("keyup")' onKeyDown='javascript:addEvent("keydown")' onKeyPress='javascript:addEvent("keypress")'>
|
73
|
+
<br>
|
74
|
+
|
75
|
+
<textarea name = events_text cols = 20 rows = 10 ></textarea>
|
76
|
+
<input type=button onClick='document.all.events_text.value=""' value="Clear Events Box">
|
77
|
+
|
78
|
+
|
79
|
+
<br>
|
80
|
+
Password Fields
|
81
|
+
<br>
|
82
|
+
|
83
|
+
Password With Name<input type = password name =password1>
|
84
|
+
<br>
|
85
|
+
<label for=password1>Password With ID ( the text here is a label for it )</label><input type = password id =password1>
|
86
|
+
<div name="divvy">Div Text</div>
|
87
|
+
</body>
|
88
|
+
|
89
89
|
</html>
|