Options
All
  • Public
  • Public/Protected
  • All
Menu

gT.eC.formFieldBase.g or gT.eC.formFieldBase.grabs

Hierarchy

Index

Properties

Methods

Properties

Static compName

compName: string = compName

Methods

Static rawValue

  • rawValue(tEQ: Teq, idForLog?: ElementIdForLog, mapperCallback?: undefined | function): Promise<string>
  • Returns raw form field value to the log. See ExtJs docs on getRawValue for the corresponding Component.

    Parameters

    • tEQ: Teq
    • Optional idForLog: ElementIdForLog
    • Optional mapperCallback: undefined | function

      callback to map a raw value to string. if omitted - val is used as is.

    Returns Promise<string>