Roo/bootstrap/Card.js
authorAlan Knowles <alan@roojs.com>
Mon, 16 Nov 2020 07:38:50 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 16 Nov 2020 07:38:50 +0000 (15:38 +0800)
Roo/bootstrap/Card.js

index 36ecc0d..cea8ff5 100644 (file)
@@ -60,6 +60,13 @@ Roo.bootstrap.Card = function(config){
     Roo.bootstrap.Card.superclass.constructor.call(this, config);
     
     this.addEvents({
+         // raw events
+        /**
+         * @event drop
+         * When a element a card is dropped
+         * @param {Roo.bootstrap.Element} this
+         * @param {Roo.EventObject} e
+         */
         'drop' : true,
         
     });