Roo/bootstrap/DateSplitField.js
authoredward <edward@roojs.com>
Thu, 23 Nov 2017 08:36:43 +0000 (16:36 +0800)
committeredward <edward@roojs.com>
Thu, 23 Nov 2017 08:36:43 +0000 (16:36 +0800)
Roo/bootstrap/DateSplitField.js

index fa97fa9..8dd7ea7 100644 (file)
  * @cfg {string} dayFormat default 'd'
  * @cfg {string} monthFormat default 'm'
  * @cfg {string} yearFormat default 'Y'
- * @cfg {Number} labellg set the width of label (1-12)
- * @cfg {Number} labelmd set the width of label (1-12)
- * @cfg {Number} labelsm set the width of label (1-12)
- * @cfg {Number} labelxs set the width of label (1-12)
 
  *     
  * @constructor
@@ -83,10 +79,6 @@ Roo.extend(Roo.bootstrap.DateSplitField, Roo.bootstrap.Component,  {
     monthFormat : 'm',
     yearFormat : 'Y',
     isFormField : true,
-    labellg : 0,
-    labelmd : 0,
-    labelsm : 0,
-    labelxs : 0,
     
     getAutoCreate : function()
     {