Roo/ContentPanel.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 28 Jul 2010 06:52:58 +0000 (14:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 28 Jul 2010 06:52:58 +0000 (14:52 +0800)
Roo/ContentPanel.js

index c13de63..2598018 100644 (file)
@@ -23,6 +23,7 @@
  * @cfg {String} title The title for this panel
  * @cfg {Array} adjustments Values to <b>add</b> to the width/height when doing a {@link #fitToFrame} (default is [0, 0])
  * @cfg {String} url Calls {@link #setUrl} with this value
+ * @cfg {String} region (center|north|south|east|west) which region to put this panel on (when used with xtype constructors)
  * @cfg {String/Object} params When used with {@link #url}, calls {@link #setUrl} with this value
  * @cfg {Boolean} loadOnce When used with {@link #url}, calls {@link #setUrl} with this value
  * @constructor