Module: alfresco/forms/controls/MultipleKeyValuePairElement

alfresco/forms/controls/MultipleKeyValuePairElement

Author:
  • Dave Draper
License:
Source:

Members

i18nRequirements :Array

An array of the i18n files to use with this widget.
Type:
  • Array
Source:

keyDescription :string

Type:
  • string
Default Value:
  • "multi.kvp.key.description"
Source:

keyLabel :string

Type:
  • string
Default Value:
  • "multi.kvp.key.label"
Source:

keyProp :string

Type:
  • string
Default Value:
  • "label"
Source:

valueDescription :string

Type:
  • string
Default Value:
  • "multi.kvp.value.description"
Source:

valueLabel :string

Type:
  • string
Default Value:
  • "multi.kvp.value.label"
Source:

valueProp :string

Type:
  • string
Default Value:
  • "value"
Source:

Methods

createReadDisplay()

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

determineKeyAndValue()

Source:

getFormWidgets() → {object[]}

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