gpt4 book ai didi

iframe - 如何在 Sproutcore 的 View 中添加iframe?

转载 作者:行者123 更新时间:2023-12-03 13:38:21 25 4
gpt4 key购买 nike

我有一些遗留代码可以使用,并且我没有使用Sprout Core的经验。事实证明,寻找答案尚无定论。

基本上,我只需要向现有 View 添加一个iframe,然后就能设置src URL。

最佳答案

虽然您可以使用render函数非常轻松地渲染固定的iframe,但是SC.WebView框架中还有一个SproutCore View :desktop,可以为您完成此操作。如果您希望SC.WebView更改,或者要调整iframe的大小以匹配其内容的大小,则应该使用src

例如,

myWebView: SC.WebView.extend({
layout: { left: 10, right: 10, top: 10, bottom: 10, border: 1 },
shouldAutoResize: true, // when the iframe loads, resize it to fit the size of its content
valueBinding: SC.Binding.oneWay('MyApp.currentUrl') // bind the 'src' of the iframe
})

关于iframe - 如何在 Sproutcore 的 View 中添加iframe?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18392962/

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