Pop up dialog box

Hi ,
How do I create a pop up dialog box to seek confirmation after click a button ?

regards,
Deric

1 Like

Hi @Deric_Voon

Currently there is no such UI component. I created the internal ticket BKNDLSS-23984 to implement it.

Best Regards,
Maksym

1 Like

Checking in if you guys are planning on Implementing this one? (a popup UI component)

I found a tutorial posted in here for a workaround but a component would be awesome.

Thank you very much indeed!

PS, I think I may mean a modal, but the basic idea is to put a new window up to the user while the back is greyed out and you can still see the application running in the background, may have to work on multiple pages, but Im still wrestling in my head with how to structure a complex app, meaning how many things do I want to put on one page as I am in the process of learning Backendless now!

I’m using https://sweetalert2.github.io/
Highly recommended.

Regards

2 Likes

Hello @Kierre_Reeg and @Klaas_Klever,

As Maksym said, we have it on our roadmap. Unfortunately right now I cannot provide any estimates for that ticket.

Regards,
Olha

1 Like

Still on the roadmap? A toast component would be great as well.

@Klaas_Klever Thanks for that tip. :slight_smile:

What would the steps be for installing SweetAlert2 in Backendless?

The only instructions on their site are:

npm install sweetalert2

That might get it onto one’s local machine if typed into Terminal.
But what does that process look like inside of Backendless?

Hello @Causality and @Tom_Van_den_Eynde1

we have Sweet Alert component as a product in the marketplace

1 Like

Great! Do you have by any chance also a Toast component?