In GWT, how do I control how a widget is decorated to show it's got the focus? -
in general terms, how control in gwt decoration gets put on widget, e.g. textbox, show it's widget that's focussed? google chrome example illuminates focussed widgets sort of orange border round corners, it's not same border can control border instruction in css. (border: 3px black inset or whatever).
specifically, i've got html widget wrapped in focuspanel. want focuspanel respond keypresses, does, want invisibly, without orange border mentioned in google chrome when focuspanel.setfocus(true);.
thanks! neil
you can remove red border setting css outline
0
. see: how remove focus on disclosure panel's header?
Comments
Post a Comment