Tuesday, January 10, 2012

Re: Handling styles application wide?

The best approach would be to use ClientBundle

http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html

This would allow you to combine all your resources including
TableResources, Application Images, Custom Styles etc.

Make it a practise to use the styles defined in your external
stylesheets across the application and your maintenance would become
relatively easier.

~Ashwin


On Wednesday 11 January 2012 09:53:38 AM IST, Mike Dee wrote:
> What is a good ways to consistently handle styles application side?
> I'm working on an app that has CellTables and widgets and HTML. For
> CellTables we use CellTable.Resources to store CSS. For widgets, we
> use uibinder with<ui:style> for HTML we use external stylesheets. Is
> there a good strategy for putting all style info in one place?
>


--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment