Roo/form/TextItem.js
authorEdward <edward@roojs.com>
Thu, 7 Mar 2019 04:19:50 +0000 (12:19 +0800)
committerEdward <edward@roojs.com>
Thu, 7 Mar 2019 04:19:50 +0000 (12:19 +0800)
Roo/form/TextItem.js

index f176d80..e5209f1 100644 (file)
@@ -38,7 +38,7 @@ Roo.extend(Roo.form.TextItem, Roo.BoxComponent,  {
             id: this.id,
             tag: this.tag,
             html: this.html,
-            cls: 'x-form-textitem'
+            cls: 'x-form-item'
         };
         
         return cfg;