I would like to load different content into the window depending on what button was click by the user.
I was trying something like this:
and that does not work of course.
Any ideas how this could be done?
I was trying something like this:
var desk = $("#window"); $("#openEmail").click(function (e) { desk.contents() = "test"; desk.data("kendoWindow").open(); });Any ideas how this could be done?