Roo/bootstrap/RadioItem.js
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 03:30:27 +0000 (11:30 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 03:30:27 +0000 (11:30 +0800)
Roo/bootstrap/RadioItem.js

index 930e809..f54cbcf 100644 (file)
@@ -11,6 +11,7 @@
  * Bootstrap RadioItem class
  * @cfg {String} boxLabel - the label associated
  * @cfg {Boolean} inline (true|false) inline the element (default false)
+ * @cfg {String} weight (primary|warning|info|danger|success) The text that appears beside the radio
  * 
  * @constructor
  * Create a new RadioItem
@@ -23,6 +24,8 @@ Roo.bootstrap.RadioItem = function(config){
 
 Roo.extend(Roo.bootstrap.RadioItem, Roo.bootstrap.Component,  {
     
+    inline : false,
+    
     getAutoCreate : function()
     {
         var cfg = {