sync wip_alan_T6893_fix_roo_docs
authorAlan Knowles <alan@roojs.com>
Tue, 27 Jul 2021 03:55:36 +0000 (11:55 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 27 Jul 2021 03:55:36 +0000 (11:55 +0800)
13 files changed:
docs/json/roodata.json
docs/src/Roo_ContentPanel.js.html
docs/src/Roo_LoadMask.js.html
docs/src/Roo_Shadow.js.html
docs/src/Roo_Toolbar.js.html
docs/src/Roo_bootstrap_Table.js.html
docs/symbols/Roo.LoadMask.json
docs/symbols/Roo.PagingToolbar.json
docs/symbols/Roo.Shadow.json
docs/symbols/Roo.Toolbar.json
docs/symbols/Roo.TreePanel.json
docs/symbols/Roo.bootstrap.Table.json
docs/symbols/Roo.json

index cf4aceb..368178f 100644 (file)
         "name" : "removeMask",
         "type" : "Boolean",
         "desc" : "True to create a single-use mask that is automatically destroyed after loading (useful for page loads),\nFalse to persist the mask element reference for multiple uses (e.g., for paged data widgets).  Defaults to false.",
-        "memberOf" : "Roo"
+        "memberOf" : ""
       }
     ],
     "events" : [],
         "name" : "items",
         "type" : "Array",
         "desc" : "array of button configs or elements to add (will be converted to a MixedCollection)",
-        "memberOf" : "Roo"
+        "memberOf" : "Roo.Toolbar"
       },
       {
         "name" : "pageSize",
         "name" : "mode",
         "type" : "String",
         "desc" : "The shadow display mode.  Supports the following options:<br />\nsides: Shadow displays on both sides and bottom only<br />\nframe: Shadow displays equally on all four sides<br />\ndrop: Traditional bottom-right drop shadow (default)",
-        "memberOf" : "Roo"
+        "memberOf" : ""
       },
       {
         "name" : "offset",
         "name" : "items",
         "type" : "Array",
         "desc" : "array of button configs or elements to add (will be converted to a MixedCollection)",
-        "memberOf" : "Roo"
+        "memberOf" : ""
       },
       {
         "name" : "text",
         "desc" : "A toolbar for this panel",
         "memberOf" : "Roo.ContentPanel"
       },
-      {
-        "name" : "tree",
-        "type" : "Roo.tree.TreePanel",
-        "desc" : "The tree TreePanel, with config etc.",
-        "memberOf" : "Roo"
-      },
       {
         "name" : "url",
         "type" : "String",
       {
         "name" : "responsive",
         "type" : "boolean",
-        "desc" : "Format condensed",
+        "desc" : "default false - if this is on, columns are rendered with col-xs-4 etc. classes, otherwise columns will be sized by CSS,\n               also adds table-responsive (see bootstrap docs for details)",
         "memberOf" : ""
       },
       {
index a305d1f..f5fb6bd 100644 (file)
@@ -720,19 +720,14 @@ panel.addxtype({
 
 
 
-
-
-
-
-
-
 </span><span class="jsdoc-comment">/**
  * @class Roo.TreePanel
  * @extends Roo.ContentPanel
+ * Treepanel component
+ * 
  * @constructor
  * Create a new TreePanel. - defaults to fit/scoll contents.
  * @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.
  */
 </span><span class="jsdoc-var">Roo.TreePanel </span><span class="jsdoc-syntax">= </span><span class="jsdoc-keyword">function</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">config</span><span class="jsdoc-syntax">){
     </span><span class="jsdoc-keyword">var </span><span class="jsdoc-var">el </span><span class="jsdoc-syntax">= </span><span class="jsdoc-var">config.el</span><span class="jsdoc-syntax">;
@@ -775,7 +770,12 @@ panel.addxtype({
 
 </span><span class="jsdoc-var">Roo.extend</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">Roo.TreePanel</span><span class="jsdoc-syntax">, </span><span class="jsdoc-var">Roo.ContentPanel</span><span class="jsdoc-syntax">, {
     </span><span class="jsdoc-var">fitToFrame </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">true</span><span class="jsdoc-syntax">,
-    </span><span class="jsdoc-var">autoScroll </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">true
+    </span><span class="jsdoc-var">autoScroll </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">true</span><span class="jsdoc-syntax">,
+    </span><span class="jsdoc-comment">/*
+     * @cfg {Roo.tree.TreePanel} tree The tree TreePanel, with config etc.
+     */
+    </span><span class="jsdoc-var">tree </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">false
+
 </span><span class="jsdoc-syntax">});
 
 
index b466f7b..e99f614 100644 (file)
@@ -44,7 +44,8 @@
      * True to create a single-use mask that is automatically destroyed after loading (useful for page loads),
      * False to persist the mask element reference for multiple uses (e.g., for paged data widgets).  Defaults to false.
      */
-    /**
+    </span><span class="jsdoc-var">removeMask </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">false</span><span class="jsdoc-syntax">,
+    </span><span class="jsdoc-comment">/**
      * @cfg {String} msg
      * The text to display in a centered loading message box (defaults to 'Loading...')
      */
index b156e4e..66fb4d8 100644 (file)
@@ -79,7 +79,8 @@
      * frame: Shadow displays equally on all four sides&lt;br /&gt;
      * drop: Traditional bottom-right drop shadow (default)
      */
-    /**
+    </span><span class="jsdoc-var">mode</span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">false</span><span class="jsdoc-syntax">,
+    </span><span class="jsdoc-comment">/**
      * @cfg {String} offset
      * The number of pixels to offset the shadow from the element (defaults to 4)
      */
index fb36d08..a2e08e8 100644 (file)
@@ -52,8 +52,8 @@
      * @cfg {Array} items
      * array of button configs or elements to add (will be converted to a MixedCollection)
      */
-
-    /**
+    </span><span class="jsdoc-var">items</span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">false</span><span class="jsdoc-syntax">,
+    </span><span class="jsdoc-comment">/**
      * @cfg {String/HTMLElement/Element} container
      * The id or element that will contain the toolbar
      */
index 76acc46..4330016 100644 (file)
@@ -74,7 +74,8 @@ Currently the Table  uses multiple headers to try and handle XL / Medium etc...
  * @cfg {boolean} bordered Add borders to the table
  * @cfg {boolean} hover Add hover highlighting
  * @cfg {boolean} condensed Format condensed
- * @cfg {boolean} responsive Format condensed
+ * @cfg {boolean} responsive default false - if this is on, columns are rendered with col-xs-4 etc. classes, otherwise columns will be sized by CSS,
+ *                also adds table-responsive (see bootstrap docs for details)
  * @cfg {Boolean} loadMask (true|false) default false
  * @cfg {Boolean} footerShow (true|false) generate tfoot, default true
  * @cfg {Boolean} headerShow (true|false) generate thead, default true
index ec2c534..ec16d97 100644 (file)
@@ -37,7 +37,7 @@
       "name" : "removeMask",
       "type" : "Boolean",
       "desc" : "True to create a single-use mask that is automatically destroyed after loading (useful for page loads),\nFalse to persist the mask element reference for multiple uses (e.g., for paged data widgets).  Defaults to false.",
-      "memberOf" : "Roo",
+      "memberOf" : "Roo.LoadMask",
       "optvals" : []
     },
     {
index 32979eb..20ded8e 100644 (file)
@@ -61,7 +61,7 @@
       "name" : "items",
       "type" : "Array",
       "desc" : "array of button configs or elements to add (will be converted to a MixedCollection)",
-      "memberOf" : "Roo",
+      "memberOf" : "Roo.Toolbar",
       "optvals" : []
     },
     {
index bb92fb7..de7e8d0 100644 (file)
   "returns" : [],
   "config" : [
     {
-      "name" : "offset",
+      "name" : "mode",
       "type" : "String",
-      "desc" : "The number of pixels to offset the shadow from the element (defaults to 4)",
+      "desc" : "The shadow display mode.  Supports the following options:<br />\nsides: Shadow displays on both sides and bottom only<br />\nframe: Shadow displays equally on all four sides<br />\ndrop: Traditional bottom-right drop shadow (default)",
       "memberOf" : "Roo.Shadow",
       "optvals" : []
     },
     {
-      "name" : "mode",
+      "name" : "offset",
       "type" : "String",
-      "desc" : "The shadow display mode.  Supports the following options:<br />\nsides: Shadow displays on both sides and bottom only<br />\nframe: Shadow displays equally on all four sides<br />\ndrop: Traditional bottom-right drop shadow (default)",
-      "memberOf" : "Roo",
+      "desc" : "The number of pixels to offset the shadow from the element (defaults to 4)",
+      "memberOf" : "Roo.Shadow",
       "optvals" : []
     }
   ],
index fa393a3..bf91283 100644 (file)
@@ -38,7 +38,7 @@
       "name" : "items",
       "type" : "Array",
       "desc" : "array of button configs or elements to add (will be converted to a MixedCollection)",
-      "memberOf" : "Roo",
+      "memberOf" : "Roo.Toolbar",
       "optvals" : []
     }
   ],
index a0178b8..d07e7dd 100644 (file)
@@ -4,7 +4,7 @@
     "Roo.ContentPanel",
     "Roo.util.Observable"
   ],
-  "desc" : "Create a new TreePanel. - defaults to fit/scoll contents.",
+  "desc" : "Treepanel component",
   "isSingleton" : false,
   "isStatic" : false,
   "isBuiltin" : false,
       "memberOf" : "Roo.ContentPanel",
       "optvals" : []
     },
-    {
-      "name" : "tree",
-      "type" : "Roo.tree.TreePanel",
-      "desc" : "The tree TreePanel, with config etc.",
-      "memberOf" : "Roo",
-      "optvals" : []
-    },
     {
       "name" : "adjustments",
       "type" : "Array",
index 0623231..f4a3743 100644 (file)
     {
       "name" : "responsive",
       "type" : "boolean",
-      "desc" : "Format condensed",
+      "desc" : "default false - if this is on, columns are rendered with col-xs-4 etc. classes, otherwise columns will be sized by CSS,\n               also adds table-responsive (see bootstrap docs for details)",
       "memberOf" : "Roo.bootstrap.Table",
       "optvals" : []
     }
index 6240970..cc417a4 100644 (file)
   "see" : "",
   "params" : [],
   "returns" : [],
-  "config" : [
-    {
-      "name" : "removeMask",
-      "type" : "Boolean",
-      "desc" : "True to create a single-use mask that is automatically destroyed after loading (useful for page loads),\nFalse to persist the mask element reference for multiple uses (e.g., for paged data widgets).  Defaults to false.",
-      "memberOf" : "Roo",
-      "optvals" : []
-    },
-    {
-      "name" : "items",
-      "type" : "Array",
-      "desc" : "array of button configs or elements to add (will be converted to a MixedCollection)",
-      "memberOf" : "Roo",
-      "optvals" : []
-    },
-    {
-      "name" : "mode",
-      "type" : "String",
-      "desc" : "The shadow display mode.  Supports the following options:<br />\nsides: Shadow displays on both sides and bottom only<br />\nframe: Shadow displays equally on all four sides<br />\ndrop: Traditional bottom-right drop shadow (default)",
-      "memberOf" : "Roo",
-      "optvals" : []
-    },
-    {
-      "name" : "tree",
-      "type" : "Roo.tree.TreePanel",
-      "desc" : "The tree TreePanel, with config etc.",
-      "memberOf" : "Roo",
-      "optvals" : []
-    }
-  ],
+  "config" : [],
   "methods" : [
     {
       "name" : "each",