Hierarchy

Constructors

Properties

ctrlId: string

This is the actual name of the component

rendered: boolean
self: {
    TypeStr: string;
}

Type declaration

  • TypeStr: string
TypeStr: string

Methods

  • Returns {
        height: number;
        width: number;
    }

    • height: number
    • width: number
  • Parameters

    • cls: string

    Returns boolean

  • Parameters

    • value: string

      A css compliant background string

    Returns void

  • Parameters

    • value: string

      A css compliant background string

    Returns void

  • Parameters

    • value: string | number

      CSS size string with or without unit or number which will be interpreted as px

    Returns void

  • Show or hide the control

    Parameters

    • value: boolean | CtrlVisibility

      True: "Show"
      False: "PluggedOut"

    • Optional updateCtrlProperty: boolean

    Returns void

  • Parameters

    • value: string

      CSS size string with or without unit or number which will be interpreted as px

    Returns void

  • Parameters

    • value: boolean

    Returns void

  • Set the content of the tooltip

    Parameters

    • content: string

      Plain text or HTML

    Returns void

  • Parameters

    • cls: string

      One or more CSS classes which are added to the control. Previously added classes are removed.

    Returns void

Generated using TypeDoc