Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7147631

DT: Add support for passing arguments to launchApp() as one javascript structure

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • 8
    • deploy
    • None
    • b27
    • generic
    • generic
    • Verified

      As part of 7143984 we added support to launch webstart app using following syntax:

      ===
      var launchParams = {
          "url" : "dynamictree-webstart-no-codebase.jnlp",
          "ignoredparam" : "bb",
          "params" : {"aaa" : "111",
                      "ccc" : "",
                      "ignoredNonString": 4}};
      el.launchApp(launchParams);
      ===

      But it only work for NPAPI java plugin.

      We need to support similar syntax for DT plugins too. It is enabling step for 7132539

            igor Igor Nekrestyanov (Inactive)
            igor Igor Nekrestyanov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: