This is a migrated thread and some comments may be shown as answers.

[Solved] Event OnSuccess for content ajaxload

1 Answer 62 Views
Window
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Phat Nguyen
Top achievements
Rank 1
Phat Nguyen asked on 11 Nov 2010, 08:33 AM
My code
                       var dialog = $.telerik.window.create({
                           title     : "Title",
                           html      : "Loading....",
                           contentUrl: ("<%=Url.Action("_AjaxCreateParamsForm") %>" +"/"+$(this).attr("fid")),
                           modal     : true,
                           resizable : false,
                           draggable : false,
                           visible   : false,
                           width     : 400,
                           onClose: function (e) {
                               e.preventDefault();
                               dialog.destroy();
                           }
                       })
                       .data('tWindow').center().open();

Now i want catch event when content load finish

1 Answer, 1 is accepted

Sort by
0
Craig
Top achievements
Rank 1
answered on 21 Dec 2010, 02:16 AM
bumping...
Tags
Window
Asked by
Phat Nguyen
Top achievements
Rank 1
Answers by
Craig
Top achievements
Rank 1
Share this question
or