cancel
Showing results for 
Search instead for 
Did you mean: 

Maintaining checkbox selections between gallery and detailed view

prashant
Champ in-the-making
Champ in-the-making
Hi,
I have detailed view and gallery view of images in aikau. and i have the ability to select images with checkbox.


var thumbnailWidget = {
    name: "alfresco/renderers/GalleryThumbnail",
    config: {
        widgetsForSelectBar: [
            {
                name: "alfresco/renderers/Selector",
               
            }
        ]
       
    }
};


i have difficulty in maintaining the selected images everytime i switch between detailed/gallery views. let me know how i can accomplish it.

Thanks,
Prashant
2 REPLIES 2

prashant
Champ in-the-making
Champ in-the-making
Hello,
Can someone let me know how to maintain image selections between different views (gallery view and detailed view) ?

-Prashant

ddraper
World-Class Innovator
World-Class Innovator
Support for this was added in Aikau 1.0.35 (see https://issues.alfresco.com/jira/browse/AKU-551) and support for maintaining item selection when resizing thumbnails was added in Aikau 1.0.39 (see https://issues.alfresco.com/jira/browse/AKU-615).