cancel
Showing results for 
Search instead for 
Did you mean: 

HtmlListViewRenderer issue

anand_mohan
Champ in-the-making
Champ in-the-making
Hi ,

Has anyone used HtmlListViewRenderer widget. I am having issues here. It is just not printing the elements of the array.
Below is the code. Let me know if I am doing something wrong.

{
                                id:"LIST_CAT_ELEMENT" ,
                                name:"alfresco/lists/views/HtmlListViewRenderer",
                                config:{
                                    items:assetCategoryArray

                                }
                            }
1 REPLY 1

ddraper
World-Class Innovator
World-Class Innovator
You should not be using the alfresco/lists/views/HtmlListViewRenderer directly, you should be using the alfresco/lists/views/HtmlListView, and you should be using it within an alfresco/lists/AlfList (or one of it's descendant modules).

Regards,
Dave