jahlxx Posted July 23, 2019 Posted July 23, 2019 Hi. I do this (taken from some post): UniSession.AddJS('Ext.toast({html: "Hello!!", header: false, autoCloseDelay: 2000});'); I cant find any sample about toast, and I need: - how to change position? I need to set top/left corner and / or set screencenter - how to change background and border color? Thanks. Quote
erich.wanker Posted July 23, 2019 Posted July 23, 2019 .x-toast-inner { background-color: rgb(218, 228, 104) !important; } Quote
erich.wanker Posted July 23, 2019 Posted July 23, 2019 and: https://stackoverflow.com/questions/36000990/ext-toast-showing-blank-in-the-toast-body :-) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.