better docs for form
authorAlan <alan@roojs.com>
Fri, 6 Oct 2023 07:59:14 +0000 (15:59 +0800)
committerAlan <alan@roojs.com>
Fri, 6 Oct 2023 07:59:14 +0000 (15:59 +0800)
Roo/form/BasicForm.js

index 130319a..943da99 100644 (file)
@@ -131,12 +131,12 @@ Roo.extend(Roo.form.BasicForm, Roo.util.Observable, {
     disableMask : false,
     
     /**
-     * @cfg {Boolean} errorMask (true|false) default false
+     * @cfg {Boolean} errorMask Should the form be masked (and the active element highlighted on error - default false
      */
     errorMask : false,
     
     /**
-     * @cfg {Number} maskOffset Default 100
+     * @cfg {Number} maskOffset space around form element to mask if there is an error Default 100
      */
     maskOffset : 100,