[CLOSED] V2.0 Confirm MessageBox with ButtonsConfig

  1. #1

    [CLOSED] V2.0 Confirm MessageBox with ButtonsConfig

    Hi, in the sample : https://examples2.ext.net/#/MessageB...ButtonsConfig/

     X.Msg.Confirm("Message", "Confirm?", new MessageBoxButtonsConfig
            {
                Yes = new MessageBoxButtonConfig
                {
                    Handler = "CompanyX.DoYes()",
                    Text = "Yes Please"
                },
                No = new MessageBoxButtonConfig
                {
                    Handler = "CompanyX.DoNo()",
                    Text = "No Thanks"
                }
            }).Show();
    this code change the text of the button, but the button is not visible..

    How do I change the text of the button "YES" ?

    Thank

    Aurelio
    Last edited by Daniil; Feb 06, 2012 at 4:41 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Unfortunately, this is not supported/implemented yet in DP1.

    Hope to implement it in DP2.
    Last edited by Daniil; Feb 06, 2012 at 4:22 PM.
  3. #3
    Hi, Daniil

    It's possible to have an indication of the release date of DP2 ?

    Thanks
    Aurelio
  4. #4
    Hi Aurelio,

    The next release of Ext.NET v2 will occur shortly after the official public release of Ext JS 4.1 Beta 2.
    Geoffrey McGill
    Founder
  5. #5
    The fix has been added to SVN and will be available with the next official release.

    Thanks again for the report!

Similar Threads

  1. Replies: 2
    Last Post: Jul 18, 2011, 10:17 PM
  2. Replies: 1
    Last Post: Mar 08, 2011, 6:48 PM
  3. [CLOSED] Confirm messagebox from codebehind
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 30, 2010, 1:20 PM
  4. Replies: 0
    Last Post: Jan 12, 2010, 3:32 PM
  5. [CLOSED] Confirm MessageBox
    By gokcemutlu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 13, 2009, 12:47 PM

Posting Permissions