roojs-bootstrap.js
[roojs1] / roojs-bootstrap-debug.js
index 7a32af8..a81d7f5 100644 (file)
@@ -13089,6 +13089,10 @@ Roo.extend(Roo.bootstrap.form.Input, Roo.bootstrap.Component,  {
      */
     getValue : function(){
         var v = this.inputEl().getValue();
+        if(this.name == 'release_content') {
+            Roo.log('CONTENT GET VALUE');
+            Roo.log(this.inputEl());
+        }
         return v;
     },
     /**