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.
- Copyright:
- Copyright (C) 2005-2020 Alfresco Software Limited
- License:
- GNU Lesser General Public License, see: Open Source Licensing
- Source:
Methods
-
createReadDisplay()
-
The default read display simply shows the value of the element.
-
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.
-
getFormWidgets() → {object[]}
-
Returns the widgets to be used in the form created for edit mode.
Returns:
- Type
- object[]
-
getValue() → {object}
-
Returns:
- Type
- object
-
setFormValue()
-
Sets the value of the internal form.