Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-2087

Add sclass to messagebox

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 7.0.1
    • 7.0.1
    • 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
      );
      

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

              Created:
              Updated:
              Resolved: