Roo/bootstrap/FieldLabel.js
authoredward <edward@roojs.com>
Tue, 3 May 2016 09:00:07 +0000 (17:00 +0800)
committeredward <edward@roojs.com>
Tue, 3 May 2016 09:00:07 +0000 (17:00 +0800)
Roo/bootstrap/FieldLabel.js

index c055c53..56f6b1b 100644 (file)
@@ -17,8 +17,6 @@
  * @cfg {String} invalidClass default "text-danger fa fa-lg fa-exclamation-triangle"
  * @cfg {String} validClass default "text-success fa fa-lg fa-check"
  * @cfg {String} iconTooltip default "This field is required"
- * @cfg {Boolean} hideValidIcon (true|false) default false
- * @cfg {Boolean} hideInvalidIcon (true|false) default false
  * 
  * @constructor
  * Create a new FieldLabel
@@ -55,8 +53,6 @@ Roo.extend(Roo.bootstrap.FieldLabel, Roo.bootstrap.Component,  {
     invalidClass : 'text-danger fa fa-lg fa-exclamation-triangle',
     validClass : 'text-success fa fa-lg fa-check',
     iconTooltip : 'This field is required',
-    hideValidIcon : false,
-    hideInvalidIcon : false,
     
     getAutoCreate : function(){