Module: alfresco/forms/controls/DropZoneControl

alfresco/forms/controls/DropZoneControl

Author:
  • Dave Draper
License:
Source:

Members

cssRequirements :object[]

An array of the CSS files to use with this widget.
Type:
  • object[]
Default Value:
  • [{cssFile:"./css/DropZoneControl.css"}]
Source:

Methods

createFormControl()

Source:

getValue() → {object}

Overrides the inherited function to call the getValue function of the wrapped DropZone control
Source:
Returns:
Returns the current value
Type
object

getWidgetConfig()

Source:

onUpdateValue() → {string}

Source:
Returns:
The widgets defined in the preview pane
Type
string

processChildren(childData, child, index)

Retrieves the configuration for the provide child UUID and adds the processed configuration to the supplied array.
Parameters:
Name Type Description
childData array An array to add the processed child configuration to
child string The UUID of the child to retrieve the configuration for
index number The index of the child in the parent array
Source:

setupChangeEvents()

Source: