Module: alfresco/dnd/DragAndDropFormControlTarget

alfresco/dnd/DragAndDropFormControlTarget

Author:
  • Dave Draper
License:
Source:

Members

labelProperty :string

The property of the form control to use as the label in the options list. This defaults to the parameter name assigned to the form control.
Type:
  • string
Default Value:
  • "config.name"
Source:

valueProperty :string

The property of the form control to use as the value in the options list. This defaults to the parameter fieldId assigned to the form control.
Type:
  • string
Default Value:
  • "config.fieldId"
Source:

Methods

onItemsUpdated()

This function is called after a new item is dropped onto the page.
Source: