Ясно ли контент оконного окна Kendo

$("#myWindow").kendoWindow({
    close: function (e) {
        $(this.element).empty();
    }
});
Lazy Lemur