Forum /
Ext JS 1.x - Unsupported /
Ext 1.x: Help & Discussion /
Ext User
problem with layout and messageBox
problem with layout and messageBox
Hello all:
I have a problem one more time.
Now, I want to close a layoutDialog when the user make click in the OK messageBox button. This is the code that I have...
[PHP] my_form.addButton('Guardar', function() {
my_form.submit({
waitMsg: 'Guardando los datos...',
url:'procesar.php',
failure: function(form, action) {
Ext.Msg.show({title:'Confirmaci
Sencha User
If you take a look at the documentation for MessageBox you'll see that show() takes a handler that will be executed when you click on a button - http://extjs.com/deploy/ext/docs/out...eBox.html#show
Also, look at the examples - http://extjs.com/deploy/ext/examples...g/msg-box.html
So something like this should do it:
[CODE]Ext.Msg.show({
title:'Confirmaci
Ext User
Thank you fay, I'll take this way.
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us