如何使用动态应用程序部件构建动态 Dojo Web 应用程序?

发布于 2024-12-19 01:39:59 字数 258 浏览 2 评论 0原文

我正在开始设计一个复杂应用程序的前端部分。如果可能的话,我想将其构建为桌面样式应用程序,它实际上充当一组子应用程序。

例如,通过使用 Dijit,我准备了一个对整个应用程序有效的结构布局,其中左列带有基于树的菜单,右列显示内容。

通过单击菜单节点,关联的 Dojo 应用程序将被加载并显示在右侧面板中。该应用程序由两个基本部分组成:HTML 结构和 JS 代码。 实现这一目标的最佳方法是什么?您是否建议只在正确的部分使用 iFrame(我不太喜欢...)?其他建议?

I'm starting the design of the front-end part of a complex application. If possible, I would like to build it as a Desktop style application, which actually acts as a group of sub-applciations.

For instance, by using Dijit I've prepared a structure layout that will be valid for the whole application, with a left column with a Tree based menu, and a right column where the content is displayed.

By clicking a menu node, the associated Dojo application is loaded and displayed in the right panel. The applciation is made by 2 basic parts: the HTML structure and the JS code.
What would it be the best way to achieve this? Do you suggest just to use iFrames for the right part (I wouldn't like that much...)? Other suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿挽旧人 2024-12-26 01:39:59

dijit.layout.ContentPane 放在布局的右侧部分。它可以处理小部件和 HTML 内容的混合...不需要 iFrame !

Put a dijit.layout.ContentPane in the right part of the layout. It can handle a mix of widgets and HTML contents... no need for iFrames !

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文