Module: alfresco/forms/controls/ContainerPicker

alfresco/forms/controls/ContainerPicker

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

Author:
  • Dave Draper
License:
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: