EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: sdyson31 on May 29, 2015, 05:15:15 AM



Title: $.messager.alert position
Post by: sdyson31 on May 29, 2015, 05:15:15 AM
Hi,

Is there any way to show $.messager.alert on top center of the screen?


Title: Re: $.messager.alert position
Post by: stworthy on May 29, 2015, 05:40:05 PM
To display the message window on the top of screen, please set 'top' property to 0.
Code:
$.messager.alert({
title: 'Warning',
msg: 'The warning message',
icon: 'info',
top: 0
})