12-04-2015 04:28 AM
12-07-2015 05:20 AM
var documentPicker = new Alfresco.module.DocumentPicker(this.id+'-docPicker', Alfresco.ObjectRenderer);
documentPicker.setOptions(
{
displayMode: "items",
itemFamily: "node",
itemType: "cm:content",
multipleSelectMode: false,
parentNodeRef: node,
restrictParentNavigationToDocLib: true
});
documentPicker.onComponentsLoaded();
documentPicker.onShowPicker();
12-07-2015 08:38 AM
12-07-2015 09:06 AM
01-25-2016 03:17 AM
04-25-2017 10:27 PM
Have you found any solution on this topic?
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.