FormulaField
Configs
1
Configs
1A 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
Properties
3Class hierarchy
Identifies an object as an instance of FormulaField class, or subclass thereof.
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.