Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 27th, 2012  |  syntax: None  |  size: 0.44 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How do you remove defaul GWT style from CaptionPanel widget?
  2. <ui:style src="../common.css">
  3.     .test {
  4.         color: red;
  5.     }
  6.  
  7.     .gwt-CaptionPanel {
  8.  
  9.     }
  10. </ui:style>
  11.  
  12. <g:CaptionPanel captionText="Test" stylePrimaryName="{style.test}">
  13. </g:CaptionPanel>
  14.        
  15. <inherits name='com.google.gwt.user.theme.standard.Standard'/>
  16. <inherits name='com.google.gwt.user.theme.chrome.Chrome'/>
  17. <inherits name='com.google.gwt.user.theme.dark.Dark'/>