Image
Element for displaying images
Last updated
Element for displaying images
Last updated
Image alt (not mandatory) - image description.
Width (mandatory) - image width.
Height (mandatory) - image height.
Visible (mandatory) - makes the component visible if turned on. Enabled by default.
Name (mandatory) - name of component.
onCreate – fires when the element is created on the page;
onShow – fires when the component changes its state to visible (displayed on the page);
onHide – fires when the component changes its state to hidden (stops being displayed);
onDestroy – fires when the component is destroyed;
onClick - fires when the component is clicked.
Gets the image's properties. Input parameters:
Component Id [string] - image component's identifier.
Output parameters:
Width [string] - image width;
Height [string] - image height;
Image URL [string] - image address;
Tooltip [string] - tooltip string;
Visible [boolean] - state of visible;
Loading [boolean] - state of loading.
Sets the image's properties. Input parameters:
Component Id [string] - image component's identifier;
Width [string] - image width;
Height [string] - image height;
Image URL [string] - image address;
Tooltip [string] - tooltip string;
Visible [boolean] - state of visible;
Loading [boolean] - state of loading.
Update the image's properties. Input parameters:
Component Id [string] - image component's identifier;
Width [string] - image width;
Height [string] - image height;
Image URL [string] - image address;
Tooltip [string] - tooltip string;
Visible [boolean] - state of visible;
Loading [boolean] - state of loading.
The element is great for page decoration, for example, for a logo.