Add sclass to messagebox

XMLWordPrintable

    • Type: New Feature
    • Resolution: Done
    • Priority: Normal
    • 7.0.1
    • Affects Version/s: 7.0.1
    • Component/s: None
    • None
    • None

      User can specify sclass to Messagebox's window as follow.

      Map<String, String> args = HashMap<String, String>();
      args.put("sclass", "myMessagebox");
      Messagebox.show(
        "Do you want to return without saving?",
        "Confirmation",
        new Button[]{Button.OK, Button.ABORT, Button.CANCEL},
        new String[]{"Save and Return", "Abort and Return", "Cancel"},
        null,
        null,
        null,
        args
      );
      

            Assignee:
            RaymondChao
            Reporter:
            RaymondChao
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: