Hi All,
Have few queries,
Which one we should use best for message,Browser based messages or outsystems based as outsystems provides in widgets.
But in outsystems messages we wont have option yes or no,So do we need to use javascript messages only,
Why javascript is not recommended ?
Also if messages we display in popups ,then it takes central position,How can we allign all popups at the top with the buttons at center alligned in popup,
Please suggest,
Regards,
Ujwwala
Looks like working fine , I think you are making changes to popup dialog class, you need to change css on backdropCheck Sampleand to adjust the postion use top:0 And change it accordinglyThanks
Hi,
You can use this confirmation Message option that is available for link and button
Regards
Shradha
Hello
For the confirmaition dialog you can refer @Shradha
You have to apply the css in your popDialog class
.popup-backdrop {
justify-content: center;
align-items: flex-start;
}
Hope this helps
Thanks
I want popup in outsystem posion to be same as messages in outsystem at the top,
Tried this but not working
Thank you Tousif,
@Tousif Khan many thanks for you answer.
Your welcome 🙂