Roo/View.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 1 Aug 2011 10:24:13 +0000 (18:24 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 1 Aug 2011 10:24:13 +0000 (18:24 +0800)
Roo/View.js

index cbb57fb..5108961 100644 (file)
@@ -128,11 +128,12 @@ Roo.View = function(config, depreciated_tpl, depreciated_config){
      */
         "beforeselect" : true,
     /**
-     * @event handledata
+     * @event preparedata
      * Fires on every row to render, to allow you to change the data.
      * @param {Roo.View} this
      * @param {Object} data to be rendered (change this)
      */
+      "preparedata" : true,
     });
 
     this.el.on({