Alfresco 3.4 目录树视图

发布于 2025-01-03 05:39:27 字数 129 浏览 1 评论 0原文

我正在 Alfresco 3.4 中构建自定义对话框。我想包含一个树视图作为 UI 控件,类似于文档库中“复制/移动”对话框中的控件。 Alfresco 中是否有一个调用或一个简单的方法来包含它来驱动我的对话框,或者这将是一个完全自定义的部分?

I'm building a custom dialog in Alfresco 3.4. I'd like to include a tree view as a UI control similar to the one in the Copy/Move dialog in the Document Library. Is there a call in Alfresco or an easy way to include this to drive my dialog, or is this going to be a completely custom piece?

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

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

发布评论

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

评论(1

淡淡の花香 2025-01-10 05:39:27

据我所知,您不必编写自定义树视图。但包括 Share 使用的那个也不是那么容易,除非您有网页脚本、构建自定义页面、模板的经验...

首先检查这些:

http://wiki.alfresco.com/wiki/Share_Custom_Pages

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


这是您需要查看的文件所在的位置

Share 使用的客户端 javascript 文件位于此处:

tomcat/webapps/share/components/documentlibrary/ 

查看以下文件:tree.js、repo-tree.js 或 dod5015-tree.js(RM 实现)


共享 Web 脚本位于此处:

tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/documentlibrary

查看以下文件:tree.get.、 repo-tree.get.、dod5015-tree.get.*


以下是树组件如何包含在文档库中:

tomcat/webapps/share/WEB-INF/classes/alfresco/site-data/template-instances/documentlibrary.xml

You don't have to write your custom tree view as far as I know. But including the one that Share uses is not that easy as well, unless you have experience with webscripts, building custom pages, templates...

First check these out:

http://wiki.alfresco.com/wiki/Share_Custom_Pages

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


Here's where the files that you need to look at are located

The client side javascript files that Share uses are here:

tomcat/webapps/share/components/documentlibrary/ 

Look at the following files: tree.js, repo-tree.js or dod5015-tree.js (RM implementation)


The share webscripts are here:

tomcat/webapps/share/WEB-INF/classes/alfresco/site-webscripts/org/alfresco/components/documentlibrary

Look at the following files: tree.get., repo-tree.get., dod5015-tree.get.*


Here's how the tree component is included in document library:

tomcat/webapps/share/WEB-INF/classes/alfresco/site-data/template-instances/documentlibrary.xml
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文