split panels into seperate files, and fix code doc
authorAlan <alan@roojs.com>
Tue, 22 Feb 2022 04:06:15 +0000 (12:06 +0800)
committerAlan <alan@roojs.com>
Tue, 22 Feb 2022 04:06:15 +0000 (12:06 +0800)
docs/json/roodata.json
docs/src/Roo_PagingToolbar.js.html
docs/symbols/Roo.PagingToolbar.json
roojs-debug.js
roojs-ui-debug.js

index f333954..b0ec5f4 100644 (file)
           }
         ]
       },
           }
         ]
       },
+      {
+        "name" : "onClick",
+        "type" : "function",
+        "desc" : "event that occurs when you click on the navigation buttons - can be used to trigger load of a grid.",
+        "sig" : "(which)",
+        "static" : false,
+        "memberOf" : "",
+        "isStatic" : false,
+        "isConstructor" : false,
+        "isPrivate" : false,
+        "example" : "",
+        "deprecated" : "",
+        "since" : "",
+        "see" : "",
+        "exceptions" : "",
+        "requires" : "",
+        "params" : [
+          {
+            "name" : "which",
+            "type" : "String",
+            "desc" : "(first|prev|next|last|refresh)  which button to press.",
+            "isOptional" : false
+          }
+        ],
+        "returns" : []
+      },
       {
         "name" : "show",
         "type" : "function",
       {
         "name" : "show",
         "type" : "function",
index 888bc52..b9a7354 100644 (file)
             </span><span class="jsdoc-var">this.loading.disable</span><span class="jsdoc-syntax">();
         }
     },
             </span><span class="jsdoc-var">this.loading.disable</span><span class="jsdoc-syntax">();
         }
     },
-
-    </span><span class="jsdoc-comment">// private
+    </span><span class="jsdoc-comment">/**
+     * event that occurs when you click on the navigation buttons - can be used to trigger load of a grid.
+     * @param {String} which (first|prev|next|last|refresh)  which button to press.
+     *
+     */
+    // private
     </span><span class="jsdoc-var">onClick </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">function</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">which</span><span class="jsdoc-syntax">){
         </span><span class="jsdoc-keyword">var </span><span class="jsdoc-var">ds </span><span class="jsdoc-syntax">= </span><span class="jsdoc-var">this.ds</span><span class="jsdoc-syntax">;
         </span><span class="jsdoc-keyword">switch</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">which</span><span class="jsdoc-syntax">){
     </span><span class="jsdoc-var">onClick </span><span class="jsdoc-syntax">: </span><span class="jsdoc-keyword">function</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">which</span><span class="jsdoc-syntax">){
         </span><span class="jsdoc-keyword">var </span><span class="jsdoc-var">ds </span><span class="jsdoc-syntax">= </span><span class="jsdoc-var">this.ds</span><span class="jsdoc-syntax">;
         </span><span class="jsdoc-keyword">switch</span><span class="jsdoc-syntax">(</span><span class="jsdoc-var">which</span><span class="jsdoc-syntax">){
index e866573..32b2e60 100644 (file)
       ],
       "returns" : []
     },
       ],
       "returns" : []
     },
+    {
+      "name" : "onClick",
+      "type" : "function",
+      "desc" : "event that occurs when you click on the navigation buttons - can be used to trigger load of a grid.",
+      "sig" : "(which)",
+      "static" : false,
+      "memberOf" : "",
+      "isStatic" : false,
+      "isConstructor" : false,
+      "isPrivate" : false,
+      "example" : "",
+      "deprecated" : "",
+      "since" : "",
+      "see" : "",
+      "exceptions" : "",
+      "requires" : "",
+      "params" : [
+        {
+          "name" : "which",
+          "type" : "String",
+          "desc" : "(first|prev|next|last|refresh)  which button to press.",
+          "isOptional" : false
+        }
+      ],
+      "returns" : []
+    },
     {
       "name" : "unbind",
       "type" : "function",
     {
       "name" : "unbind",
       "type" : "function",
index 535126f..e6baa3b 100644 (file)
@@ -32403,7 +32403,11 @@ Roo.extend(Roo.PagingToolbar, Roo.Toolbar, {
             this.loading.disable();
         }
     },
             this.loading.disable();
         }
     },
-
+    /**
+     * event that occurs when you click on the navigation buttons - can be used to trigger load of a grid.
+     * @param {String} which (first|prev|next|last|refresh)  which button to press.
+     *
+     */
     // private
     onClick : function(which){
         var ds = this.ds;
     // private
     onClick : function(which){
         var ds = this.ds;
index 6169fed..1b84884 100644 (file)
@@ -7934,7 +7934,11 @@ Roo.extend(Roo.PagingToolbar, Roo.Toolbar, {
             this.loading.disable();
         }
     },
             this.loading.disable();
         }
     },
-
+    /**
+     * event that occurs when you click on the navigation buttons - can be used to trigger load of a grid.
+     * @param {String} which (first|prev|next|last|refresh)  which button to press.
+     *
+     */
     // private
     onClick : function(which){
         var ds = this.ds;
     // private
     onClick : function(which){
         var ds = this.ds;