Hi, I have to develop an application with GWT technology. I use UI Binder to develop the view of the application. I work with eclipse IDE. I want to apply my own style (image up and down) to every button of my application. Here comes the problem, I can't succeed in doing that. I try to display a FileUpload widget with a particular style. I want to change the background image of the browse button. I use this component in form panel to submit to a servlet (with post method). I already tried different methods to do this :
mainly I try the method explained in several posts which consists in hidding the fileupload component and redirect events from others components (for instance a textbox and a button). But the method doesn't work on Firefox because it blocks javascript call of method click. (?) So, if someone knows how to restyle the fileupload component with a clean method thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
