Update of /cvsroot/httpunit/httpunit/doc
In directory usw-pr-cvs1:/tmp/cvs-serv20283/doc
Modified Files:
Javascript-support.html release_notes.txt
Log Message:
Added support for Form.elements
Index: Javascript-support.html
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/Javascript-support.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- Javascript-support.html 15 Aug 2002 00:06:31 -0000 1.6
+++ Javascript-support.html 16 Aug 2002 18:52:50 -0000 1.7
@@ -35,7 +35,8 @@
<h4>properties</h4>
<ul>
<li>action - r/w the action associated with the form</li>
-<li>document - the enclosing document</li>
+<li>document - r/o the enclosing document</li>
+<li>elements - r/o an array of controls in the form</li>
<li><name> - the name of a control in the form</li>
</ul>
<h4>events</h4>
Index: release_notes.txt
===================================================================
RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- release_notes.txt 16 Aug 2002 17:23:59 -0000 1.137
+++ release_notes.txt 16 Aug 2002 18:52:50 -0000 1.138
@@ -7,7 +7,7 @@
3. The regression test "pseudo-server" does not appear to run properly under Unix.
Limitations:
- 1. JavaScript support is minimal
+ 1. JavaScript support is incomplete
2. JDK 1.2 or higher is required
@@ -20,6 +20,10 @@
Problems fixes:
1. Relative URLs beginning with "?" were not being handled properly.
2. Disabling scripting result in IllegalStateException being thrown.
+
+Additions:
+ 1. JavaScript: The select() method is now defined as a no-op for controls
+ 2. JavaScript: Form.elements is now defined
14-Aug-2002
Additions:
|