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

index 8362052..f176d80 100644 (file)
@@ -37,7 +37,8 @@ Roo.extend(Roo.form.TextItem, Roo.BoxComponent,  {
         var cfg = {
             id: this.id,
             tag: this.tag,
-            html: this.html
+            html: this.html,
+            cls: 'x-form-textitem'
         };
         
         return cfg;