PDA

View Full Version : change the messageBox title



janixams
20 Sep 2007, 7:15 AM
Hi everybody:
I have the following code and I want to change the title of the messageBox where I show 'Guardando los datos...'
It's that possible...???

[PHP]my_form.submit({
waitMsg: 'Guardando los datos...',
url:'procesar.php',
failure: function(form, action) {
Ext.Msg.show({title:'Confirmaci

Animal
20 Sep 2007, 12:31 PM
waitTitle:"whatever"

I'll update the docs...

janixams
20 Sep 2007, 3:50 PM
Thank you, my code works perfectly now.