Module: alfresco/forms/controls/SimpleMultipleEntryElement

alfresco/forms/controls/SimpleMultipleEntryElement

This module is provided as an alternative to the standard MultipleEntryElement and differs in that the values returned are simple strings rather than complex JSON objects. The MultipleEntryElementFormControl will use this element rendering widget when the useSimpleValues attribute is set to true.
Author:
  • Dave Draper
License:
Source:

Methods

createReadDisplay()

The default read display simply shows the value of the element.
Source:

determineKeyAndValue()

This is the default function for determining the unique key to identify the element amongst its peers. This function will most likely need to be overridden by extending classes that handle more complex data types.
Source:

getFormWidgets() → {object[]}

Returns the widgets to be used in the form created for edit mode.
Source:
Returns:
Type
object[]

getValue() → {object}

Source:
Returns:
Type
object

setFormValue()

Sets the value of the internal form.
Source: