在调用操作时打开弹出窗口

发布于 2025-01-03 23:24:22 字数 112 浏览 1 评论 0原文

我刚刚开始开发 alfresco v 3.4。我已经根据露天网站上提供的教程创建了文档库操作。有人告诉我如何在点击操作时打开一个弹出框,其中包含一些数据。拜托大家了,我遇到了大麻烦!

提前致谢。

I just started working on alfresco v 3.4. I have created document library action from the tutorials provided on alfresco site. Anybody tell me how to open a popup box on hitting action with some data inside it. Please guys, I am in big trouble !!!

Thanks in advance.

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

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

发布评论

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

评论(1

黑色毁心梦 2025-01-10 23:24:22

对于 Alfresco Share,您必须使用客户端 JavaScript。您可以使用 Alfresco 的内置函数 (Alfresco.module.SimpleDialog) 或仅包含您选择的 javascript 库并使用它来实现它。

如果您将使用 Alfresco 的实现 (YUI),则查看此文件:

YOUR_INTALLATION/tomcat/webapps/share/components/documentlibrary/action.js

并搜索:

Alfresco.module.SimpleDialog

并且不要忘记在网页脚本中包含/导入您自己的客户端文件。有关此内容,请参见:

http://wiki.alfresco.com/wiki/3.0_Component_Standards

For Alfresco Share you have to use client side javascript. You can use Alfresco's built in functions (Alfresco.module.SimpleDialog) or just include your javascript library of choice and implement it using that.

If you'll use Alfresco's implementation (YUI) thenLook at this file:

YOUR_INTALLATION/tomcat/webapps/share/components/documentlibrary/action.js

And search for:

Alfresco.module.SimpleDialog

And don't forget to include/import your own client side files in your webscript. For this look at:

http://wiki.alfresco.com/wiki/3.0_Component_Standards

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