FormulaField

Configs

1

A DataField which describes a field of a Model that we are editing.

This is used to find formulaProviders which the field may support.

items : {
    formulaField : {
        type      : 'textfield',
        dataField : myStore.modelClass.getFieldDefinition('name')
    }
}

Properties

3

Class hierarchy

isFormulaField: Boolean= truereadonly
Identifies an object as an instance of FormulaField class, or subclass thereof.
isFormulaField: Boolean= truereadonlystatic
Identifies an object as an instance of FormulaField class, or subclass thereof.

Other

formula: String

The formula typed between the parentheses in a =XXX(...) expression in the field's value if the XXX matches an available FormulaProvider.