Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
RF-11948: Fired a rich:ready event when the extendedDataTable has fin…
Browse files Browse the repository at this point in the history
…ished initializing
  • Loading branch information
bleathem committed Mar 23, 2012
1 parent 0d4966c commit 86a8221
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,7 @@
this.parts = jQuery(this.element).find(".rf-edt-cnt, .rf-edt-ftr-cnt");
this.updateLayout();
this.updateScrollPosition(); //TODO Restore horizontal scroll position
jQuery(this.element).triggerHandler("rich:ready", this);
},

drag: function(event) {
Expand Down

0 comments on commit 86a8221

Please sign in to comment.