Re: CellTable header w/ a linear gradient background via CSS gradient - is it supported?

2012-05-14 Thread licht...@gmail.com
Yes, thanks it's the same issue. And, wrapping with literal works. On May 11, 11:01 am, Boris_siroB wrote: > Might be due to the same issue as this: > > https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit... > > > > > > > > On Friday, May 11, 2012 1:03:30 PM UTC-4, lich...@gm

CellTable header w/ a linear gradient background via CSS gradient - is it supported?

2012-05-11 Thread licht...@gmail.com
Attempting a linear gradient background in a CellTable header as such... .cellTableHeader { background: #EEE; background: -moz-linear-gradient(center top, #FEFEFE, #F1F1F1 50%, #E1E1E1 50%, #F4F4F4) repeat scroll 0 0 transparent; } FF only ever shows the #EEE background. I don't want to

Data Presentation Widgets Help

2010-05-20 Thread licht...@gmail.com
Anyone know where to find the sources, examples, docs to the new Data Presentation Widgets? -- 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-tool...@googlegroups.com. To unsubscribe from this

Re: MVP Framework in GWT 2.1 M1 ?

2010-05-20 Thread licht...@gmail.com
The expenses application code isn't that easy to follow, haven't deciphered it yet. Even the author prefaces the nature of the code... * This app is a mess right now, but it will become the showcase example of a * custom app written to RequestFactory * UI shell for expenses sample app. A horrib