examples/bootstrap/RadioSet.bjs
authoredward <edward@roojs.com>
Tue, 21 Nov 2017 02:55:00 +0000 (10:55 +0800)
committeredward <edward@roojs.com>
Tue, 21 Nov 2017 02:55:00 +0000 (10:55 +0800)
examples/bootstrap/RadioSet.js

examples/bootstrap/RadioSet.bjs
examples/bootstrap/RadioSet.js

index 4f27f6d..5b1d64e 100644 (file)
@@ -28,6 +28,7 @@
        "listeners" : {
         "render" : "function (_self)\n{\n    _this.form = this;\n}"
        },
+       "Boolean errPopover" : true,
        "xtype" : "Form",
        "$ xns" : "Roo.bootstrap",
        "items" : [
index 706ad71..101bc6c 100644 (file)
@@ -38,6 +38,7 @@ RadioSet = new Roo.XComponent({
      items  : [
       {
        xtype : 'Form',
+       errPopover : true,
        listeners : {
         render : function (_self)
          {