Roo/bootstrap/TextArea.js
authorEdward <edward@roojs.com>
Tue, 1 Apr 2014 03:33:30 +0000 (11:33 +0800)
committerEdward <edward@roojs.com>
Tue, 1 Apr 2014 03:33:30 +0000 (11:33 +0800)
Roo/bootstrap/TextArea.js

index 43e5c8b..883381c 100644 (file)
@@ -45,6 +45,9 @@ Roo.extend(Roo.bootstrap.TextArea, Roo.bootstrap.Input,  {
         var input =  {
             tag: 'textarea',
             id : id,
+            warp : this.warp,
+            cols : this.cols,
+            rows : this.rows,
             value : this.value,
             cls : 'form-control',
             placeholder : this.placeholder || ''