Monday, August 27, 2012

Re: CellTable - style specific columns

How have you specified your CSS? Do you use UiBinder with inline CssResource? If so, take a look at https://developers.google.com/web-toolkit/doc/latest/DevGuideUiBinder#Programmatic_access . Instead of adding "special_column_style" to the column you would call the CssResource method for that css class to get the obfuscated class name generated by GWT, e.g. table.addColumnStyleName(colIndex, tableStyles.specialColumnStyle());

-- J.

Am Montag, 27. August 2012 22:41:53 UTC+2 schrieb Kevin Buikema:
Doing some additional debugging, it appears the browser is unable to locate "special_column_style", because GWT translates the css file into it's own custom resource. Is there some way I can figure out what GWT transforms my css into, so I can set that style class for a column?

--
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/-/gP4Gtd_JohgJ.
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