Tengo una pantalla muy 'larga' y aparentemente cuando uso el cuadro de mensaje de Ext JS 3.3.1, llega hasta el fondo y elimina todo en el fondo.Ext JS Message Box Position
Este es un código de ejemplo:
Ext.Msg.show({
title:'[SOME TITLE]',
msg: '[SOME MESSAGE]',
buttons: Ext.Msg.YESNO,
fn: function (btn){
if(btn=='yes'){
//Do something
}
}
},
icon: Ext.Msg.QUESTION}
);
¿Hay alguna pregunta en alguna parte? – Gerrat