Link to the plugin page: https://zeroqode.com/version-live/plugin/air-chat-plugin-1648558551745x653956242427235000
Demo to preview the plugin:
Introduction
The plugin allows you to easily integrate your message experience into your app. It comes with various style settings and message options. No more complex bubble functionality with the repeating groups, inputs, and buttons.
Only one element with all the required message and style settings. It supports duo-chat as well as group-chat and even has a context menu.
How to setup
Place "Chat" element on the page and complete all fields.
Plugin Element: "Chat"
Fields
Main Settings
Title | Description | Type |
Messages Type | Bubble App Type representing messages | App Type |
Message Source | List of messages to show in chat | List Of App Type |
Message Text | Field of App Type representing message text | Field of App Type ( Text ) |
User Image | Field of App Type representing sender image | Field of App Type ( Image ) |
Message Send Time | Field of App Type representing message send time | Field of App Type ( Date ) |
Images In Message | Field of App Type representing list of images attached to message | Field of App Type ( List of Images) |
Message ID | Field of App Type representing message unique id | Field of App Type ( Text ) |
User ID | Field of App Type representing sender unique id | Field of App Type ( Text ) |
Show from the first | Display messages from end | Yes or No |
Styling Settings
Actions
Delete message view
Fields
Title | Description |
Message ID | Id of a message to remove it from chat ( message is not deleting from the base ) |
Events
Event name | Triggered when |
Message sent | This event is triggered when the current user send a message |
Delete Message | This event is triggered then-current user select "Delete message" in the context menu |
Edit Message | This event is triggered then-current user selects "Edit message" in the context menu |
Exposed states
State Title | State Value |
The last message sent | Return text of last sent message |
The last Sent Files | Return the List Of Images sent by the current user in the last message |
Context Menu Target | Return the unique id of the message selected as the target of the context menu |
Changelogs
Update 12.09.22 - Version 1.3.0
- Minor fixes
Update 27.10.22 - Version 1.6.0
- adapted plugin to the new responsive engine
Update 8.11.22 - Version: 1.7.0
- added "Refresh chat" action
Update 2.02.23 - Version: 1.10.0
- fixed the "rely on the text" option and added an option to hide the image uploader icon