Skip to content

Commit 14d5ef0

Browse files
author
soheil_h_y
committed
1. tabIndex property for element
1 parent 596522a commit 14d5ef0

File tree

1 file changed

+2
-0
lines changed
  • sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/xhtml

1 file changed

+2
-0
lines changed

sources/net.sf.j2s.java.org.eclipse.swt/src/org/eclipse/swt/internal/xhtml/Element.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ public class Element {
9292
public Object onhelp;
9393

9494
public String rel;
95+
96+
public int tabIndex;
9597

9698
//private String
9799

0 commit comments

Comments
 (0)