gpt4 book ai didi

javascript - 在我的 iframe 中,我想包含一个带有 Ext.ui.iframe 的特定 js 文件

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

我使用 Ext.ui.iframe (ExtJs) 创建一个 iframe,并且我想在此 iframe example test.js 中加载特定文件我如何在 iframe 中加载这个特定文件?

最佳答案

代码片段:-

Ext.application({
name: 'Fiddle',
requires: ['Ext.ux.IFrame'],
launch: function () {

var panel = Ext.create('Ext.Panel', {
renderTo: Ext.getBody(),
items: [{
xtype: 'uxiframe',
closable: true,
title: 'Preview JS',
src: 'https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'
}]
});

}
});

请查看给定的 fiddle 并告诉我。 https://fiddle.sencha.com/#view/editor&fiddle/2c0h

关于javascript - 在我的 iframe 中,我想包含一个带有 Ext.ui.iframe 的特定 js 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48286994/

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