Show
Ignore:
Timestamp:
08/25/08 09:59:50 (5 months ago)
Author:
matti.tahvonen@…
Message:

#1986 (tabindex for some selects)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IOptionGroupBase.java

    r4777 r5255  
    174174        } 
    175175 
    176     } 
     176        setTabIndex(uidl.hasAttribute("tabindex") ? uidl 
     177                .getIntAttribute("tabindex") : 0); 
     178 
     179    } 
     180 
     181    abstract protected void setTabIndex(int tabIndex); 
    177182 
    178183    public void onClick(Widget sender) {