在调用操作时打开弹出窗口
我刚刚开始开发 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于 Alfresco Share,您必须使用客户端 JavaScript。您可以使用 Alfresco 的内置函数 (Alfresco.module.SimpleDialog) 或仅包含您选择的 javascript 库并使用它来实现它。
如果您将使用 Alfresco 的实现 (YUI),则查看此文件:
并搜索:
并且不要忘记在网页脚本中包含/导入您自己的客户端文件。有关此内容,请参见:
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:
And search for:
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