Extends the standard picker form control to allow the user to select containers (essentially folders) from the Alfresco repository.
TODO: Update so that this is configurable for only selecting containers the user has write permission on
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Members
-
configForPickedItems :object
-
This should be overridden to define the widget model for rendering the picker that appears within the dialog.
Type:
- object
- Source:
-
itemKey :string
-
Overrides the default itemKey to be "nodeRef" as this is likely to be the most important attribute when selecting a container.
Type:
- string
- Default Value:
- "nodeRef"
- Source:
-
pickerWidget :string
-
Overrides the default picker module.
Type:
- string
- Default Value:
- "alfresco/pickers/ContainerPicker"
- Source: