Module: alfresco/forms/controls/MultipleEntryFormControl

alfresco/forms/controls/MultipleEntryFormControl

Author:
  • Dave Draper
License:
Source:

Extends

  • alfresco/forms/controls/BaseFormControl

Members

useSimpleValues :boolean

By default the values created will be objects containing a "value" attribute. But if this is set to true then the values will be simple strings as entered.
Type:
  • boolean
Default Value:
  • false
Source:

Methods

constructor()

Source:

createFormControl() → {object}

Source:
Returns:
A new alfresco/forms/controls/MultipleEntryCreator
Type
object

getWidgetConfig() → {object}

Source:
Returns:
The widget config.
Type
object

processValidationRules() → {boolean}

Source:
Returns:
Type
boolean

setupChangeEvents()

Source: