Skip to content

Commit 861b1f8

Browse files
author
zhourenjian
committed
Add name field
1 parent 125480d commit 861b1f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sources/net.sf.j2s.html/src/net/sf/j2s/html/Element.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class Element {
1616

1717
public CSSStyle style;
1818
public String id;
19+
public String name;
1920
public String innerHTML;
2021
public String innerText; // IE
2122
public String text; // Mozilla

0 commit comments

Comments
 (0)