Thanks for your answer :) Does the CssResource feature allow me to get access to a property value of a selector in the CSS?? Explanation : I want to get the width and the height that I set in my css, to use them in the java side.
Thank you On 27 mai, 00:55, Thomas Broyer <[email protected]> wrote: > On 26 mai, 16:48, Amine Ouahman <[email protected]> wrote: > > > Hi everybody, > > > I'm seeking some ideas about how to parse my CSS files and generate a > > java class. > > If your goal is to generate a CssResource interface, GWT already gives > you the com.google.gwt.resources.css.InterfaceGenerator tool (launch > it as "java -cp gwt-user.jar > com.google.gwt.resources.css.InterfaceGenerator") > > Otherwise, you can use CSSParser or Flute (GWT uses a patched version > of Flute). -- 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.
