tanchi
11 Feb 2010, 9:32 AM
Hi, I'm a beginner of GXT, hope I can get some answer for my dumb question.
I wanted to change the font color and weight of the ContentPanel heading but could not figure out how to do that. I found there is headerStyle field in this class but assigning it css values don't do anything.
ContentPanel cp = new ContentPanel();
cp.setHeading("This is a heading");
// how can i style the heading font?
Thanks!
I wanted to change the font color and weight of the ContentPanel heading but could not figure out how to do that. I found there is headerStyle field in this class but assigning it css values don't do anything.
ContentPanel cp = new ContentPanel();
cp.setHeading("This is a heading");
// how can i style the heading font?
Thanks!