Toast dialogs for Creatio
Not rated
Set up page dialogs using this handy developer tool

Overview

Product overview

Product description

Toast dialogs for Creatio enables developers to set up dialogs on edit pages.

Use cases:

The add-on helps developers to configure pop-up notifications quickly and easily.

Key features:

  • Set up dialogs of different formats that pop up when a user opens an edit page in no time.

Notes:

The add-on is implemented using Jquery Toast Plugin.

Categories

Category

UI Framework

UI Framework
Classic UI

Type

Type
Application

Price

Price
Free

Compatible with Creatio

Version
7.17 and up

Pricing

Monthly
Annual
Toast dialogs for Creatio
Free

Terms and Conditions

By installing this product you agree to terms and conditions outlined in the license agreement.

Pricing FAQ

How does pricing work?
What currencies are accepted for payment?
Do the listed prices include taxes or discounts?
Does the listed price include the cost of the Creatio Platform plan?

Support

Support is not available for this application

Thank you for choosing to use our Marketplace app. We appreciate your interest and want to provide you with important information about our support policy.

Please note that this app is provided "AS-IS" without any warranties, and at this time, we do not offer official support service level agreements (SLAs). While we are committed to improving the app and providing assistance when possible, we may not be able to provide dedicated support for individual users.

We understand that this may be disappointing, and we apologize for any inconvenience this may cause. We encourage you to refer to our documentation and to participate in Creatio Community for assistance.

Thank you for your understanding and for choosing to use our app. We hope that you will continue to enjoy the benefits of the app despite this limitation.

Contacts

Installation

Setup guide

Find more information about library capabilities and how to use them here - https://github.com/kamranahmedse/jquery-toast-plugin and https://kamranahmed.info/toast. Use this.ToastMessage instead of $.toast.

An example of a text user dialog:

methods: {
            onEntityInitialized: function() {
                this.ToastMessage("Simple user dialog");
                this.callParent(arguments);
                }
            },

An example of a text user dialog with a link:

methods: {
            onEntityInitialized: function() {
                this.ToastMessage({
                  text : "An example with link <a href='#'>GitHub</a>",
                  showHideTransition : "slide",
                  bgColor : "red",
                  textColor : "#eee",
                  allowToastClose: false,
                  hideAfter : 5000,
                  stack : 5,
                  textAlign : "left",
                  position: "bottom-right"
                });
                this.callParent(arguments);
                }
            },

Product compatibility

UI Framework

Classic UI

Deployment Options

Cloud
On-site

DBMS

Any supported DBMS

Platform

.NET Framework

Compatible with Creatio

7.17 and up

Versions

Versions history

Version
Compatibility
Release date
1.0
7.17 and up
30.04.2025
Release summary

Manual app installation

  1. Open the needed app → the Packages tab - download the Markeplace app files.
  2. Click in the top right → Application Hub
  3. Click New application. This opens a window.
  4. Select Install from file and click Select in the window that opens.
  5. Click Select file on the page of the Marketplace App Installation Wizard and specify the app file path.

Reviews