From: Alan Knowles Date: Tue, 31 Mar 2020 03:52:36 +0000 (+0800) Subject: fix documentation for actionMode X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=54fe6a2dc6d24d86a8b3ccf760e1693bcdb7423e fix documentation for actionMode --- diff --git a/Roo/Component.js b/Roo/Component.js index 7529e78d00..7f78933358 100644 --- a/Roo/Component.js +++ b/Roo/Component.js @@ -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",