如何在aikau的AlfDocumentListView中添加列表标题?

编程入门 行业动态 更新时间:2024-10-17 09:49:23
本文介绍了如何在aikau的AlfDocumentListView中添加列表标题?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

请考虑以下示例。它包含以下几行:

Consider this example. It has the following lines:

var views = [ { name: "alfresco/documentlibrary/views/AlfDocumentListView", config: { widgets: [ { id: "VIEW_ROW", name: "alfresco/documentlibrary/views/layouts/Row", config: { widgets: [ { name: "alfresco/documentlibrary/views/layouts/Cell", config: { widgets: [ { id: "DATA_LIST_TITLE", name: "alfresco/renderers/Property", config: { propertyToRender: "title" } } ] } } ] } } ] } } ];

此示例仅显示数据列表,但不包含任何标题。 要添加到 AlfDocumentListView 使其显示标题的内容是什么?

This show just list of data, but without any headers. What to add to AlfDocumentListView to make it show headers?

推荐答案

我建议您阅读GitHub上的Aikau教程(请参阅 github/Alfresco/Aikau/blob/develop/tutorial/chapters/About.md )我认为您会发现,有关Aikau的信息比有关Aikau的信息有用得多官方文件。特定问题的答案实际上是在本教程的第10章中解决的: github/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial10.md

I would suggest that you work through the Aikau tutorial on GitHub (see github/Alfresco/Aikau/blob/develop/tutorial/chapters/About.md) I think that you'll find that it has a lot more useful information on Aikau than the official documentation. The answer to your specific question is actually addressed in chapter 10 of the tutorial: github/Alfresco/Aikau/blob/develop/tutorial/chapters/Tutorial10.md

我也建议您利用Alfresco社区平台( community.alfresco/ )与StackOverflow相比,在此获得更多的响应,因为它在Aikau相关问题上拥有更多的受众。我还建议您阅读我在Aikau上撰写的许多博客文章( https ://community.alfresco/community/ecm/blog/authors/ddraper ),因为您可能会发现其中包含许多有用的信息

I would also recommend that you take advantage of the Alfresco Community platform (community.alfresco/) you're likely to get more responses there than on StackOverflow as it has a larger audience on Aikau related issues. I'd also recommend reviewing the many blog posts I've written on Aikau (community.alfresco/community/ecm/blog/authors/ddraper) as you may find they contain a lot of useful information

更多推荐

如何在aikau的AlfDocumentListView中添加列表标题?

本文发布于:2023-11-28 15:15:05,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1642920.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:标题   如何在   列表   AlfDocumentListView   aikau

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!