Friday, December 28, 2012

Re: How to know the css used by the datagrid header?

The style name is probably obfuscated.  The default styles for CellTable are not in the standard.css with other GWT styles.  You can find them in com.google.gwt.user.cellview.client.CellTable.css.  If you want to change them, make a copy, change the styles, and pass it to your CellTable constructor.

On Thursday, December 27, 2012 12:20:58 AM UTC-8, tong123123 wrote:
I use F12 in IE9 or FF13 but still cannot see the css used by the datagrid header, I want to create a label with the css property (like the height, padding...) same as datagrid header, how to accomplish it?

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/uf2CBh0yzEsJ.
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