gpt4 book ai didi

kendo-ui - iframe 模式下的剑道窗口 : the URL is not being requested from the server

转载 作者:行者123 更新时间:2023-12-02 02:55:35 26 4
gpt4 key购买 nike

我认为以下是一个有效的配置:

    var wdiv = $("#messagewindow");
if (!wdiv.data("kendoWindow")) {
wdiv.kendoWindow({
iframe: true,
width: "777px",
height: "666px",
title: "foo title",
data: { startdate: urldate, eeid: eeid, deptid: deptid },
url: "foo.htm",
type: "GET"
});
}

wdiv.data("kendoWindow").open();

窗口打开,但没有网络事件。 根据 Fiddler,服务器未请求 Foo.htm

我是否忽略了配置中的某些内容?

最佳答案

创建的时候没有url之类的东西。

http://jsbin.com/umuzil/1/edit

您要查找的内容称为内容。 refresh时使用url - 在 window 上。

关于kendo-ui - iframe 模式下的剑道窗口 : the URL is not being requested from the server,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14924775/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com