Options
Menu

Hierarchy

  • UpDataViewControl
    • UpImageVControl

Index

Methods

getAlt

  • getAlt(): string
  • Get the alternative text.

    Returns string

    The alt attribute of the image.

getSrc

  • getSrc(): string
  • Get the image source.

    Returns string

    The src attribute of the image.

getTitle

  • getTitle(): string
  • Get the title.

    Returns string

    The title attribute of the image.

setAlt

  • setAlt(altValue: string): void
  • Set the image alternative text.

    Parameters

    • altValue: string

      The new alt attribute of the image.

    Returns void

setSrc

  • setSrc(srcValue: string): void
  • Set the image source.

    Parameters

    • srcValue: string

      The new src attribute of the image.

    Returns void

setTitle

  • setTitle(titleValue: string): void
  • Set the image title.

    Parameters

    • titleValue: string

      The new title attribute of the image.

    Returns void