Adds an image to your visualization. Using the auto-refresh setting this widget can be used e.g. to show
a camera picture.
- Since:
-
- 0.8.0 (2012)
- Source:
Example

<image src="icon/CometVisu_orange.png" width="45px" height="32px"> <layout colspan="2"/> </image>
Requires
Methods
-
<inner> create(element, path, flavour, type)
-
Creates the widget HTML code
Parameters:
Name Type Description elementElement DOM-Element
pathString internal path of the widget
flavourString Flavour of the widget
typeString Page type (2d, 3d, ...)
- Source:
Returns:
HTML code
- Type
- String