Ario.Paxaz Posted August 16, 2017 Posted August 16, 2017 Hi Can I add YesToAll ,NoToAll to messagedlg constant? I want set this mbYesNoYesToAllNoToAll. Best Regards. Quote
Sherzod Posted August 16, 2017 Posted August 16, 2017 Hi, The internal array of the Ext.MessageBox buttons includes: /* * Ext.MessageBox internal button array: * * [0] 'OK' * * [1] 'Yes' * * [2] 'No' * * [3] 'Cancel' */ I think you can override the texts of these buttons and use them as intended, without forgetting to return their true texts after use. Best regards, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.