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

时间:2016-12-05 07:50:16

标签: javascript alfresco-share aikau

考虑这个{{3}}。它有以下几行:

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以使其显示标题的内容?

0 个答案:

没有答案