Module: alfresco/forms/creation/FormRulesConfigCreatorElement

alfresco/forms/creation/FormRulesConfigCreatorElement

Author:
  • Dave Draper
License:
Source:

Members

i18nRequirements :Array

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

Methods

createReadDisplay()

Attempts to create a human readable description of the current rule definition.
Source:

determineKeyAndValue()

Source:

generateReadValues(valueArray) → {string}

Creates a comma separated string from an array of objects where each element has a "value" attribute.
Parameters:
Name Type Description
valueArray object[]
Source:
Returns:
A comma separated list of the values in the array.
Type
string