-
19 Mar 2008 9:10 PM #1
Ext2.0--How to use buttonText option in MessageBox
Ext2.0--How to use buttonText option in MessageBox
I need a MessageBox with Three buttons("Public","Private","Cancel"). Would u please help me ?
-
20 Mar 2008 12:41 AM #2Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41
Usage:
Code:buttons: Ext.Msg.YESNOCANCEL, buttonText: { yes: 'Public', no: 'Private', cancel: 'Cancel' }


Reply With Quote