Hi,
I have to set a custom color for the name of the tabpanel (or the text
that is displayed in the tabpanel).
How do i do that?
I tried:
tabPanel.setTitle( "Create" );
tabPanel.setStyle( "color:red;" );
tabPanel.setCls( "gwt-Ext-Title" );
tabPanel.setStyle( "color:red;" );
tabPanel.setStyle( "gwt-Ext-Title;" );
where in my <application>.css i have defined:gwt-Ext-Title as
.gwt-Ext-Title {
font-size: 10pt;
font-family: Franklin Gothic T Medium;
text-align: center;
color: red;
}
But nothing seems to work, Can you please help me?
Your help is appreciated,
Thank you,
Satya
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---