157
Views
8
Comments
Solved
Regarding messages
Question

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

2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Looks like working fine , I think you are making changes to popup dialog class, you need to change css on backdrop

Check Sample
and  to adjust the postion use top:0 

And change it accordingly

Thanks

SamplePopup.oml
2024-07-16 17-36-51
Shradha Rawlani

Hi,

You can use this confirmation Message option that is available for link and button



Regards

Shradha

2023-10-21 19-42-11
Tousif Khan
Champion

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

UserImage.jpg
ujwala

Hi,

I want popup in outsystem posion to be same as messages in outsystem at the top,

Regards


UserImage.jpg
ujwala
2023-10-21 19-42-11
Tousif Khan
Champion
Solution

Looks like working fine , I think you are making changes to popup dialog class, you need to change css on backdrop

Check Sample
and  to adjust the postion use top:0 

And change it accordingly

Thanks

SamplePopup.oml
UserImage.jpg
JOSE BANDA

@Tousif Khan many thanks for you answer.

2023-10-21 19-42-11
Tousif Khan
Champion

Your welcome 🙂

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.