OK, so I've got a autogenerated cellList.resource being passed to the cellList constructor, but I'm having some difficulty understanding how to apply a custom CSS as an override to the cellListStyle. Can anyone nudge me a little further in the right direction?
Thanks, -Mike On Jan 11, 10:38 am, Thomas Broyer <[email protected]> wrote: > You have to pass your own > CellList.Resources<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g...>to > the CellList > constructor<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g..., > com.google.gwt.user.cellview.client.CellList.Resources)>, in which you'll > override the > cellListStyle<http://google-web-toolkit.googlecode.com/svn/javadoc/2.1/com/google/g...()>method > to use your own CSS file. -- 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.
