简体   繁体   English

Javascript框架来处理弹出窗口

[英]Javascript Framework to handle popups

In our (web)project we have some popups (window.open(...)) to display different object details. 在我们的(web)项目中,我们有一些弹出窗口(window.open(...))显示不同的对象详细信息。 There is also some basic communication between the main window and this popups. 主窗口和此弹出窗口之间也有一些基本的通信。 Now we want to refactor and clean up all this code to make it more stable and extendable. 现在,我们要重构并清理所有这些代码,以使其更加稳定和可扩展。 We thought about something like a handling framework at the main page which is responsible to open/reload details when needed, sending messages between windows and so on. 我们在主页上考虑过类似处理框架的内容,该框架负责在需要时打开/重新加载详细信息,在Windows之间发送消息等。

Does anyone know an existing framework for such things and even more important does anyone have any experience with such a framework? 有人知道这样的框架吗?更重要的是,有人对这种框架有任何经验吗?

Greetings 问候

我能帮助您的最接近的应该是http://enyojs.com/ ,我实际上是在寻找window.open的解决方案,但似乎找不到解决方案,因此总是以创建自定义结尾Windows,就像在enyo中一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM