fires when the height of a row was changed
$$("table").attachEvent("onRowResize", function(id){ alert("New row height: " + this.getItem(id).$height ); ));