split panels into seperate files, and fix code doc
authorAlan <alan@roojs.com>
Tue, 22 Feb 2022 04:01:54 +0000 (12:01 +0800)
committerAlan <alan@roojs.com>
Tue, 22 Feb 2022 04:01:54 +0000 (12:01 +0800)
Roo/PagingToolbar.js

index db97600..22f35d3 100644 (file)
@@ -255,7 +255,11 @@ Roo.extend(Roo.PagingToolbar, Roo.Toolbar, {
             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;