Options
All
  • Public
  • Public/Protected
  • All
Menu

gT.eC.textfield.l or gT.eC.textfield.logs

Hierarchy

Index

Properties

Methods

Properties

Static compName

compName: string = compName

Methods

Static rawValue

  • rawValue(tEQ: Teq, idForLog?: ElementIdForLog, mapperCallback?: undefined | function): Promise<void>
  • Prints 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 a log string. if omitted - val is used as is.

    Returns Promise<void>