v7.3.0

FieldContainer

This widget is created when using the container config on fields.

This widget is not intended to be used directly

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class
  • animation : Object
    internal

    An animation config object to use when expanding or collapsing the field's container.

    • duration : Number300

      The duration of the animation (in milliseconds).

  • Controls whether the field is collapsed (that is, the field's container is hidden).

  • collapser : Animator
    private

    The animator performing the field's currently running expand or collapse animation.

  • This object holds truthy values for each config property that, when modified, should trigger a sync of this field's items as defined in syncableConfigs.

Properties

Properties are getters/setters or publicly accessible variables on this class

Source path

Core/widget/FieldContainer.js

Contents