roojs-ui.js
authorAlan Knowles <alan@roojs.com>
Tue, 27 Jul 2021 03:48:14 +0000 (11:48 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Jul 2021 03:48:14 +0000 (11:48 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index f5369da..21b9976 100644 (file)
@@ -55077,10 +55077,12 @@ Roo.extend(Roo.ScrollPanel, Roo.ContentPanel, {
 /**
  * @class Roo.TreePanel
  * @extends Roo.ContentPanel
- * @constructor
+ * @cfg {Roo.tree.TreePanel} tree The tree TreePanel, with config etc.
+*/
+/**
  * Create a new TreePanel. - defaults to fit/scoll contents.
+ * @constructor
  * @param {String/Object} config A string to set only the panel's title, or a config object
- * @cfg {Roo.tree.TreePanel} tree The tree TreePanel, with config etc.
  */
 Roo.TreePanel = function(config){
     var el = config.el;
index 981963e..6b4f8f8 100644 (file)
@@ -31915,10 +31915,12 @@ Roo.extend(Roo.ScrollPanel, Roo.ContentPanel, {
 /**
  * @class Roo.TreePanel
  * @extends Roo.ContentPanel
- * @constructor
+ * @cfg {Roo.tree.TreePanel} tree The tree TreePanel, with config etc.
+*/
+/**
  * Create a new TreePanel. - defaults to fit/scoll contents.
+ * @constructor
  * @param {String/Object} config A string to set only the panel's title, or a config object
- * @cfg {Roo.tree.TreePanel} tree The tree TreePanel, with config etc.
  */
 Roo.TreePanel = function(config){
     var el = config.el;