Class ControlCore<T, F, A>Abstract

Type Parameters

Hierarchy

Constructors

Properties

_root: JQuery
controlConfig: IPluginFieldParameterBase<T>
disableDelayedShow: boolean
editor: JQuery
fieldHandler: F
needsLatest: boolean
originalValue: IPluginFieldValueBase
settings: IControlOptions
defaultOptions: IControlOptions = ...

Methods

  • Parameters

    • overwrites: IGlobalPrintFunctionParams
    • paramsIn: IPrintFunctionParams
    • itemOrFolderRef: string
    • itemOrFolder: JQuery
    • mf: JQuery
    • globals: IPrintGlobals
    • possibleTargets: string[]
    • onError: ((message) => void)
        • (message): void
        • Parameters

          • message: string

          Returns void

    Returns Promise<string>

  • this method renders a user input field in an item.

    Parameters

    Returns JQuery

    Read Only

    is set to true if the user cannot edit the data (e.g. in history or while printing)

    Params

    are can be parameter added by the printing configuration, to configure how something should be printed

  • Parameters

    • fieldHandler: F

    Returns void

Generated using TypeDoc