VIDEO: http://www.jadacosta.es/contents/scr...icationBox.swf
LIVE: http://www.jadacosta.es/newiu/
SCREENSHOT:
NotificationBox.png
CALL CODE EXAMPLE:
Regards.PHP Code:
Ext.app.io.NotificationBox.msg({
title: 'Error',
message: 'Error al cargar el menu izquierdo',
closable: false,
icon: 'img/error.png',
position: 'br', //tl, tr, bl or br
hPad: '1%', //Horizontal padding
vPad: '1%', //Vertical padding
width: '500px'
});