fix documentation for actionMode
authorAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2020 03:52:36 +0000 (11:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 31 Mar 2020 03:52:36 +0000 (11:52 +0800)
Roo/Component.js

index 7529e78..7f78933 100644 (file)
@@ -146,7 +146,7 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
     /**
      * @cfg {String} actionMode 
      * which property holds the element that used for  hide() / show() / disable() / enable()
-     * default is 'el' 
+     * default is 'el' for forms you probably want to set this to fieldEl 
      */
     actionMode : "el",