Roo/bootstrap/panel/Content.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Jul 2021 05:06:56 +0000 (13:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Jul 2021 05:06:56 +0000 (13:06 +0800)
Roo/bootstrap/panel/Content.js

index ed26ba6..b76bd8f 100644 (file)
@@ -172,7 +172,14 @@ Roo.bootstrap.panel.Content = function( config){
          * Fires when this tab is created
          * @param {Roo.ContentPanel} this
          */
-        "render" : true
+        "render" : true,
+        
+          /**
+         * @event scroll
+         * Fires when this content is scrolled
+         * @param {Roo.ContentPanel} this
+         */
+        "scroll" : true