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

Untitled

By: a guest on May 7th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 13  |  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. Stop ExtJs styling elements
  2. height:200
  3.        
  4. cls: "someclass"
  5.        
  6. <div class="someclass" stlye="height:2px"></div>
  7.        
  8. bodyCls: "someclass"
  9.        
  10. cls: "someclass"
  11.        
  12. .x-panel .someclass {
  13.     //css stuff in here
  14. }
  15.        
  16. .someclass .x-panel-body {
  17.      height:600px;
  18. }