itemClicked
Type
message
Summary
Sent when an item in the image list is clicked
Syntax
on itemClicked <pButton>, <pItemNumber>, <pItemProperties>
Description
Use the itemClicked message to perform any operation when any of the tiles in the image list is clicked. This message is sent only if the clickable property is true.
Parameters
Name | Type | Description |
---|---|---|
pButton | enum | Specifies which mouse button was pressed: One of the following items:
|
pItemNumber | integer | The number of the item that the long touch. |
pItemProperties | array | The properties of the item that the long touch. |
Related
property: clickable
Compatibility and Support
OS
mac
windows
linux
ios
android
Platforms
desktop
mobile
web