[CLOSED] V2.0 Confirm MessageBox with ButtonsConfig

Threaded View

Previous Post Previous Post   Next Post Next Post
  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]

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