Hierarchy

  • UpDataViewControl
    • UpImageVControl

Methods

  • Get the alternative text.

    Returns string

    The alt attribute of the image.

  • Get the image source.

    Returns string

    The src attribute of the image.

  • Get the title.

    Returns string

    The title attribute of the image.

  • Set the image alternative text.

    Parameters

    • altValue: string

      The new alt attribute of the image.

    Returns void

  • Set the image source.

    Parameters

    • srcValue: string

      The new src attribute of the image.

    Returns void

  • Set the image title.

    Parameters

    • titleValue: string

      The new title attribute of the image.

    Returns void