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.
我没有使用过 extJS 和 Silverlight。考虑到我必须研究的要求 - 有没有办法在 extJS 中托管 Silverlight 应用程序。我查看了 Sencha 论坛,但没有找到任何方向。
希望你们中的任何人之前都处理过这个问题?
问候
Ext-JS 是一个 JavaScript 框架,允许您动态创建 HTML 页面。Silverlight 是一个在 HTML 文档中嵌入交互式内容的插件,打包为 XAP。这种嵌入是通过 HTMLobject标签实现的。
object
您当然可以使用 Ext-JS 来动态添加object标签到页面并动态加载 XAP 文件。所以我会说答案是,是的,您可以使用 ExtJS 托管 Silverlight 内容。