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

Untitled

By: a guest on May 6th, 2012  |  syntax: None  |  size: 0.28 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. Ext.getCmp not returning current value of html editor
  2. onSubmitBtnClick: function () {
  3.  
  4.         var notes = Ext.getCmp('notes').value;
  5.       // this value is not the current value in the editor.
  6. }
  7.        
  8. onSubmitBtnClick: function () {
  9.  
  10.     var notes = Ext.getCmp('notes').getValue();
  11. }