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

how puts the name in iframe for window?

0 Answers 56 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 1
Jorge asked on 14 Sep 2012, 04:47 PM
Hi, i'm from Peru its my english is poor.
But, how puts name in iframe for window, whit from code:

     var onClose = function() {
         undo.show();
    }

    function onRefresh(e) {

    }

var window2 = $("#window2"),
        undo2 = $("#node_pjpersons").bind("dblclick", function(){
                    window2.data("kendoWindow").center().open();
        });

    if (!window2.data("kendoWindow")) {
        window2.kendoWindow({
            actions: ["Refresh", "Close"],
            width: "615px",
            height:"600px",
            title: "Mis Proyectos",
            visible:false,
            content: "/node/personal-project/",
            resizable: false,
            refresh: onRefresh,
            iframe: true,
            close: onClose
        });
    }

No answers yet. Maybe you can help?

Tags
Window
Asked by
Jorge
Top achievements
Rank 1
Share this question
or