Widget_image - gd-99/symbiogd GitHub Wiki

An image.

Child of $.webos.widget.

Options

Options:

  • src: the image's source path
  • title: the image's title
  • loadHidden = true: load the image even if it is hidden
  • animate = false: animate when the image is loaded

Methods

  • load() : Load the image.
  • Boolean loaded() : Check if the image is loaded.

Static methods

This class hasn't any static method.