[CLOSED] Message box controls Id

  1. #1

    [CLOSED] Message box controls Id

    Hi Guys,

    Is it possible to give an ID to to the elements of the message box control. I need to be able to access the items (mainly buttons) by maybe a CSS class reference in order to finish implementing my automated testing.
    Last edited by Daniil; Mar 26, 2012 at 9:48 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please ask any technical support questions on the Premium Help forums since you are a premium member. We can miss your question on the other
    forums.

    Regarding the question.

    I can't see any good way to set up ids, but you can access the buttons this way.
    Ext.Msg.getDialog().buttons[0];
    There are four buttons in the following order:

    1. Ok
    2. Yes
    3. No
    4. Cancel

Similar Threads

  1. [CLOSED] Loading message in Multicombo and possibly in other controls
    By softmachine2011 in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 02, 2012, 2:39 PM
  2. Replies: 1
    Last Post: Mar 10, 2012, 3:58 PM
  3. Replies: 6
    Last Post: Nov 15, 2011, 2:02 AM
  4. Replies: 2
    Last Post: Feb 16, 2011, 9:10 AM
  5. Replies: 3
    Last Post: Aug 18, 2010, 9:34 PM

Posting Permissions