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

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.20 KB  |  hits: 11  |  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 to select a div within a form and alter it's style
  2. // fetch the body element of your form object which is of
  3. // type Ext.Element and apply the style
  4. myForm.body.setStyle([property], [value]);