Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Vaadin BrowserFrame 查看网页。有什么方法可以让我以编程方式找出 BrowserFrame 已经完成了加载工作吗?结束时会触发任何事件吗?
不是直接在核心 Vaadin 中,不是。
一个BrowserFrame组件导致一个<iframe>被创建。我想你可以创建一个组件扩展来挂钩到onloadiframe 的 javascript 函数 - 不应该太棘手,但会涉及一些 GWT/javascript 编程。
BrowserFrame
<iframe>
onload