Re: GWT Wrapper Div-Element style

2013-11-18 Thread Manuel
Ok, the textbox got wrapped in the div because I used a layoutpanel. Switching to a HTMLPanel solved it. Am Dienstag, 19. November 2013 06:38:20 UTC+1 schrieb Manuel: > > Hi everyone, > > I made a View using the GWT Designer. I used the TextBox as input field. > Now the input is wrapped by a div

GWT Wrapper Div-Element style

2013-11-18 Thread Manuel
Hi everyone, I made a View using the GWT Designer. I used the TextBox as input field. Now the input is wrapped by a div for position purpose I guess. Beside the position styles, the div has overflow:hidden. Is there a way to tell the div to have overflow:visible? I want to have a outline style