X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fbootstrap%2Fform%2FInput.js;fp=Roo%2Fbootstrap%2Fform%2FInput.js;h=d6657a854466207e4b24dcec2a1d3901aa7667f8;hb=79cf14be0a64fcac32bab8de17e49a80f8aa0181;hp=04209fab71e023573b1645bfc25fb0c8d5ef6303;hpb=078a8ca3cd01b284d380a140805b226ed5bd8a4b;p=roojs1 diff --git a/Roo/bootstrap/form/Input.js b/Roo/bootstrap/form/Input.js index 04209fab71..d6657a8544 100644 --- a/Roo/bootstrap/form/Input.js +++ b/Roo/bootstrap/form/Input.js @@ -816,6 +816,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; }, /**